Template:Empty section/styles.css
Appearance
.gp-empty-section {
display: flex;
align-items: flex-start;
gap: 0.55rem;
box-sizing: border-box;
max-width: 42rem;
margin: 0.6rem 0 0.85rem;
padding: 0.5rem 0.7rem;
border: 1px solid #b8b8b8;
border-left: 3px solid #777;
border-radius: 3px;
background: rgba(127, 127, 127, 0.08);
font-size: 0.92rem;
line-height: 1.4;
}
.gp-empty-section-icon {
flex: 0 0 auto;
line-height: 1.4;
}
.gp-empty-section-text {
min-width: 0;
}
.gp-empty-section-suggestion {
margin-top: 0.2rem;
}
@media screen and (max-width: 500px) {
.gp-empty-section {
max-width: none;
}
}