File tree Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Original file line number Diff line number Diff line change
1
+ @import " ../runner-ct-variables.scss" ;
2
+
1
3
.spec-list__file {
2
4
list-style : none ;
3
5
margin : 4px 0 ;
17
19
height : 0 ;
18
20
}
19
21
20
- $radio-color : #4299e1 ;
21
-
22
22
.spec-list__radio-control {
23
23
box-sizing : border-box ;
24
24
display : inline-block ;
25
25
margin-right : 8px ;
26
26
width : 10px ;
27
27
height : 10px ;
28
28
border-radius : 50% ;
29
- border : 1px solid $radio-color ;
29
+ border : 1px solid $ct-accent-blue ;
30
30
}
31
31
32
32
.spec-list__radio-control--unselected {
33
- border : 1px solid $radio-color ;
33
+ border : 1px solid $ct-accent-blue ;
34
34
}
35
35
36
36
.spec-list__radio-control--selected {
37
- background : $radio-color ;
37
+ background : $ct-accent-blue ;
38
38
}
39
39
}
40
40
Original file line number Diff line number Diff line change 1
- $cypress-blue : #3380FF ;
2
- $cypress-gray : #f6f6f6 ;
1
+ @import " ../runner-ct-variables.scss " ;
2
+
3
3
$specs-list-offset : 40px ; // hoisted to sync with the app-container
4
4
$specs-list-padding : 20px ;
5
5
Original file line number Diff line number Diff line change
1
+ $cypress-blue : #3380FF ;
2
+ $cypress-gray : #f6f6f6 ;
3
+
4
+ $ct-accent-blue : #4299e1 ;
You can’t perform that action at this time.
0 commit comments