mirror of
https://github.com/jhillyerd/inbucket.git
synced 2026-01-23 11:35:57 +00:00
ui: Render MIME parsing errors
This commit is contained in:
@@ -141,6 +141,11 @@ h2 {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 14px;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.error {
|
||||
background-color: #f58080;
|
||||
background-image: linear-gradient(to bottom, #e86060 0, #f58080 100%);
|
||||
@@ -203,6 +208,27 @@ h2 {
|
||||
padding: 10px !important;
|
||||
}
|
||||
|
||||
.warn {
|
||||
--light: #f5f580;
|
||||
--dark: #e8e860;
|
||||
background-color: var(--light);
|
||||
background-image: linear-gradient(to bottom, var(--dark) 0, var(--light) 100%);
|
||||
border: 1px solid var(--dark);
|
||||
border-radius: 4px;
|
||||
box-shadow: 0 1px 2px rgba(0,0,0,.05);
|
||||
padding: 6px 10px;
|
||||
margin: 20px 0;
|
||||
}
|
||||
|
||||
.warn li {
|
||||
margin-left: 20px;
|
||||
padding-left: 0px;
|
||||
}
|
||||
|
||||
.warn-severe {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
/** NAV BAR */
|
||||
|
||||
.navbar,
|
||||
|
||||
Reference in New Issue
Block a user