diff options
author | Volpeon <git@volpeon.ink> | 2022-04-04 18:05:52 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2022-04-04 18:05:52 +0200 |
commit | 7f1736c0040666dfd3b6f996301935a771902481 (patch) | |
tree | aeec31724f744276665dc403aee2388ad55f2e56 /src | |
parent | Fixed large badge padding (diff) | |
download | iro-design-7f1736c0040666dfd3b6f996301935a771902481.tar.gz iro-design-7f1736c0040666dfd3b6f996301935a771902481.tar.bz2 iro-design-7f1736c0040666dfd3b6f996301935a771902481.zip |
Add vertical offset to avatars
Diffstat (limited to 'src')
-rw-r--r-- | src/objects/_avatar.scss | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/objects/_avatar.scss b/src/objects/_avatar.scss index 42f6520..5a65fbf 100644 --- a/src/objects/_avatar.scss +++ b/src/objects/_avatar.scss | |||
@@ -50,10 +50,11 @@ | |||
50 | ), 'colors'); | 50 | ), 'colors'); |
51 | 51 | ||
52 | @include iro.bem-object(iro.props-namespace()) { | 52 | @include iro.bem-object(iro.props-namespace()) { |
53 | display: inline-block; | 53 | display: inline-block; |
54 | position: relative; | 54 | position: relative; |
55 | font-size: fn.dim(--100 --font-size); | 55 | font-size: fn.dim(--100 --font-size); |
56 | font-style: normal; | 56 | font-style: normal; |
57 | vertical-align: .05em; | ||
57 | 58 | ||
58 | @include iro.bem-elem('status') { | 59 | @include iro.bem-elem('status') { |
59 | position: absolute; | 60 | position: absolute; |