1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-26 05:16:41 +07:00

fixed typos

This commit is contained in:
muerwre 2019-08-02 18:43:24 +07:00
parent 6066c91060
commit 840af25df4
17 changed files with 438 additions and 125 deletions

View file

@ -9,14 +9,15 @@ body {
min-height: 100vh;
background: url("http://vault48.org/pixmaps/texture.jpg");
color: $main_text_color;
font-family: Raleway, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
font-family: Raleway, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial,
sans-serif;
-webkit-font-smoothing: antialiased;
font-size: 16px;
fill: white;
stroke: white;
&::before {
content: '';
content: "";
position: absolute;
height: 400px;
width: 100%;
@ -43,9 +44,15 @@ body {
:global(.spc) {
height: $spc;
&:global(.double) { height: $spc * 2; }
&:global(.quadro) { height: $spc * 4; }
&:global(.sixty) { height: $spc * 6; }
&:global(.double) {
height: $spc * 2;
}
&:global(.quadro) {
height: $spc * 4;
}
&:global(.sixty) {
height: $spc * 6;
}
}
:global(.padded) {
@ -62,7 +69,6 @@ body {
// background: $content_bg_color;
}
:global(.head_container) {
//background: $main_bg_color;
}
@ -71,3 +77,6 @@ body {
height: 40px;
}
:global(h2) {
font: $font_24_bold;
}