@@ -8,65 +8,64 @@ $padding: 2rem;
8
8
flex-direction : column ;
9
9
justify-content : flex-start ;
10
10
width : 100% ;
11
- }
12
-
13
- .content {
14
- margin-top : 2rem ;
15
- display : flex ;
16
- flex-direction : column ;
17
- justify-content : flex-start ;
18
- align-self : center ;
19
- width : 100% ;
20
- max-width : common .$contentMaxWidth ;
21
11
22
- & > * {
12
+ .content {
13
+ margin-top : 2rem ;
14
+ display : flex ;
15
+ flex-direction : column ;
16
+ justify-content : flex-start ;
17
+ align-self : center ;
23
18
width : 100% ;
24
- }
25
- }
19
+ max-width : common .$contentMaxWidth ;
26
20
27
- .stepOptionsWrapper {
28
- display : flex ;
29
- flex-direction : column ;
30
- align-items : flex-start ;
31
- max-width : common .$sectionMaxWidth ;
32
- }
21
+ & > * {
22
+ width : 100% ;
23
+ }
33
24
34
- .stepList {
35
- list-style-type : none ;
36
- margin : 0 ;
37
- padding : 0 ;
38
- }
25
+ .stepOptionsWrapper {
26
+ display : flex ;
27
+ flex-direction : column ;
28
+ align-items : flex-start ;
29
+ max-width : common . $sectionMaxWidth ;
39
30
40
- .stepItem {
41
- margin-bottom : var (--a-spacing-7 );
42
- }
31
+ .stepList {
32
+ list-style-type : none ;
33
+ margin : 0 ;
34
+ padding : 0 ;
43
35
44
- .stepAction {
45
- & :global (.navds-link-panel ) {
46
- border-color : var (--default-action-color );
47
- }
48
- & :global {
49
- .navds-link-panel__title ,
50
- .navds-link-panel__chevron {
51
- color : var (--default-action-color );
52
- }
53
- }
54
- @media #{common .$mq-screen-mobile } {
55
- padding : 0.75rem ;
56
- }
57
- }
36
+ .stepItem {
37
+ margin-bottom : var (--a-spacing-7 );
58
38
59
- .buttonGroup {
60
- display : flex ;
61
- }
39
+ .stepAction {
40
+ & :global (.navds-link-panel ) {
41
+ border-color : var (--default-action-color );
42
+ }
43
+ & :global {
44
+ .navds- link- panel__title,
45
+ .navds- link- panel__chevron {
46
+ color : var (--default-action-color );
47
+ }
48
+ }
49
+ @media #{common .$mq-screen-mobile } {
50
+ padding : 0.75rem ;
51
+ }
52
+ }
53
+ }
54
+ }
55
+ }
56
+ .buttonGroup {
57
+ display : flex ;
58
+ }
62
59
63
- .backButton {
64
- text-decoration-line : underline ;
65
- text-underline-offset : 4px ;
66
- padding : 0 ;
67
- margin-top : 1rem ;
60
+ .backButton {
61
+ text-decoration-line : underline ;
62
+ text-underline-offset : 4px ;
63
+ padding : 0 ;
64
+ margin-top : 1rem ;
68
65
69
- & :hover {
70
- background-color : transparent ;
66
+ & :hover {
67
+ background-color : transparent ;
68
+ }
69
+ }
71
70
}
72
71
}
0 commit comments