File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
@use ' ./colors' ;
2
2
3
+ $row-height : 64px ;
3
4
$row-padding : 8px ;
5
+ $see-all-button-height : 30px ;
4
6
5
7
@mixin all {
6
8
.seam-supported-device-table-content-wrap {
@@ -160,7 +162,7 @@ $row-padding: 8px;
160
162
cursor : pointer ;
161
163
background : colors .$white ;
162
164
display : flex ;
163
- height : 30 px ;
165
+ height : $see-all-button-height ;
164
166
padding : 5px 24px 4px 16px ;
165
167
align-items : center ;
166
168
gap : 2px ;
@@ -173,6 +175,7 @@ $row-padding: 8px;
173
175
0 1px 1px 0 rgb (16 27 37 / 10% ),
174
176
0 1px 8px 0 rgb (46 69 82 / 12% );
175
177
position : absolute ;
178
+ bottom : - ($row-height - $see-all-button-height - $row-padding ) / 2 ;
176
179
left : 50% ;
177
180
transform : translate (-50% , -47px );
178
181
z-index : 3 ;
@@ -189,7 +192,7 @@ $row-padding: 8px;
189
192
#fff 86.98%
190
193
);
191
194
position : absolute ;
192
- height : 64 px ;
195
+ height : $row-height ;
193
196
width : 100% ;
194
197
bottom : 0 ;
195
198
z-index : 2 ;
@@ -267,7 +270,7 @@ $row-padding: 8px;
267
270
border-collapse : collapse ;
268
271
269
272
.seam-row {
270
- height : 64 px ;
273
+ height : $row-height ;
271
274
border-bottom : 1px solid colors .$bg-b ;
272
275
display : flex ;
273
276
You can’t perform that action at this time.
0 commit comments