mirror of
https://github.com/status-im/consul.git
synced 2025-02-08 03:43:34 +00:00
11 lines
173 B
SCSS
11 lines
173 B
SCSS
@import './notice/index';
|
|
.notice.warning {
|
|
@extend %notice-warning;
|
|
}
|
|
.notice.info {
|
|
@extend %notice-info;
|
|
}
|
|
.notice.policy-management {
|
|
@extend %notice-highlight;
|
|
}
|