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