mirror of
https://github.com/iSharkFly-Docs/opensearch-docs-cn
synced 2025-03-09 14:38:01 +00:00
Adds important callout (#2630)
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
This commit is contained in:
parent
86385d4932
commit
d7e8cdedd1
@ -128,7 +128,7 @@ img {
|
||||
border: 1px solid $grey-lt-300;
|
||||
}
|
||||
|
||||
// Note, tip, and warning blocks
|
||||
// Note, tip, important, and warning blocks
|
||||
%callout {
|
||||
border: 1px solid $grey-lt-300;
|
||||
border-radius: 5px;
|
||||
@ -147,6 +147,11 @@ img {
|
||||
border-left: 5px solid $green-100;
|
||||
}
|
||||
|
||||
.important {
|
||||
@extend %callout;
|
||||
border-left: 5px solid $yellow-000;
|
||||
}
|
||||
|
||||
.warning {
|
||||
@extend %callout;
|
||||
border-left: 5px solid $red-100;
|
||||
|
Loading…
x
Reference in New Issue
Block a user