File tree Expand file tree Collapse file tree 1 file changed +28
-2
lines changed Expand file tree Collapse file tree 1 file changed +28
-2
lines changed Original file line number Diff line number Diff line change 1
1
.toolbar__play-button {
2
2
@include themify () {
3
3
@extend %toolbar-button ;
4
+ display : flex ;
5
+ justify-content : center ;
6
+ align-items : center ;
4
7
& --selected {
5
8
@extend %toolbar-button--selected ;
6
9
}
18
21
}
19
22
}
20
23
margin-right : #{15 / $base-font-size } rem;
21
- & span {
22
- padding-left : #{3 / $base-font-size } rem;
24
+ span {
25
+ padding-left : #{4 / $base-font-size } rem;
26
+ display : flex ;
27
+ align-items : center ;
28
+ justify-content : center ;
29
+ width : 20px ;
30
+ height : 20px ;
23
31
}
24
32
}
25
33
30
38
.toolbar__stop-button {
31
39
@include themify () {
32
40
@extend %toolbar-button ;
41
+ display : flex ;
42
+ justify-content : center ;
43
+ align-items : center ;
33
44
margin-right : #{15 / $base-font-size } rem;
34
45
& --selected {
35
46
@extend %toolbar-button--selected ;
36
47
}
37
48
}
49
+ span {
50
+ display : flex ;
51
+ align-items : center ;
52
+ justify-content : center ;
53
+ width : 20px ;
54
+ height : 20px ;
55
+ }
38
56
}
39
57
40
58
.toolbar__preferences-button {
41
59
@include themify () {
42
60
@extend %toolbar-button ;
61
+ display : flex ;
62
+ justify-content : center ;
63
+ align-items : center ;
43
64
line-height : #{52 / $base-font-size } rem;
44
65
& --selected {
45
66
@extend %toolbar-button--selected ;
50
71
margin-left : auto ;
51
72
& span {
52
73
padding-left : #{1 / $base-font-size } rem;
74
+ display : flex ;
75
+ align-items : center ;
76
+ justify-content : center ;
77
+ width : 20px ;
78
+ height : 20px ;
53
79
}
54
80
}
55
81
You can’t perform that action at this time.
0 commit comments