Template:Empty section/styles.css: Difference between revisions
Appearance
Created page with ".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 { m..." |
No edit summary |
||
| Line 11: | Line 11: | ||
border-radius: 3px; | border-radius: 3px; | ||
background: rgba(127, 127, 127, 0.08); | background: rgba(127, 127, 127, 0.08); | ||
font-size: | font-size: 95%; | ||
line-height: 1.4; | line-height: 1.4; | ||
} | } | ||
Latest revision as of 19:40, 23 July 2026
.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: 95%;
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;
}
}