Template:Feedback/styles.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 17: | Line 17: | ||
border-radius: .125rem; | border-radius: .125rem; | ||
background-color: #ffdead; | background-color: #ffdead; | ||
} | |||
.procedure { | |||
border-left: 6px #3BC solid; | |||
margin: 0.5em 0; | |||
padding: 8px 1rem 12px; | |||
border-radius: .125rem; | |||
} | } | ||
Revision as of 16:10, 7 March 2025
.feedback {
border-left: 4px #f0bc00 solid;
padding: 0 1rem;
border-radius: .125rem;
}
.feedback p {
padding: 0 0 4px 0;
}
.feedback p span {
color: #ac6600;
}
.attention {
border-left: 6px orange solid;
margin: 0.5em 0;
padding: 8px 1rem 12px;
border-radius: .125rem;
background-color: #ffdead;
}
.procedure {
border-left: 6px #3BC solid;
margin: 0.5em 0;
padding: 8px 1rem 12px;
border-radius: .125rem;
}