mirror of https://github.com/status-im/consul.git
20 lines
345 B
SCSS
20 lines
345 B
SCSS
/**
|
|
* Copyright (c) HashiCorp, Inc.
|
|
* SPDX-License-Identifier: BUSL-1.1
|
|
*/
|
|
|
|
[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;
|
|
}
|
|
}
|