Fix issues
This commit is contained in:
parent
99cdb62928
commit
b774357807
11 changed files with 35 additions and 60 deletions
|
|
@ -33,6 +33,7 @@ h1 {
|
|||
&,
|
||||
* {
|
||||
font-family: 'Comfortaa', sans-serif;
|
||||
font-weight: 400;
|
||||
}
|
||||
font-size: 6rem;
|
||||
text-align: center;
|
||||
|
|
@ -313,16 +314,6 @@ body {
|
|||
}
|
||||
|
||||
transition: box-shadow $animation-time;
|
||||
&.scroll {
|
||||
box-shadow: inset 0 -8px 8px -8px rgba(0, 0, 0, 0.4),
|
||||
inset 0 8px 8px -8px rgba(0, 0, 0, 0.4);
|
||||
&.top {
|
||||
box-shadow: inset 0 -8px 8px -8px rgba(0, 0, 0, 0.4);
|
||||
}
|
||||
&.bottom {
|
||||
box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, 0.4);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.full-screen-controllers {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue