Skip to content

Commit 268349b

Browse files
committed
update: agecheck
1 parent b07096a commit 268349b

1 file changed

Lines changed: 5 additions & 21 deletions

File tree

src/css/webkit/store/agecheck.css

Lines changed: 5 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,17 @@
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 */
@@ -30,8 +26,8 @@
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

@@ -46,17 +42,5 @@
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
}

0 commit comments

Comments
 (0)