mirror of
https://github.com/trwnh/hugo-theme-paradox.git
synced 2024-11-14 23:41:20 +00:00
21 lines
405 B
SCSS
21 lines
405 B
SCSS
.hint {
|
|
padding: 1em;
|
|
line-height: 2;
|
|
margin-block: 1rem;
|
|
}
|
|
.hint,
|
|
.hint.info,
|
|
.hint.tip {
|
|
background: rgba(142, 226, 142, 0.2);
|
|
border-inline-start: 4px solid rgb(142, 226, 142);
|
|
}
|
|
|
|
.hint.warning {
|
|
background: rgba(218, 226, 142, 0.2);
|
|
border-inline-start: 4px solid rgb(218, 226, 142);
|
|
}
|
|
|
|
.hint.danger {
|
|
background: rgba(226, 142, 142, 0.2);
|
|
border-inline-start: 4px solid rgb(226, 142, 142);
|
|
} |