diff options
author | Volpeon <git@volpeon.ink> | 2023-02-21 21:39:47 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2023-02-21 21:39:47 +0100 |
commit | 5baf7a92e9ce0f762beee25e816e0dd9351bb7d5 (patch) | |
tree | 663268e610379ad2895e6d330949483c4be14dfe | |
parent | Updated link scope (diff) | |
download | iro-design-5baf7a92e9ce0f762beee25e816e0dd9351bb7d5.tar.gz iro-design-5baf7a92e9ce0f762beee25e816e0dd9351bb7d5.tar.bz2 iro-design-5baf7a92e9ce0f762beee25e816e0dd9351bb7d5.zip |
Fixed menu icon slot width
-rw-r--r-- | src/objects/_menu.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objects/_menu.scss b/src/objects/_menu.scss index fae3207..2e525da 100644 --- a/src/objects/_menu.scss +++ b/src/objects/_menu.scss | |||
@@ -87,7 +87,7 @@ | |||
87 | @include iro.bem-elem('icon-slot') { | 87 | @include iro.bem-elem('icon-slot') { |
88 | display: flex; | 88 | display: flex; |
89 | justify-content: center; | 89 | justify-content: center; |
90 | width: 1em; | 90 | width: fn.foreign-dim(--icon, --size); |
91 | } | 91 | } |
92 | } | 92 | } |
93 | } | 93 | } |