File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed
src/generic/block-type-utils Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change 4
4
.pgn__icon {
5
5
color : white ;
6
6
}
7
+
8
+ .btn-icon {
9
+ & :hover , & :active , & :focus {
10
+ background-color : darken (#005C9E , 15% );
11
+ }
12
+ }
7
13
}
8
14
9
15
.component-style-html {
12
18
.pgn__icon {
13
19
color : white ;
14
20
}
21
+
22
+ .btn-icon {
23
+ & :hover , & :active , & :focus {
24
+ background-color : darken (#9747FF , 15% );
25
+ }
26
+ }
15
27
}
16
28
17
29
.component-style-collection {
20
32
.pgn__icon {
21
33
color : black ;
22
34
}
35
+
36
+ .btn-icon {
37
+ & :hover , & :active , & :focus {
38
+ background-color : darken (#FFCD29 , 15% );
39
+ }
40
+ }
23
41
}
24
42
25
43
.component-style-video {
28
46
.pgn__icon {
29
47
color : white ;
30
48
}
49
+
50
+ .btn-icon {
51
+ & :hover , & :active , & :focus {
52
+ background-color : darken (#358F0A , 15% );
53
+ }
54
+ }
31
55
}
32
56
33
57
.component-style-vertical {
36
60
.pgn__icon {
37
61
color : white ;
38
62
}
63
+
64
+ .btn-icon {
65
+ & :hover , & :active , & :focus {
66
+ background-color : darken (#0B8E77 , 15% );
67
+ }
68
+ }
39
69
}
40
70
41
71
.component-style-other {
44
74
.pgn__icon {
45
75
color : white ;
46
76
}
77
+
78
+ .btn-icon {
79
+ & :hover , & :active , & :focus {
80
+ background-color : darken (#646464 , 15% );
81
+ }
82
+ }
47
83
}
You can’t perform that action at this time.
0 commit comments