62 737
modifications
mAucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 1 142 : | Ligne 1 142 : | ||
/* ---------------------------------- */ | /* ---------------------------------- */ | ||
.avt-help-frame { | |||
padding: 20px; | |||
border: 1px solid var(--border-color-base); | |||
background-color: var(--box-background-color); | |||
box-shadow: var(--box-shadow); | |||
margin-bottom: 1em; | |||
} | |||
.avt-help-welcome-title { | |||
text-align: center; | |||
font-size: 150%; | |||
margin: 0 50px 0.5em 50px; | |||
text-shadow: var(--box-shadow); | |||
color: #425b84; | |||
font-weight: bold; | |||
} | |||
.avt-help-search { | |||
display: grid; | |||
grid-template-columns: 1fr 1fr; | |||
justify-items: center; | |||
align-items: center; | |||
} | |||
.avt-help-rules-first-steps { | |||
display: grid; | |||
grid-template-columns: 1fr 1fr; | |||
gap: 1em; | |||
} | |||
/* Partie à revoir */ | |||
.avt-help-homepage-title { | .avt-help-homepage-title { | ||
color: var(--color-warning); | color: var(--color-warning); |
modifications