Improving spinner and fixing console style issuesa
parent
30d1e39838
commit
779151efde
|
@ -11,15 +11,15 @@
|
|||
@include animation(fadeIn infinite 6s ease-in-out);
|
||||
@extend %xxlarge;
|
||||
border-radius: 5%;
|
||||
color: darken($green-taiga, 20%);
|
||||
font-size: 75px;
|
||||
color: darken($green-taiga, 15%);
|
||||
font-size: 60px;
|
||||
height: 80%;
|
||||
left: 15%;
|
||||
left: 24%;
|
||||
margin: auto;
|
||||
opacity: 0;
|
||||
position: absolute;
|
||||
top: 20%;
|
||||
width: 80%;
|
||||
text-shadow: 1px 1px 3px $green-taiga, 0 0 0 $black, 1px 1px 3px darken($green-taiga, 15%);
|
||||
top: 24%;
|
||||
}
|
||||
|
||||
.icon-kanban {
|
||||
|
|
|
@ -19,8 +19,8 @@
|
|||
.overlay {
|
||||
background: rgba($white, .9);
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
display: none;
|
||||
left: 0;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
|
|
Loading…
Reference in New Issue