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);
@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 {

View File

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