2023-03-14 13:18:55 +00:00
|
|
|
/**
|
|
|
|
* Copyright (c) HashiCorp, Inc.
|
|
|
|
* SPDX-License-Identifier: MPL-2.0
|
|
|
|
*/
|
|
|
|
|
2020-12-02 09:43:34 +00:00
|
|
|
@import './skin';
|
|
|
|
@import './layout';
|
|
|
|
|
|
|
|
.informed-action {
|
|
|
|
@extend %informed-action;
|
|
|
|
}
|
|
|
|
%informed-action {
|
|
|
|
& > ul > li > * {
|
|
|
|
@extend %internal-button;
|
|
|
|
}
|
|
|
|
}
|