diff options
author | Volpeon <git@volpeon.ink> | 2024-11-17 16:18:13 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2024-11-17 16:18:13 +0100 |
commit | e1316a3e3b4d2961901a570912e7db349b9934ce (patch) | |
tree | ea7ab576ebc8f9788b03ab9973e6b4012ed4e92b | |
parent | Navbar (diff) | |
download | iro-design-e1316a3e3b4d2961901a570912e7db349b9934ce.tar.gz iro-design-e1316a3e3b4d2961901a570912e7db349b9934ce.tar.bz2 iro-design-e1316a3e3b4d2961901a570912e7db349b9934ce.zip |
Fix
-rw-r--r-- | src/objects/_navbar.scss | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/objects/_navbar.scss b/src/objects/_navbar.scss index 9a5ab52..7a8f7f9 100644 --- a/src/objects/_navbar.scss +++ b/src/objects/_navbar.scss | |||
@@ -130,9 +130,7 @@ | |||
130 | 130 | ||
131 | 131 | ||
132 | @include bem.modifier('align-block') { | 132 | @include bem.modifier('align-block') { |
133 | @include bem.elem('item') { | 133 | margin-inline: calc(-1 * props.get(vars.$item--pad-i)); |
134 | margin-inline: calc(-1 * props.get(vars.$item--pad-i)); | ||
135 | } | ||
136 | } | 134 | } |
137 | 135 | ||
138 | @include bem.modifier('quiet') { | 136 | @include bem.modifier('quiet') { |