62 737
modifications
Premier essai du thème Citizen |
m Changements pour le header de l'infobox (prise en compte de l'icône) |
||
Ligne 262 : | Ligne 262 : | ||
max-width: 400px; | max-width: 400px; | ||
} | } | ||
.avt-infobox | .avt-infobox-header { | ||
border: 1px solid var(--border-color-base--darker); | border: 1px solid var(--border-color-base--darker); | ||
padding: 3px; | |||
text-align: center; | text-align: center; | ||
font-size: 1.4em; | font-size: 1.4em; | ||
Ligne 272 : | Ligne 270 : | ||
margin-bottom: 10px; | margin-bottom: 10px; | ||
background-color: var(--background-color-dp-02); | background-color: var(--background-color-dp-02); | ||
display: grid; | |||
grid-template-columns: 1fr 1.7fr 0.3fr; | |||
grid-template-rows: 1fr 1fr 1fr; | |||
grid-auto-flow: row; | |||
gap: 0 0; | |||
} | |||
.avt-infobox-header-icon, | |||
.avt-infobox-header-title, | |||
.avt-infobox-header-subhead { | |||
justify-self: center; | |||
align-self: center; | |||
} | |||
.avt-infobox-header-icon { | |||
grid-area: 1 / 3 / 4 / 4; | |||
} | } | ||
.avt-infobox | .avt-infobox-header-title { | ||
grid-area: 2 / 1 / 4 / 4; | |||
font-weight: bold; | |||
} | } | ||
.avt-infobox | .avt-infobox-header-subhead { | ||
grid-area: 1 / 1 / 2 / 4; | |||
font-size: 0.6em; | font-size: 0.6em; | ||
} | } |
modifications