Add search css
This commit is contained in:
parent
8e02173583
commit
3af344a12c
@ -185,4 +185,20 @@ footer {
|
|||||||
.py-4 {
|
.py-4 {
|
||||||
padding-top: 1.2rem !important;
|
padding-top: 1.2rem !important;
|
||||||
padding-bottom: 1.5rem !important;
|
padding-bottom: 1.5rem !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Search Button Styles */
|
||||||
|
.input-group .btn-primary {
|
||||||
|
font-size: 1.25rem;
|
||||||
|
padding: 10px 20px;
|
||||||
|
color: #ffffff;
|
||||||
|
border: 2px solid #000000;
|
||||||
|
background-color: #000000;
|
||||||
|
transition: background-color 0.3s ease, color 0.3s ease;
|
||||||
|
}
|
||||||
|
|
||||||
|
.input-group .btn-primary:hover {
|
||||||
|
background-color: #2c5364;
|
||||||
|
border-color: #2c5364;
|
||||||
|
color: #ffffff;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user