-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_flair.scss
65 lines (56 loc) · 1.13 KB
/
_flair.scss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
@import 'colors';
@import 'images';
@import 'base';
.drop-choices {
border: none;
background-color: $page-background-color;
padding: 8px !important;
&.flairselector {
box-shadow: none;
}
&.flairselector.active,
&.active {
border: none;
}
}
.flairselector h2 {
background: $listings-background-color;
border-radius: 3px;
padding: 4px;
margin-bottom: 8px;
text-transform: capitalize;
color: $flair-selector-title-text-color;
}
.flairselector form {
border-top: none;
margin-top: 8px;
}
.linkflairlabel {
font-size: 12px;
font-weight: bold;
border: none;
color: $link-flair-text-color;
background: $link-flair-background-color;
border-radius: 3px;
padding: 2px 4px;
vertical-align: middle;
}
.memer {
border: 1px solid;
color: #FFF;
border-radius: 3px;
font-weight: bold;
text-transform: uppercase;
font-size: 12px;
padding: 2px;
}
.flair-memer {
@extend .memer;
background: #9144AD;
border-color: #C86AEB;
}
.flair-senpai {
@extend .memer;
background: #9C0B0B;
border-color: #D91A1A;
}