File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11.age_gate # app_agegate {
2- margin : 0 ;
3- width : auto;
2+ margin : 0 auto;
43}
54
65.age_gate # app_agegate .main_content_ctn {
76 padding : 42px ;
87 border : none;
9- border-radius : 8px ;
10- background-color : rgba (var (--color-2 ), 50% );
118}
129
1310
1411
1512/* Date Input */
1613.age_gate # app_agegate .agegate_birthday_selector {
17- border-radius : 8px ;
18- background-color : rgba (var (--color-1 ), 26% );
14+ background-color : transparent;
1915}
2016
2117/* Text */
3026 padding : 6px ;
3127 outline : none;
3228 border-radius : 8px ;
33- color : rgb (var (--accent-1 ));
34- background-color : rgba (var (--color-1 ) , 26 % );
29+ color : rgb (var (--blue ));
30+ background-color : rgb (var (--color-2 ) );
3531}
3632
3733
4642
4743/* Image */
4844.age_gate # app_agegate .img_ctn {
49- z-index : -1 ;
50- position : absolute;
51- top : 0 ;
52- left : 0 ;
53- width : 100% ;
54- height : 100% ;
55- margin : 0 ;
56- filter : blur (60px ) brightness (0.6 );
57- }
58-
59- .age_gate # app_agegate .img_ctn img {
60- width : 100% ;
61- height : 100% ;
45+ display : none;
6246}
You can’t perform that action at this time.
0 commit comments