ajout css

This commit is contained in:
root 2024-06-10 15:13:00 +02:00
parent 587a082836
commit 4f02cd3810
1 changed files with 8 additions and 1 deletions

View File

@ -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;