fix invalid password notification
This commit is contained in:
parent
b51acf277f
commit
c069c731ae
1 changed files with 9 additions and 3 deletions
|
|
@ -381,10 +381,9 @@ a:hover {
|
||||||
}
|
}
|
||||||
|
|
||||||
.box-notification {
|
.box-notification {
|
||||||
height: 41px;
|
|
||||||
position: relative;
|
position: relative;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
padding: 0.9rem 0.7rem 0.7rem 3rem;
|
padding: 0.7rem 3rem;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
background: #F2F5F8;
|
background: #F2F5F8;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
|
@ -397,9 +396,16 @@ a:hover {
|
||||||
left: 0;
|
left: 0;
|
||||||
color: white;
|
color: white;
|
||||||
background-color: #1ABC9C;
|
background-color: #1ABC9C;
|
||||||
padding: 0.5rem;
|
padding:0 0.5rem;
|
||||||
border-top-left-radius: 4px;
|
border-top-left-radius: 4px;
|
||||||
border-bottom-left-radius: 4px;
|
border-bottom-left-radius: 4px;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.box-notification .box-icon i {
|
||||||
|
position: relative;
|
||||||
|
top: 20%;
|
||||||
|
display: block
|
||||||
}
|
}
|
||||||
|
|
||||||
.box-notification .box-icon.error {
|
.box-notification .box-icon.error {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue