mirror of
https://github.com/welton89/RRBEC.git
synced 2026-04-05 21:45:41 +00:00
style: page login
This commit is contained in:
@@ -38,20 +38,25 @@ body
|
||||
transform: skew(2deg,1deg);
|
||||
border-radius: 10px;
|
||||
}
|
||||
.c-form h2
|
||||
{
|
||||
|
||||
|
||||
.logo {
|
||||
color: #fff;
|
||||
font-weight: 500;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 5px;
|
||||
transition: transform 0.2s;
|
||||
filter: drop-shadow(0px 0px 8px rgba(168, 168, 168, 0.788));
|
||||
transition: all 0.5s ease-in-out;
|
||||
|
||||
}
|
||||
|
||||
.c-form h2:hover
|
||||
{
|
||||
scale: 1.05;
|
||||
transition: transform 0.2s;
|
||||
.logo:hover {
|
||||
filter: drop-shadow(0px 0px 12px rgba(168, 168, 168, 0.788));
|
||||
/* transition: transform 1.2s; */
|
||||
scale: 1.2;
|
||||
|
||||
}
|
||||
|
||||
.c-form .c-input
|
||||
{
|
||||
margin-top: 40px;
|
||||
@@ -64,7 +69,7 @@ body
|
||||
.c-form .c-input .c-inputBox label
|
||||
{
|
||||
display: block;
|
||||
color: #fff;
|
||||
color: #f1e3d1;
|
||||
margin-bottom: 5px;
|
||||
font-size: 18px;
|
||||
letter-spacing: 1px;
|
||||
@@ -82,20 +87,24 @@ body
|
||||
font-size: 20px;
|
||||
border-radius: 10px;
|
||||
}
|
||||
.c-form .c-input .c-inputBox input[type="submit"]
|
||||
{
|
||||
background:linear-gradient(315deg,#591309,#fee4c1) ;
|
||||
|
||||
.c-form .c-input .c-inputBox input[type="submit"] {
|
||||
background:#612319;
|
||||
cursor: pointer;
|
||||
margin-top: 20px;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
.c-form .c-input .c-inputBox input[type="submit"]:hover
|
||||
{
|
||||
background:linear-gradient(315deg,#fee4c1,#591309) ;
|
||||
}
|
||||
.c-form .c-input .c-inputBox input[type="submit"]:active
|
||||
{
|
||||
box-shadow: 0px 0px 10px rgba(207, 207, 207, 0.671);
|
||||
transition: all 0.3s ease-in-out;
|
||||
}
|
||||
|
||||
|
||||
.c-form .c-input .c-inputBox input[type="submit"]:hover {
|
||||
background:#9e6f4f;
|
||||
scale: 1.05;
|
||||
}
|
||||
|
||||
|
||||
/* .c-form .c-input .c-inputBox input[type="submit"]:active {
|
||||
color: rgba(255, 255, 255, 0.521);
|
||||
background:linear-gradient(315deg,#fee4c1,#591309) ;
|
||||
}
|
||||
} */
|
||||
|
||||
Reference in New Issue
Block a user