Merge with store
This commit is contained in:
parent
706fe745d3
commit
3ad2766f82
128 changed files with 1185 additions and 0 deletions
36
frontend/src/styles.scss
Normal file
36
frontend/src/styles.scss
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
@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 {
|
||||
height: 100%;
|
||||
background-color: $text-color;
|
||||
}
|
||||
|
||||
body {
|
||||
height: 100%;
|
||||
background: $background-gradient-opaque;
|
||||
text-align: center;
|
||||
padding: var(--large-padding);
|
||||
box-sizing: border-box;
|
||||
position: relative;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue