Improving spinner and fixing console style issuesa

stable
Xavier Julián 2014-08-12 14:19:11 +02:00
parent 30d1e39838
commit 779151efde
2 changed files with 6 additions and 6 deletions

View File

@ -11,15 +11,15 @@
@include animation(fadeIn infinite 6s ease-in-out); @include animation(fadeIn infinite 6s ease-in-out);
@extend %xxlarge; @extend %xxlarge;
border-radius: 5%; border-radius: 5%;
color: darken($green-taiga, 20%); color: darken($green-taiga, 15%);
font-size: 75px; font-size: 60px;
height: 80%; height: 80%;
left: 15%; left: 24%;
margin: auto; margin: auto;
opacity: 0; opacity: 0;
position: absolute; position: absolute;
top: 20%; text-shadow: 1px 1px 3px $green-taiga, 0 0 0 $black, 1px 1px 3px darken($green-taiga, 15%);
width: 80%; top: 24%;
} }
.icon-kanban { .icon-kanban {

View File

@ -19,8 +19,8 @@
.overlay { .overlay {
background: rgba($white, .9); background: rgba($white, .9);
bottom: 0; bottom: 0;
left: 0;
display: none; display: none;
left: 0;
position: absolute; position: absolute;
right: 0; right: 0;
top: 0; top: 0;