mirror of
https://github.com/Llloooggg/Jarvis.git
synced 2026-03-06 12:06:23 +03:00
Добавил надписи при неправильном вводе пароля
This commit is contained in:
@@ -94,7 +94,9 @@
|
||||
padding-top: 0px;
|
||||
border-radius: 9px;
|
||||
}
|
||||
|
||||
.red_text{
|
||||
display: none;
|
||||
}
|
||||
.drop-block {
|
||||
z-index: 20;
|
||||
border-radius: 10px;
|
||||
@@ -103,6 +105,7 @@
|
||||
position: relative;
|
||||
padding: 18px 0;
|
||||
background: rgba(86, 84, 84, 0.84);
|
||||
|
||||
}
|
||||
.drop-block_out {
|
||||
padding: 19px 25px;
|
||||
@@ -122,12 +125,12 @@
|
||||
}
|
||||
.drop-block p {
|
||||
font-family: 'OpenSans';
|
||||
font-weight: 300;
|
||||
font-size: 14px;
|
||||
color : #ffffff;
|
||||
margin: 0;
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
color: red;
|
||||
font-weight: bold;
|
||||
font-size: 12px;
|
||||
}
|
||||
.drop-block b {
|
||||
font-family: 'OpenSans';
|
||||
@@ -216,4 +219,5 @@
|
||||
}
|
||||
.header_btn_mod {
|
||||
margin: 0 40px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user