feat[css]: Added css for warning
This commit is contained in:
parent
3a64fb5f38
commit
d3a9e3fe67
@ -60,3 +60,24 @@ code.has-jax {
|
|||||||
border: none !important;
|
border: none !important;
|
||||||
font-size: 100%;
|
font-size: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
alert {
|
||||||
|
position: relative;
|
||||||
|
padding: 0rem 1rem;
|
||||||
|
margin-bottom: 1rem;
|
||||||
|
border: 1px solid transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
.alert-warning {
|
||||||
|
border-style: solid;
|
||||||
|
border-color: #ed6a5a;
|
||||||
|
border-width: 0 0 0 4px;
|
||||||
|
padding-left: 1rem
|
||||||
|
}
|
||||||
|
|
||||||
|
.alert-heading {
|
||||||
|
font-family: sans-serif;
|
||||||
|
font-size: 1.5rem;
|
||||||
|
color: #ed6a5a;
|
||||||
|
weight: bold;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user