This commit is contained in:
Chneemann 2024-08-08 16:51:10 +02:00
parent ff59c040f5
commit 10ffea4412
3 changed files with 3 additions and 4 deletions

View file

@ -89,7 +89,7 @@
<div class="checkbox"> <div class="checkbox">
<label class="container" <label class="container"
>I agree to the&nbsp; >I agree to the&nbsp;
<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"

View file

@ -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;

View file

@ -5,4 +5,3 @@ $gray: #ababab;
$blue: #2e3edf; $blue: #2e3edf;
$light-blue: #969eef; $light-blue: #969eef;
$red: #ff002e; $red: #ff002e;
$purple: #2e3edf;