update responsive
This commit is contained in:
@@ -121,6 +121,12 @@ html body a:hover {
|
||||
border-radius: 50px;
|
||||
margin: 0 10px;
|
||||
font-weight: 500;
|
||||
transition: .3s;
|
||||
|
||||
&:hover{
|
||||
background-color: #004dc8;
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
.white-btn {
|
||||
font-size: 14px;
|
||||
@@ -130,6 +136,10 @@ html body a:hover {
|
||||
border-radius: 50px;
|
||||
margin: 0 10px;
|
||||
font-weight: 500;
|
||||
transition: .3s;
|
||||
&:hover{
|
||||
color: #000;
|
||||
}
|
||||
}
|
||||
.input-box {
|
||||
margin-bottom: 25px;
|
||||
@@ -199,6 +209,11 @@ html body a:hover {
|
||||
padding: 18.5px 0;
|
||||
background-color: #0164FF;
|
||||
border-radius: 50px;
|
||||
transition: .3s;
|
||||
|
||||
&:hover{
|
||||
background-color: #004dc8;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user