Files
afup/htdocs/css/argument-list.css
Adrien Gallou f431d52843 On passe la liste des avantages membres en haut de la page
Et pour éviter qu'elle ne prenne trop de place on la passe sur deux
colonnes.
2019-07-04 20:38:34 +02:00

35 lines
525 B
CSS

.argument-list {
font-size: 1.2em;
}
.argument-list thead tr td {
border-top-left-radius: 5px;
border-top-right-radius: 5px;
color: #fff;
font-weight: bold;
text-align: center;
background: #1d2241;
}
.argument-list--primary thead tr td {
background-color: #50a0dd;
}
.argument-list tbody tr td {
text-align: center;
background: #fff;
border: 1px dashed #999;
}
.argument-list .argument-list__strong {
font-weight: bold;
}
.argument-list img {
max-height: 160px;
}