Update Theme CSS
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
:root {
|
:root {
|
||||||
--main-color: #00c2c2;
|
--main-color: #7400b8;
|
||||||
--secondary-color: #b3ffff;
|
--secondary-color: #5460ce;
|
||||||
--background-color: #fff;
|
--background-color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -73,6 +73,25 @@ body {
|
|||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.login-wrapper .form-control {
|
||||||
|
border: none;
|
||||||
|
border-bottom: 1px solid var(--secondary-color);
|
||||||
|
border-radius: 0;
|
||||||
|
padding: 9px 5px;
|
||||||
|
min-height: 40px;
|
||||||
|
font-size: 18px;
|
||||||
|
font-weight: normal;
|
||||||
|
transition: all 0.2s ease-in-out;
|
||||||
|
}
|
||||||
|
|
||||||
|
.login-wrapper .form-control:hover {
|
||||||
|
transition: scale(105%);
|
||||||
|
}
|
||||||
|
|
||||||
|
.login-wrapper .form-control:focus {
|
||||||
|
border-bottom: 3px solid var(--secondary-color);
|
||||||
|
}
|
||||||
|
|
||||||
.login-wrapper .form-control::-webkit-input-placeholder {
|
.login-wrapper .form-control::-webkit-input-placeholder {
|
||||||
color: #b0adad;
|
color: #b0adad;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user