tweak alert styles a bit
This commit is contained in:
parent
1d91c51084
commit
25920def74
1 changed files with 2 additions and 5 deletions
|
@ -12,7 +12,7 @@
|
|||
color: var(--fg-1);
|
||||
padding: 0.5rem;
|
||||
border-radius: 1rem;
|
||||
border: solid 0.5rem;
|
||||
border: solid 0.35rem;
|
||||
margin-top: var(--box-margin-vert);
|
||||
margin-bottom: var(--box-margin-vert);
|
||||
}
|
||||
|
@ -29,8 +29,6 @@
|
|||
.warning .title p,
|
||||
.caution .title p {
|
||||
font-size: 0;
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
}
|
||||
.note .title p::before,
|
||||
.tip .title p::before,
|
||||
|
@ -38,8 +36,7 @@
|
|||
.warning .title p::before,
|
||||
.caution .title p::before {
|
||||
font-family: 'boxicons' !important;
|
||||
font-size: 3rem;
|
||||
display: inline-block;
|
||||
font-size: 4rem;
|
||||
}
|
||||
|
||||
/* Notes */
|
||||
|
|
Loading…
Add table
Reference in a new issue