alert styling tweak
This commit is contained in:
parent
9151bcf04c
commit
6fd61d7524
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
||||||
.warning,
|
.warning,
|
||||||
.caution {
|
.caution {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: column;
|
||||||
width: 75%;
|
width: 75%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
background-color: var(--bg-1);
|
background-color: var(--bg-1);
|
||||||
|
@ -36,7 +36,7 @@
|
||||||
.warning .title p::before,
|
.warning .title p::before,
|
||||||
.caution .title p::before {
|
.caution .title p::before {
|
||||||
font-family: 'boxicons' !important;
|
font-family: 'boxicons' !important;
|
||||||
font-size: 4rem;
|
font-size: 3rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Notes */
|
/* Notes */
|
||||||
|
|
Loading…
Add table
Reference in a new issue