6bcb98ea71
* Add copyright headers to UI files * Ensure copywrite file ignores external libs
17 lines
241 B
SCSS
17 lines
241 B
SCSS
/**
|
|
* Copyright (c) HashiCorp, Inc.
|
|
* SPDX-License-Identifier: MPL-2.0
|
|
*/
|
|
|
|
@import './skin';
|
|
@import './layout';
|
|
|
|
.informed-action {
|
|
@extend %informed-action;
|
|
}
|
|
%informed-action {
|
|
& > ul > li > * {
|
|
@extend %internal-button;
|
|
}
|
|
}
|