Michael Davis | cb8bb19 | 2017-02-09 15:45:13 -0600 | [diff] [blame] | 1 | #app-user { |
2 | position: absolute; | ||||
3 | top: 50%; | ||||
4 | right: .8em; | ||||
5 | transform: translateY(-50%); | ||||
6 | .app-user__name { | ||||
7 | display: inline-block; | ||||
8 | position: relative; | ||||
9 | |||||
10 | } | ||||
11 | &::before { | ||||
12 | content: ""; | ||||
13 | display: inline-block; | ||||
14 | background: $white; | ||||
15 | height:20px; | ||||
16 | width: 20px; | ||||
17 | border-radius: 10px; | ||||
18 | vertical-align: middle; | ||||
Michael Davis | cb8bb19 | 2017-02-09 15:45:13 -0600 | [diff] [blame] | 19 | } |
20 | } |