« Modèle:MainPage/SearchBar/styles.css » : différence entre les versions
De ploums
Autres actions
Page créée avec « .ploum-searchbar { display: flex; margin: 2rem 0; justify-content: center; } .ploum-searchbar .citizen-search-trigger { padding: 1rem 2rem; border-radius: 2rem; background-color: var(--background-color-interactive); min-width: 30%; text-align: center; border: 1px solid var(--border-color-interactive); color: var(--color-subtle); } » |
Aucun résumé des modifications |
||
| Ligne 1 : | Ligne 1 : | ||
.ploum-searchbar { | .ploum-searchbar { | ||
display: flex; | display: flex; | ||
margin: 2rem | margin-bottom: 2rem; | ||
justify-content: center; | justify-content: center; | ||
} | } | ||
| Ligne 8 : | Ligne 8 : | ||
padding: 1rem 2rem; | padding: 1rem 2rem; | ||
border-radius: 2rem; | border-radius: 2rem; | ||
background-color: var(-- | background-color: var(--color-surface-1); | ||
width: 100%; | |||
text-align: center; | text-align: center; | ||
border: 1px solid var(--border-color- | border: 1px solid var(--border-color-base); | ||
color: var(--color-subtle); | color: var(--color-subtle); | ||
max-width: 512px; | |||
} | } | ||
Version du 3 juillet 2025 à 12:03
.ploum-searchbar {
display: flex;
margin-bottom: 2rem;
justify-content: center;
}
.ploum-searchbar .citizen-search-trigger {
padding: 1rem 2rem;
border-radius: 2rem;
background-color: var(--color-surface-1);
width: 100%;
text-align: center;
border: 1px solid var(--border-color-base);
color: var(--color-subtle);
max-width: 512px;
}