forked from ClearVision/ClearVision-v6
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathemotePicker.scss
45 lines (44 loc) · 937 Bytes
/
emotePicker.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
// BD EMOTE PICKER
%bdEmoteMenu {
background-color: rgba(0, 0, 0, 0.5);
border: none !important;
~%emojiPicker {
border-radius: 0 0 5px 5px;
}
>button {
border-color: transparent;
box-shadow: none;
color: hsla(0, 0%, 100%, 0.7);
transition: all 0.15s ease-in-out;
&:hover {
background-color: hsla(0, 0%, 100%, 0.07);
}
}
>%bdEmoteMenuActive {
background-color: $main-color;
color: #fff;
}
}
%bdEmoteMenuTwitchContainer,
%bdEmoteMenuFavouriteContainer {
height: 326px;
width: 344px;
background-color: rgba(0, 0, 0, 0.5);
border-radius: 0 0 5px 5px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
%bdEmoteContainer {
border-radius: 3px;
transition: all 0.15s ease-in-out;
&:hover {
background-color: hsla(0, 0%, 100%, 0.07);
}
}
// 22/01/2022
%bdEmoteMenuHeader {
background: transparent;
}
%bdEmoteItem:hover {
background: $hover-color;
cursor: pointer;
}