File tree 1 file changed +16
-4
lines changed
src/shared/components/challenge-detail/Specification
1 file changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -78,6 +78,8 @@ $tc-link-visited: #0c4e98;
78
78
align-items : baseline ;
79
79
word-break : break-word ;
80
80
81
+ @include linkStyle ;
82
+
81
83
@include xs-to-sm {
82
84
flex-direction : column ;
83
85
}
@@ -118,7 +120,7 @@ $tc-link-visited: #0c4e98;
118
120
}
119
121
}
120
122
121
- . h2 {
123
+ h2 {
122
124
@include roboto-bold ;
123
125
124
126
font-size : 20px ;
@@ -127,7 +129,7 @@ $tc-link-visited: #0c4e98;
127
129
margin : (6 * $base-unit ) 0 (2 * $base-unit );
128
130
}
129
131
130
- . h3 {
132
+ h3 {
131
133
@include roboto-bold ;
132
134
133
135
font-size : 15px ;
@@ -137,7 +139,17 @@ $tc-link-visited: #0c4e98;
137
139
text-transform : uppercase ;
138
140
}
139
141
140
- .p {
142
+ p ,
143
+ em ,
144
+ strong {
145
+ @include roboto-regular ;
146
+
147
+ font-size : 15px ;
148
+ color : $tc-gray-90 ;
149
+ line-height : 25px ;
150
+ }
151
+
152
+ p {
141
153
@include roboto-regular ;
142
154
143
155
font-size : 15px ;
@@ -149,7 +161,7 @@ $tc-link-visited: #0c4e98;
149
161
margin : (2 * $base-unit ) 0 (3 * $base-unit );
150
162
}
151
163
152
- . ul {
164
+ ul {
153
165
@include roboto-regular ;
154
166
155
167
margin : 0 0 5px 20px ;
You can’t perform that action at this time.
0 commit comments