parent
bd6c4ea0fc
commit
ee421b874c
@ -1,6 +1,40 @@
|
||||
@use './variables.scss' as vars;
|
||||
|
||||
body {
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0c1a31",endColorstr="#162439",GradientType=1);
|
||||
background: -moz-linear-gradient(
|
||||
236deg,
|
||||
rgba(12, 26, 49, 1) 26%,
|
||||
rgba(12, 26, 49, 1) 31%,
|
||||
rgba(12, 26, 49, 1) 43%,
|
||||
rgba(12, 26, 49, 1) 52%,
|
||||
rgba(13, 27, 50, 1) 60%,
|
||||
rgba(14, 28, 51, 1) 67%,
|
||||
rgba(22, 36, 57, 1) 72%
|
||||
);
|
||||
background: -webkit-linear-gradient(
|
||||
236deg,
|
||||
rgba(12, 26, 49, 1) 26%,
|
||||
rgba(12, 26, 49, 1) 31%,
|
||||
rgba(12, 26, 49, 1) 43%,
|
||||
rgba(12, 26, 49, 1) 52%,
|
||||
rgba(13, 27, 50, 1) 60%,
|
||||
rgba(14, 28, 51, 1) 67%,
|
||||
rgba(22, 36, 57, 1) 72%
|
||||
);
|
||||
background: linear-gradient(
|
||||
236deg,
|
||||
rgba(12, 26, 49, 1) 26%,
|
||||
rgba(12, 26, 49, 1) 31%,
|
||||
rgba(12, 26, 49, 1) 43%,
|
||||
rgba(12, 26, 49, 1) 52%,
|
||||
rgba(13, 27, 50, 1) 60%,
|
||||
rgba(14, 28, 51, 1) 67%,
|
||||
rgba(22, 36, 57, 1) 72%
|
||||
);
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
background-color: vars.$bg-color-main;
|
||||
min-height: 100vh;
|
||||
color: vars.$text-color-main;
|
||||
}
|
||||
|
Loading…
Reference in new issue