feat[css]: Added css for warning

This commit is contained in:
Judah Sotomayor 2023-11-13 20:04:51 -05:00
parent 3a64fb5f38
commit d3a9e3fe67
Signed by: judahsotomayor
SSH Key Fingerprint: SHA256:9Dq4ppxhfAjbX+7HLXEt+ROMiIojI6kqQgUyFUJb9lI

View File

@ -60,3 +60,24 @@ code.has-jax {
border: none !important;
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;
}