ECMAPortal integration / Development start

This commit is contained in:
2023-11-10 18:42:55 +03:00
parent c5f9981c86
commit 309452f16e
13 changed files with 10009 additions and 35 deletions
+14
View File
@@ -0,0 +1,14 @@
body {
background-color: rgb(6, 25, 28);
background-image: url("~/assets/images/sky.png");
background-attachment: fixed;
background-size: cover;
background-blend-mode: multiply;
image-rendering: pixelated;
background-repeat: no-repeat;
color: white;
font-family: "Lato", sans-serif;
font-size: 18px;
}
/*# sourceMappingURL=main.css.map */
+1
View File
@@ -0,0 +1 @@
{"version":3,"sourceRoot":"","sources":["main.scss"],"names":[],"mappings":"AAAA;EACE;EACA;EACA;EAEA;EACA;EACA;EACA;EAEA;EACA;EACA","file":"main.css"}
+14
View File
@@ -0,0 +1,14 @@
body {
background-color: rgb(6, 25, 28);
background-image: url('~/assets/images/sky.png');
background-attachment: fixed;
background-size: cover;
background-blend-mode: multiply;
image-rendering: pixelated;
background-repeat: no-repeat;
color: white;
font-family: 'Lato', sans-serif;
font-size: 18px;
}