Skip to content
Snippets Groups Projects
Commit 4bb8d761 authored by Silvio Giebl's avatar Silvio Giebl
Browse files

Fixed style lint

parent 07869641
No related branches found
No related tags found
No related merge requests found
//
// Main nav, breadcrumb, etc...
//
// stylelint-disable selector-no-type, max-nesting-depth, selector-max-compound-selectors, selector-max-type, selector-max-specificity
.nav-list {
padding: 0;
......@@ -26,7 +27,8 @@
@if $nav-list-expander-right {
padding-right: $nav-list-item-height-sm;
padding-left: $gutter-spacing-sm;
} @else {
}
@else {
padding-right: $gutter-spacing-sm;
padding-left: $nav-list-item-height-sm;
}
......@@ -37,7 +39,8 @@
@if $nav-list-expander-right {
padding-right: $nav-list-item-height;
padding-left: $gutter-spacing;
} @else {
}
@else {
padding-right: $gutter-spacing;
padding-left: $nav-list-item-height;
}
......@@ -109,7 +112,8 @@
> .nav-list-expander svg {
@if $nav-list-expander-right {
transform: rotate(-90deg);
} @else {
}
@else {
transform: rotate(90deg);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment