update responsive
This commit is contained in:
@@ -106,6 +106,11 @@ html body a:hover {
|
||||
border-radius: 50px;
|
||||
margin: 0 10px;
|
||||
font-weight: 500;
|
||||
transition: 0.3s;
|
||||
}
|
||||
.blue-btn:hover {
|
||||
background-color: #004dc8;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.white-btn {
|
||||
@@ -116,6 +121,10 @@ html body a:hover {
|
||||
border-radius: 50px;
|
||||
margin: 0 10px;
|
||||
font-weight: 500;
|
||||
transition: 0.3s;
|
||||
}
|
||||
.white-btn:hover {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.input-box {
|
||||
@@ -177,6 +186,11 @@ html body a:hover {
|
||||
padding: 18.5px 0;
|
||||
background-color: #0164FF;
|
||||
border-radius: 50px;
|
||||
transition: 0.3s;
|
||||
}
|
||||
.input-box.submit input[type=submit]:hover,
|
||||
.input-box.submit button:hover {
|
||||
background-color: #004dc8;
|
||||
}
|
||||
|
||||
.select-box select {
|
||||
|
||||
Reference in New Issue
Block a user