Fixes for alert and hr styling
This commit is contained in:
parent
7c36d9bbbf
commit
a390861e21
2 changed files with 3 additions and 1 deletions
|
|
@ -390,6 +390,8 @@ export default {
|
|||
|
||||
hr {
|
||||
margin: 1.875rem 0rem;
|
||||
border-top: 1px solid #d4d6d8;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.fw-bold {
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
<svg class="alert-icon" xmlns="http://www.w3.org/2000/svg" width="20" height="21" viewBox="0 0 20 21">
|
||||
<path fill-rule="nonzero" d="M10 .5c5.523 0 10 4.477 10 10s-4.477 10-10 10-10-4.477-10-10S4.477.5 10 .5zm.043 13.6a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm.77-9.2h-1.54l-.088.009a.502.502 0 0 0-.299.193.66.66 0 0 0-.125.47l.747 6.806.017.096c.065.249.263.425.495.426l.084-.008c.22-.042.396-.246.427-.51l.793-6.805.004-.102a.651.651 0 0 0-.127-.37.489.489 0 0 0-.388-.205z"/>
|
||||
</svg>
|
||||
<span class="m-0 fw-bold alert-header-text">
|
||||
<span class="m-0 alert-header-text">
|
||||
{{ alertHeadline }}
|
||||
</span>
|
||||
<button
|
||||
|
|
|
|||
Loading…
Reference in a new issue