Commit a6dceae 1 parent 80cf9d7 commit a6dceae Copy full SHA for a6dceae
File tree 2 files changed +24
-33
lines changed
2 files changed +24
-33
lines changed Original file line number Diff line number Diff line change 5
5
<p class =" certification-not-certifiable__text" >
6
6
{{ t " pages.certification-not-certifiable.text" }}
7
7
</p >
8
- <LinkTo
9
- @route =" authenticated"
10
- class =" button button--link button--big button--thin certification-not-certifiable__button"
11
- >
8
+ <PixButtonLink @route =" authenticated" class =" certification-not-certifiable__button" >
12
9
{{ t " pages.certification-not-certifiable.action.back" }}
13
- </LinkTo >
10
+ </PixButtonLink >
14
11
</PixBlock >
Original file line number Diff line number Diff line change 1
1
@use ' pix-design-tokens/breakpoints' ;
2
2
@use ' pix-design-tokens/typography' ;
3
3
4
- .certification-not-certifiable__panel {
5
- display : flex ;
6
- flex-direction : column ;
7
- align-items : center ;
8
- margin-right : 10 px ;
9
- margin-bottom : 50 px ;
10
- margin-left : 10 px ;
11
- padding : var (--pix-spacing-8x );
12
- text-rendering : optimizelegibility ;
13
-
14
- @include breakpoints . device-is ( ' desktop ' ) {
15
- padding : 50 px 70 px 40 px ;
4
+ .certification-not-certifiable {
5
+
6
+ & __panel {
7
+ display : flex ;
8
+ flex-direction : column ;
9
+ align-items : center ;
10
+ margin : var ( --pix-spacing-3x ) 0 ;
11
+ padding : var (--pix-spacing-4x ) var ( --pix-spacing-4x ) var ( --pix-spacing-12x ) var ( --pix-spacing-4x );
12
+
13
+ @include breakpoints . device-is ( ' tablet ' ) {
14
+ margin : var ( --pix-spacing-6x ) 0 ;
15
+ }
16
16
}
17
- }
18
-
19
- .certification-not-certifiable__button {
20
- margin-top : 20px ;
21
- }
22
17
23
- .certification-not-certifiable__title {
24
- @extend %pix-title-m ;
25
-
26
- text-align : center ;
27
- }
18
+ & __button {
19
+ margin-top : 20px ;
20
+ }
28
21
29
- .certification-not-certifiable__text {
30
- @extend %pix-body-l ;
22
+ & __title {
23
+ @extend %pix-title-m ;
24
+ }
31
25
32
- margin-top : var ( --pix-spacing-4x );
33
- text-align : center ;
26
+ & __text {
27
+ @extend %pix-body-l ;
34
28
35
- @include breakpoints . device-is ( ' desktop ' ) {
36
- max-width : 850 px ;
29
+ margin-top : var ( --pix-spacing-4x );
30
+ text-align : center ;
37
31
}
38
32
}
You can’t perform that action at this time.
0 commit comments