fix #446
parent
d9da36283a
commit
51eb587844
|
@ -60,7 +60,7 @@
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
width: 400px;
|
width: 400px;
|
||||||
z-index: 999;
|
z-index: 9999;
|
||||||
&.active {
|
&.active {
|
||||||
@include transform(translateY(0));
|
@include transform(translateY(0));
|
||||||
@include transition (all .6s ease-in-out);
|
@include transition (all .6s ease-in-out);
|
||||||
|
|
|
@ -58,32 +58,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;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
|
@ -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;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue