Modèle:Avis/styles.css
De Infothèque
Autres actions
.ith-notice {
display: flex;
align-items: flex-start;
gap: 16px;
width: 100%;
box-sizing: border-box;
margin: 20px 0;
padding: 16px 20px;
background: #fffaf0;
border: 1px solid #f0d9a8;
border-left: 4px solid #d9a441;
border-radius: 12px;
box-shadow: 0 2px 8px rgba(0,0,0,.06);
clear: both;
color: #3a3a3a;
}
.ith-notice__icon {
flex: 0 0 auto;
display: flex;
align-items: center;
justify-content: center;
}
.ith-notice__icon img {
display: block;
}
.ith-notice__body {
flex: 1;
min-width: 0;
}
.ith-notice__title {
font-weight: 700;
font-size: 1.05em;
margin-bottom: 6px;
color: #1f2328;
}
.ith-notice__text {
font-size: .92em;
line-height: 1.5;
color: #3a3a3a;
}
@media (max-width: 480px) {
.ith-notice {
flex-direction: column;
align-items: flex-start;
}
}