mirror of https://github.com/akveo/blur-admin
make top navbar fixed
parent
6c99f4f31a
commit
5f15d5dc9d
|
@ -1,10 +1,11 @@
|
|||
.page-top {
|
||||
@include bg-translucent-dark(0.5);
|
||||
padding: 0;
|
||||
position: relative;
|
||||
position: fixed;
|
||||
z-index: 904;
|
||||
box-shadow: 2px 0px 3px rgba(0, 0, 0, 0.5);
|
||||
height: 66px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
a.al-logo {
|
||||
|
|
|
@ -36,7 +36,7 @@ a {
|
|||
|
||||
.al-main {
|
||||
margin-left: $left-space;
|
||||
padding: 0 0 34px 0;
|
||||
padding: 66px 0 34px 0;
|
||||
min-height: 500px;
|
||||
transition: margin-left 0.5s ease;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue