Juanfran 2014-08-01 10:34:19 +02:00
parent d9da36283a
commit 51eb587844
3 changed files with 2 additions and 60 deletions

View File

@ -60,7 +60,7 @@
position: absolute;
top: 0;
width: 400px;
z-index: 999;
z-index: 9999;
&.active {
@include transform(translateY(0));
@include transition (all .6s ease-in-out);

View File

@ -57,33 +57,4 @@
color: $white;
}
}
}
.login-error {
background: $red;
border-radius: 4px;
color: $white;
display: none;
padding: 1rem;
position: absolute;
right: 1rem;
top: 1rem;
width: 20%;
span {
display: block;
}
.title {
@extend %large;
@extend %bold;
}
.icon-delete {
color: $red-light;
position: absolute;
right: .5rem;
top: .5rem;
&:hover {
@include transition(color .3s linear);
color: $white;
}
}
}
}

View File

@ -53,32 +53,3 @@
}
}
}
.login-error {
background: $red;
border-radius: 4px;
color: $white;
display: none;
padding: 1rem;
position: absolute;
right: 1rem;
top: 1rem;
width: 20%;
span {
display: block;
}
.title {
@extend %large;
@extend %bold;
}
.icon-delete {
color: $red-light;
position: absolute;
right: .5rem;
top: .5rem;
&:hover {
@include transition(color .3s linear);
color: $white;
}
}
}