blob: beb96f0df36635510e49e7199a48be3cf57bbd43 [file] [log] [blame]
Michael Daviscb8bb192017-02-09 15:45:13 -06001#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 Daviscb8bb192017-02-09 15:45:13 -060019 }
20}