File tree 9 files changed +216
-78
lines changed
9 files changed +216
-78
lines changed Original file line number Diff line number Diff line change 55
55
}
56
56
}
57
57
58
+ .btn--light {
59
+ color : $color-dark ;
60
+ background : $color-light ;
61
+ }
62
+
58
63
.btn--animated {
59
64
.icon {
60
65
width : 40px ;
117
122
stroke : $color-primary ;
118
123
}
119
124
}
125
+
126
+ & .btn--light {
127
+ .icon .base ,
128
+ .icon .tip {
129
+ stroke : $color-info ;
130
+ }
131
+ }
120
132
}
121
133
122
134
@media (max-width : $screen-xs ) {
Original file line number Diff line number Diff line change 1
1
.checkbox {
2
- margin-bottom : .2 em ;
3
- padding-left : 1.8 em ;
2
+ margin-bottom : .6 em ;
3
+ padding-left : 30 px ;
4
4
color : #fff ;
5
5
6
6
code {
7
- background-color : transparent ;
8
- color : $color-light ;
9
- font-family : Courier , monospace ;
10
- white-space : unset ;
7
+ font-size : 15px ;
8
+ background-color : #fff ;
9
+ color : $color-dark ;
10
+ padding : .2em ;
11
+ border-radius : 5px ;
11
12
}
12
13
13
14
pre {
14
- background-color : transparent !important ;
15
- padding : 5px ;
15
+ margin : 0 ;
16
+ width : 100% ;
17
+ background-color : #fff !important ;
18
+ padding : .5em ;
19
+ border-radius : 5px ;
16
20
}
17
21
}
18
22
22
26
23
27
.checkbox__label {
24
28
position : relative ;
25
- font-size : .8 em ;
29
+ display : flex ;
26
30
line-height : 1.3 ;
27
31
28
32
& ::before {
32
36
background-color : #fff ;
33
37
position : absolute ;
34
38
top : 0 ;
35
- left : -35 px ;
39
+ left : -30 px ;
36
40
cursor : pointer ;
37
41
}
38
42
}
42
46
font-family : ' icomoon' ;
43
47
content : ' \e918 ' ;
44
48
position : absolute ;
45
- left : -32px ;
46
- font-size : 16px ;
47
- top : 2px ;
49
+ left : -33px ;
50
+ top : 1px ;
48
51
color : $color-dark ;
49
52
}
50
- }
53
+ }
Original file line number Diff line number Diff line change 2
2
margin-bottom : 2em ;
3
3
4
4
p {
5
- margin-bottom : 1em ;
5
+ margin-bottom : 1em ;
6
6
}
7
7
}
8
8
17
17
font-size : 18px ;
18
18
19
19
.title {
20
+ margin : 0 0 7px ;
20
21
color : $color-danger ;
21
22
font-family : ' faktum bold' ;
22
23
}
23
-
24
+
24
25
code {
25
- font-size : 15px ;
26
- padding : .2em ;
27
26
margin : 0 0 .3em ;
28
- border-radius : 8px ;
27
+ padding : .2em ;
28
+ font-size : 15px ;
29
+ border-radius : 5px ;
29
30
}
30
31
}
31
32
38
39
.question--success {
39
40
.question__content {
40
41
border-left : solid 4px $color-success ;
41
- }
42
+ }
42
43
}
43
44
44
45
.question--error {
45
46
.question__content {
46
47
border-left : solid 4px $color-danger ;
47
- }
48
- }
48
+ }
49
+ }
50
+
51
+ @media (max-width : $screen-sm ) {
52
+ .question__info {
53
+ padding : .6em .6em 1em ;
54
+ font-size : 16px ;
55
+ }
56
+ }
Original file line number Diff line number Diff line change 1
- .quiz {
2
- display : flex ;
1
+ .quiz {
2
+ padding : 7em 5em 5em ;
3
+ display : flex ;
3
4
flex-direction : column ;
4
- background-color : $color-dark ;
5
- padding : 7em 5em 5em ;
6
5
color : #fff ;
6
+ background-color : $color-dark ;
7
7
}
8
8
9
9
.quiz__title {
10
+ margin : 0 0 1.5em ;
10
11
display : flex ;
11
12
flex-direction : column ;
12
- font-size : 2.3em ;
13
13
font-family : ' faktum bold' ;
14
+ font-size : 2.3em ;
14
15
color : $color-light ;
15
16
line-height : 1.2 ;
16
- margin-bottom : 0.8em ;
17
- }
18
-
19
- .quiz__submit {
20
- display : flex ;
21
- justify-content : flex-end ;
22
- margin-top : 2em ;
23
17
24
- button {
25
- color : #fff ;
26
- font-size : .95em ;
27
- font-family : ' antikor bold' ;
28
- padding : 1em 2.5em ;
29
- background-color : $color-light ;
18
+ span :last-of-type {
19
+ & :after {
20
+ content : ' _' ;
21
+ }
30
22
}
31
23
}
32
24
33
25
.quiz__answer {
34
- margin-top : .8em ;
35
- color : #fff ;
26
+ margin : .8em 0 0 ;
36
27
padding : 0 .3em ;
28
+ color : #fff ;
29
+ }
30
+
31
+ .quiz__submit {
32
+ margin : 3em 0 0 ;
33
+ display : flex ;
34
+ justify-content : flex-end ;
37
35
}
38
36
39
37
.quiz__score {
38
+ margin : 3em 0 0 ;
40
39
display : flex ;
41
- align-self : center ;
40
+ justify-content : space-between ;
42
41
align-items : center ;
43
- flex-direction : column ;
44
- font-family : ' faktum bold' ;
45
- color : $color-light ;
46
42
47
- strong {
48
- line-height : 1 ;
49
- font-size : .7em ;
43
+ .title {
44
+ margin : 0 0 20px ;
45
+ font-family : ' faktum bold' ;
46
+ font-size : 40px ;
47
+ text-transform : uppercase ;
48
+
49
+ span {
50
+ margin-right : 17px ;
51
+ }
50
52
}
51
-
52
- .emoji {
53
- font-size : 2.7em ;
54
- margin : .3em ;
53
+
54
+ .detail {
55
+ margin-left : 69px ;
56
+ padding-left : 25px ;
57
+ display : flex ;
58
+ flex-direction : column ;
59
+ font-size : 24px ;
60
+ border-left : solid 4px ;
61
+
62
+ strong {
63
+ font-family : ' faktum bold' ;
64
+ }
55
65
}
56
66
57
- .percentage {
58
- font-size : 3em ;
67
+ img {
68
+ margin : 0 ;
69
+ width : 380px ;
59
70
}
60
- }
71
+ }
72
+
73
+ .quiz__score--excellent {
74
+ .title {
75
+ color : $color-light ;
76
+ }
77
+
78
+ .detail {
79
+ border-color : $color-light ;
80
+
81
+ strong {
82
+ color : $color-light ;
83
+ }
84
+ }
85
+ }
86
+
87
+ .quiz__score--improvable {
88
+ .title {
89
+ color : $color-danger ;
90
+ }
91
+
92
+ .detail {
93
+ border-color : $color-danger ;
94
+
95
+ strong {
96
+ color : $color-danger ;
97
+ }
98
+ }
99
+ }
100
+
101
+ @media (max-width : $screen-md ) {
102
+ .quiz__score {
103
+ img {
104
+ width : 320px ;
105
+ }
106
+ }
107
+ }
108
+
109
+ @media (max-width : $screen-sm ) {
110
+ .quiz {
111
+ padding : 80px 25px 100px ;
112
+ font-size : 16px ;
113
+ }
114
+
115
+ .quiz__score {
116
+ flex-direction : column ;
117
+ text-align : center ;
118
+
119
+ .detail {
120
+ margin : 0 0 35px ;
121
+ padding : 0 ;
122
+ font-size : 20px ;
123
+ border : none ;
124
+ }
125
+ }
126
+ }
127
+
128
+ @media (max-width : $screen-xxs ) {
129
+ .quiz__title {
130
+ margin : 0 0 1em ;
131
+ font-size : 27px ;
132
+ }
133
+ }
Original file line number Diff line number Diff line change 1
1
.radio {
2
- margin-bottom : .2 em ;
3
- padding-left : 1.9 em ;
2
+ margin-bottom : .6 em ;
3
+ padding-left : 30 px ;
4
4
color : #fff ;
5
5
6
6
code {
7
7
font-size : 15px ;
8
- background-color : #fff ;
8
+ background-color : #fff ;
9
9
color : $color-dark ;
10
10
padding : .2em ;
11
- border-radius : 8 px ;
11
+ border-radius : 5 px ;
12
12
}
13
13
14
14
pre {
15
15
margin : 0 ;
16
16
width : 100% ;
17
17
background-color : #fff !important ;
18
- padding : .5em ;
19
- border-radius : 10 px ;
18
+ padding : .5em ;
19
+ border-radius : 5 px ;
20
20
}
21
21
}
22
22
26
26
27
27
.radio__label {
28
28
position : relative ;
29
- font-size : .8 em ;
29
+ display : flex ;
30
30
line-height : 1.3 ;
31
31
32
32
& ::before {
36
36
border-radius : 50% ;
37
37
position : absolute ;
38
38
top : 1px ;
39
- left : -37 px ;
39
+ left : -30 px ;
40
40
cursor : pointer ;
41
41
background-color : #fff ;
42
42
}
53
53
left : -35px ;
54
54
top : 3px ;
55
55
}
56
- }
56
+ }
You can’t perform that action at this time.
0 commit comments