1,949
edits
No edit summary |
No edit summary |
||
Line 246: | Line 246: | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
border: 1px solid #ac6600; | border: 1px solid #ac6600; | ||
width: 100%; | |||
} | |||
.note-reminder { | |||
background-color: #fff9ea; | |||
background-image: url("https://upload.wikimedia.org/wikipedia/commons/a/a8/OOjs_UI_icon_lightbulb-yellow.svg"); | |||
background-size: 25px; | |||
padding-left: 40px; | |||
min-height: 28px; | |||
background-position: left 7px top 50%; | |||
padding: 0.5em 0.5em 0.5em 40px; | |||
margin-top: 1em; | |||
margin-bottom: 1em; | |||
overflow: hidden; | |||
background-repeat: no-repeat; | |||
border: 1px solid #fc3; | |||
width: 100%; | |||
} | |||
.note-warning { | |||
background-color: #fee7e6; | |||
background-image: url("https://upload.wikimedia.org/wikipedia/commons/b/bf/OOjs_UI_icon_notice-destructive.svg"); | |||
background-size: 25px; | |||
padding-left: 40px; | |||
min-height: 28px; | |||
background-position: left 7px top 50%; | |||
padding: 0.5em 0.5em 0.5em 40px; | |||
margin-top: 1em; | |||
margin-bottom: 1em; | |||
overflow: hidden; | |||
background-repeat: no-repeat; | |||
border: 1px solid #c33; | |||
width: 100%; | width: 100%; | ||
} | } |