blob: 8ab1535ff78026a7aa36ff397a0c178da5f84baa [file] [log] [blame]
Michael Davisdfad5d52017-07-20 14:53:46 -05001#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;
19 //position: relative;
20 //top: 50%;
21 //transform: translateY(-50%);
22 }
23}