File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 5
5
width : 1px ;
6
6
height : 1px ;
7
7
overflow : hidden ;
8
+ white-space : nowrap ;
8
9
clip : rect (1px , 1px , 1px , 1px );
9
10
clip-path : inset (100% );
10
- white-space : nowrap ;
11
11
}
12
12
13
13
:focus {
Original file line number Diff line number Diff line change 27
27
padding-left : 0.5rem ;
28
28
margin-top : 0.5rem ;
29
29
color : white ;
30
- text-decoration : none ;
31
30
word-break : break-all ;
31
+ text-decoration : none ;
32
32
opacity : 1 ;
33
33
34
34
& :hover {
68
68
69
69
& __status {
70
70
float : left ;
71
+ clear : both ;
71
72
padding : 0 ;
72
73
margin-top : 0 ;
73
- clear : both ;
74
74
list-style : none ;
75
75
76
76
@media (min-width : variables .$bp-tablet ) {
77
77
float : right ;
78
+ clear : none ;
78
79
padding : 0 5px ;
79
80
margin-top : 0.5rem ;
80
- clear : none ;
81
81
}
82
82
}
83
83
142
142
}
143
143
144
144
& __desc {
145
+ clear : both ;
145
146
display : block ;
146
147
padding : 0 ;
147
148
margin : 1em 0 ;
148
- clear : both ;
149
149
}
150
150
151
151
& __author {
152
+ clear : both ;
152
153
padding-top : 0 ;
153
154
margin : 0 ;
154
- clear : both ;
155
155
font-weight : 800 ;
156
156
}
157
157
163
163
cursor : pointer ;
164
164
165
165
& ::before {
166
- display : block ;
167
166
float : right ;
167
+ display : block ;
168
168
width : 1.2rem ;
169
169
height : 1.2em ;
170
170
margin-left : 0.5rem ;
Original file line number Diff line number Diff line change 2
2
@use " variables" ;
3
3
4
4
.synopsis {
5
+ clear : both ;
5
6
width : 100% ;
6
7
padding : 0 4% variables .$grid-gutter ;
7
8
overflow : auto ;
8
- clear : both ;
9
9
font-weight : 400 ;
10
10
}
11
11
59
59
60
60
.icon {
61
61
float : left ;
62
- padding-right : 1em ;
63
62
clear : left ;
63
+ padding-right : 1em ;
64
64
}
65
65
66
66
.icon path {
You can’t perform that action at this time.
0 commit comments