Add spinner and fix og-image
This commit is contained in:
parent
b55e927a34
commit
f6f54483db
9 changed files with 65 additions and 14 deletions
|
|
@ -44,7 +44,7 @@ h1 {
|
|||
}
|
||||
|
||||
.red {
|
||||
color: $red;
|
||||
color: $accent;
|
||||
&::selection {
|
||||
color: $accent;
|
||||
background-color: white;
|
||||
|
|
@ -62,6 +62,24 @@ canvas {
|
|||
body {
|
||||
overflow: hidden;
|
||||
|
||||
#spinner-container {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
position: absolute;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
top: 0;
|
||||
|
||||
@include background;
|
||||
#spinner {
|
||||
@include square(20vmax);
|
||||
@media (max-width: $breakpoint) {
|
||||
@include square(20vmax);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#landing-ui {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue