Added bottom margin to Show All Notifications button

This commit is contained in:
Janak Amarasena 2017-06-21 18:04:11 +05:30
parent d6fcdf500b
commit db98663c78

View File

@ -1173,6 +1173,10 @@ header .dropdown[aria-expanded=true], header .dropdown:hover {
right: 0; right: 0;
} }
.sidebar-wrapper.toggled a.btn{
margin-bottom: 70px;
}
.sidebar-wrapper-animation-fix { .sidebar-wrapper-animation-fix {
-webkit-transition: left 0.5s ease, right 0.5s ease !important; -webkit-transition: left 0.5s ease, right 0.5s ease !important;
-moz-transition: left 0.5s ease, right 0.5s ease !important; -moz-transition: left 0.5s ease, right 0.5s ease !important;