2023-03-14 13:18:55 +00:00
|
|
|
/**
|
|
|
|
* Copyright (c) HashiCorp, Inc.
|
|
|
|
* SPDX-License-Identifier: MPL-2.0
|
|
|
|
*/
|
|
|
|
|
2021-06-22 17:56:17 +00:00
|
|
|
[id^='docfy-demo-preview-inline-alert'] {
|
|
|
|
strong.info {
|
|
|
|
@extend %inline-alert-info;
|
|
|
|
}
|
|
|
|
strong.success {
|
|
|
|
@extend %inline-alert-success;
|
|
|
|
}
|
|
|
|
strong.warning {
|
|
|
|
@extend %inline-alert-warning;
|
|
|
|
}
|
|
|
|
strong.error {
|
|
|
|
@extend %inline-alert-error;
|
|
|
|
}
|
|
|
|
}
|