mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Merge pull request #795 from janakamarasena/high-priority-fixes-2
Added bottom margin to 'Show All Notifications' button
This commit is contained in:
commit
a895c1f4dd
@ -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;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user