diff options
Diffstat (limited to 'src/objects')
-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; |