Fix some issues with stylelint
This commit is contained in:
parent
6bf5dee08f
commit
ace8ca68a3
@ -90,7 +90,6 @@
|
|||||||
|
|
||||||
@include abstract.for-desktop {
|
@include abstract.for-desktop {
|
||||||
padding: 10px 5px 10px 4px;
|
padding: 10px 5px 10px 4px;
|
||||||
|
|
||||||
border-left: 6px solid transparent;
|
border-left: 6px solid transparent;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -156,7 +155,7 @@
|
|||||||
#topmenu-div {
|
#topmenu-div {
|
||||||
@include abstract.for-desktop {
|
@include abstract.for-desktop {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 0px;
|
top: 0;
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
@ -166,7 +165,6 @@
|
|||||||
a.facebook {
|
a.facebook {
|
||||||
img {
|
img {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
||||||
height: 25px;
|
height: 25px;
|
||||||
|
|
||||||
@include abstract.for-desktop {
|
@include abstract.for-desktop {
|
||||||
|
Loading…
Reference in New Issue
Block a user