File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 2
2
display : flex;
3
3
align-items : center;
4
4
justify-content : space-between;
5
- margin-bottom : 25 px ;
5
+ margin-bottom : var ( --space-s ) ;
6
6
}
7
7
8
8
.warning {
9
- margin : 0 0 16 px ;
10
- padding : 8 px ;
9
+ margin : 0 0 var ( --space-s ) ;
10
+ padding : var ( --space-2xs ) ;
11
11
color : var (--orange-700 );
12
12
background : var (--orange-100 );
13
- border-left : solid var (--orange-400 ) 4 px ;
14
- border-radius : 2 px ;
13
+ border-left : solid var (--orange-400 ) var ( --space-3xs ) ;
14
+ border-radius : var ( --space-4xs ) ;
15
15
}
16
16
17
17
.sort-by-label {
18
18
composes : small from './shared/typography.module.css' ;
19
19
}
20
20
21
21
.list {
22
- margin-bottom : 20 px ;
22
+ margin-bottom : var ( --space-s ) ;
23
23
}
24
24
25
25
.try-again-button {
26
26
composes : yellow-button from './shared/buttons.module.css' ;
27
27
align-self : center;
28
- margin-top : 20 px ;
28
+ margin-top : var ( --space-m ) ;
29
29
}
You can’t perform that action at this time.
0 commit comments