Reformat code

This commit is contained in:
schmelczerandras 2019-08-24 15:25:43 +02:00
commit 420cd788c4
94 changed files with 10630 additions and 2646 deletions

View file

@ -1 +1,35 @@
/* You can add global styles to this file, and also import other style files */
@import 'library/main';
$line-height: 2px;
* {
margin: 0;
padding: 0;
&:active,
&:focus {
outline: 0;
}
&::selection {
background: $text-color;
color: $light-color;
}
&::placeholder {
user-select: none;
}
}
html,
body {
height: 100%;
background: $background-gradient;
}
body {
text-align: center;
padding: var(--large-padding);
box-sizing: border-box;
position: relative;
}