Module:Message box/imbox.css: Difference between revisions
m Protected "Module:Message box/imbox.css": cant type again there we o Mode ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
.imbox { | .imbox { | ||
border: 3px solid #36c; /* Default "notice" blue */ | border: 3px solid #36c; /* Default "notice" blue */ | ||
background-color: var(--background-color-interactive-subtle, #f8f9fa); | background-color: var(--background-color-interactive-subtle, #f8f9fa); | ||
box-sizing: border-box; | box-sizing: border-box; | ||
overflow-x: hidden; | overflow-x: hidden; | ||
align-items: center; | |||
} | } | ||
| Line 78: | Line 77: | ||
/* @noflip */ | /* @noflip */ | ||
padding-right: 1em; | padding-right: 1em; | ||
} | } | ||
} | } | ||