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);
|
color: var(--fg-1);
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
border-radius: 1rem;
|
border-radius: 1rem;
|
||||||
border: solid 0.5rem;
|
border: solid 0.35rem;
|
||||||
margin-top: var(--box-margin-vert);
|
margin-top: var(--box-margin-vert);
|
||||||
margin-bottom: var(--box-margin-vert);
|
margin-bottom: var(--box-margin-vert);
|
||||||
}
|
}
|
||||||
|
@ -29,8 +29,6 @@
|
||||||
.warning .title p,
|
.warning .title p,
|
||||||
.caution .title p {
|
.caution .title p {
|
||||||
font-size: 0;
|
font-size: 0;
|
||||||
display: inline-block;
|
|
||||||
position: relative;
|
|
||||||
}
|
}
|
||||||
.note .title p::before,
|
.note .title p::before,
|
||||||
.tip .title p::before,
|
.tip .title p::before,
|
||||||
|
@ -38,8 +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: 3rem;
|
font-size: 4rem;
|
||||||
display: inline-block;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Notes */
|
/* Notes */
|
||||||
|
|
Loading…
Add table
Reference in a new issue