Reformat code
This commit is contained in:
parent
6e27539eca
commit
420cd788c4
94 changed files with 10630 additions and 2646 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue