File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 7
7
display : block;
8
8
margin-bottom : var (--spacing-normal );
9
9
font-size : var (--maru-xlarge );
10
+ color : var (--text-color );
10
11
11
12
& span {
12
13
color : var (--gray-mid );
19
20
& .radio-label {
20
21
/* display: inline; */
21
22
margin-right : var (--spacing-small );
22
- color : var (--black );
23
+ color : var (--text-color );
23
24
font-size : var (--maru-medium );
24
25
max-width : 500px ;
25
26
}
34
35
margin-top : var (--spacing-xsmall );
35
36
font-size : var (--maru-medium );
36
37
min-width : 500px ;
37
- border : 1px solid black ;
38
+ border : 1px solid var ( --text-color ) ;
38
39
padding : var (--spacing-small );
40
+ color : var (--text-color );
39
41
}
40
42
41
43
.form input [type = "radio" ] {
Original file line number Diff line number Diff line change 118
118
border-left : var (--border );
119
119
padding : var (--box-padding );
120
120
padding-left : calc (2 * var (--box-padding ));
121
+ color : var (--text-color );
121
122
122
123
& .paragraph {
123
124
border-left : none;
154
155
border-right : var (--border );
155
156
padding : var (--box-padding );
156
157
background-color : var (--gray-light );
158
+ color : var (--text-color );
157
159
}
158
160
159
161
.table {
You can’t perform that action at this time.
0 commit comments