incorrect position: relative
This commit is contained in:
parent
ed5896c511
commit
1d59a0f815
|
@ -46,13 +46,13 @@
|
||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
|
|
||||||
.nav-stacked {
|
.nav-stacked {
|
||||||
position: relative;
|
|
||||||
@extend %nav;
|
@extend %nav;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background: dark-light-diff($primary, $secondary, 90%, -75%);
|
background: dark-light-diff($primary, $secondary, 90%, -75%);
|
||||||
> li {
|
> li {
|
||||||
border-bottom: 1px solid dark-light-diff($primary, $secondary, 80%, -60%);
|
border-bottom: 1px solid dark-light-diff($primary, $secondary, 80%, -60%);
|
||||||
|
position: relative;
|
||||||
&:last-of-type {
|
&:last-of-type {
|
||||||
border-bottom: 0;
|
border-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue