92 lines
1.3 KiB
Plaintext
92 lines
1.3 KiB
Plaintext
@primary-color: #4286f4;
|
|
|
|
@navigation-background: #fffffff1;
|
|
|
|
@transition: all 300ms ease-in-out;
|
|
|
|
:root {
|
|
--color-primary: #4286f4;
|
|
--color-primary-light: #639af3;
|
|
}
|
|
|
|
html {
|
|
scroll-behavior: smooth;
|
|
overflow: hidden;
|
|
}
|
|
|
|
body {
|
|
margin: 0;
|
|
font-family: Roboto, "Helvetica Neue", sans-serif;
|
|
font-size: 14px;
|
|
color: #333;
|
|
|
|
background-image: url("/assets/background.jpg");
|
|
background-size: cover;
|
|
background-position: center;
|
|
overflow: auto;
|
|
}
|
|
|
|
p {
|
|
margin: 8px 0;
|
|
}
|
|
|
|
h1, h2, h3, h4 {
|
|
opacity: 0.5;
|
|
padding: 0;
|
|
margin: 0 0 20px 0;
|
|
}
|
|
|
|
a {
|
|
color: inherit;
|
|
}
|
|
|
|
.mat-mdc-form-field {
|
|
width: 100%;
|
|
}
|
|
|
|
|
|
|
|
|
|
.content > *:not(router-outlet) {
|
|
display: flex;
|
|
justify-content: center;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
|
|
.content {
|
|
padding-top: 50px;
|
|
}
|
|
|
|
.btn-icon {
|
|
opacity: 0.2;
|
|
transition: all 300ms ease-in-out;
|
|
|
|
&:hover {
|
|
opacity: 1;
|
|
}
|
|
}
|
|
|
|
html, body {
|
|
height: 100vh;
|
|
}
|
|
|
|
body {
|
|
margin: 0;
|
|
font-family: Roboto, "Helvetica Neue", sans-serif;
|
|
}
|
|
|
|
|
|
body {
|
|
.swiper-button-next, .swiper-button-prev {
|
|
opacity: 0.1;
|
|
}
|
|
|
|
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
|
|
opacity: 0;
|
|
}
|
|
|
|
--mat-form-field-container-text-line-height: 16px;
|
|
--mat-form-field-container-text-size: 16px;
|
|
}
|