ajout css
This commit is contained in:
parent
587a082836
commit
4f02cd3810
|
|
@ -48,7 +48,7 @@ header.header .main-navbar-wrapper .container {
|
|||
.home-domain-search {
|
||||
background-color: var(--g4c-dark-green) !important;
|
||||
color: white;
|
||||
border-bottom-right-radius: 12rem !important;
|
||||
/*border-bottom-right-radius: 12rem !important;*/
|
||||
}
|
||||
|
||||
.home-domain-search .container {
|
||||
|
|
@ -254,6 +254,13 @@ header.header .search {
|
|||
width: 55%;
|
||||
}
|
||||
|
||||
.icon-color{
|
||||
color: var(--g4c-dark-green) !important;
|
||||
}
|
||||
|
||||
.bordert-color{
|
||||
border-top-color: var(--g4c-dark-green) !important;
|
||||
}
|
||||
@media (min-width: 576px) {
|
||||
.card-columns {
|
||||
column-gap: 1rem !important;
|
||||
|
|
|
|||
Loading…
Reference in New Issue