bugfixes
This commit is contained in:
parent
ff59c040f5
commit
10ffea4412
3 changed files with 3 additions and 4 deletions
|
|
@ -89,7 +89,7 @@
|
|||
<div class="checkbox">
|
||||
<label class="container"
|
||||
>I agree to the
|
||||
<a routerLink="/privacy-policy" target="_blank">Privacy policy</a>.
|
||||
<a routerLink="/privacy-policy">Privacy policy</a>.
|
||||
<input
|
||||
type="checkbox"
|
||||
id="checkbox"
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ section {
|
|||
height: fit-content;
|
||||
padding: 12px 32px;
|
||||
border-radius: 20px;
|
||||
background-color: $purple;
|
||||
background-color: $blue;
|
||||
box-shadow: 1px 1px 3px rgba($black, 0.5);
|
||||
opacity: 0;
|
||||
transform: translateY(100vh);
|
||||
|
|
@ -85,7 +85,7 @@ section {
|
|||
width: 100vw;
|
||||
height: 100vh;
|
||||
backdrop-filter: blur(5px);
|
||||
background-color: rgba($color: #000000, $alpha: 0.2);
|
||||
background-color: rgba($black, 0.2);
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
|
|
|||
|
|
@ -5,4 +5,3 @@ $gray: #ababab;
|
|||
$blue: #2e3edf;
|
||||
$light-blue: #969eef;
|
||||
$red: #ff002e;
|
||||
$purple: #2e3edf;
|
||||
|
|
|
|||
Loading…
Reference in a new issue