mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
fancy callout icons (#18586)
This commit is contained in:
@@ -17,16 +17,22 @@
|
||||
|
||||
&.warning {
|
||||
@apply border-l-red-light bg-red-light-100 dark:border-l-red-dark dark:bg-red-dark-100;
|
||||
> *:first-child {
|
||||
@apply before:content-['dangerous'];
|
||||
}
|
||||
}
|
||||
|
||||
&.important {
|
||||
@apply border-l-amber-light bg-amber-light-100 dark:border-l-amber-dark dark:bg-amber-dark-100;
|
||||
> *:first-child {
|
||||
@apply before:content-['warning'];
|
||||
}
|
||||
}
|
||||
|
||||
&.tip {
|
||||
@apply border-l-green-light bg-green-light-100 dark:border-l-green-dark dark:bg-green-dark-100;
|
||||
> *:first-child {
|
||||
@apply before:content-['thumb\_up'];
|
||||
@apply before:content-['lightbulb'];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user