File tree 2 files changed +4
-5
lines changed
pricing-component-with-toggle
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -34,5 +34,6 @@ Challenge was extremely enjoyable. The challenge specs says in the bonus to comp
34
34
---
35
35
##### Pending tasks
36
36
37
+ - Bug : Activate Toggle > Switch to annual > refresh page. The toggle stays on annual but the prices have updated to default (monthly)
37
38
- Live solution screenshot(s)
38
39
- Submit to frontendmentor and add Solution submitted at Frontend Mentor - [ Submission link] ( )
Original file line number Diff line number Diff line change @@ -149,9 +149,7 @@ input:checked + .toggle:before {transform: translateX(24px);}
149
149
}
150
150
151
151
.table : nth-child (2 ) h3 ,
152
- .table : nth-child (2 ) .features {
153
- color : var (--clr-white )
154
- }
152
+ .table : nth-child (2 ) .features {color : var (--clr-white )}
155
153
156
154
ul {border-top : 1px solid var ( --clr-neutral-light-bg );}
157
155
@@ -221,11 +219,11 @@ ul {border-top: 1px solid var( --clr-neutral-light-bg);}
221
219
.heading h1 {font-size : 2rem ;}
222
220
223
221
.wrapper {
224
- height : 80 % ;
222
+ height : 90 % ;
225
223
padding : 0 ;
226
224
}
227
225
228
- .pricing_table {flex-direction : row; }
226
+ .pricing_table {flex-direction : row;}
229
227
.pricing_table .table {margin : 10px 0 ;}
230
228
231
229
.table : nth-child (2 ) {transform : scale (1.1 );}
You can’t perform that action at this time.
0 commit comments