blob: 7c310bf1a680ee1650684006a27b637b9930e091 [file] [log] [blame]
talig8e9c0652017-12-20 14:30:43 +02001.onboarding-overlay {
2 z-index: 1000;
3 border: 1px solid $light-gray;
4 position: absolute;
5 background-color: $white;
6 border-radius: 2px;
7 box-shadow: 0 3px 7px 1px rgba(0, 0, 0, 0.2);
8 display: flex;
9 flex-direction: column;
10 justify-content: space-around;
11 margin-top: 5px;
12 margin-left: -86px;
13 .arrow-up {
14 width: 0;
15 height: 0;
16 border-left: 5px solid transparent;
17 border-right: 5px solid transparent;
18 background-color: transparent;
19 border-bottom: 5px solid $blue;
20 margin-left: 114px;
21 margin-top: -5px;
22 }
23 .arrow-border {
24 border-top: 5px solid $blue;
25 }
26}