open-consul/ui/packages/consul-ui/app/components/informed-action/index.scss
John Cowen 6ef7c15e51
ui: New overlays (#9305)
Replaces ember-popover with tippy.js based overlay modifier.
2020-12-02 09:43:34 +00:00

12 lines
163 B
SCSS

@import './skin';
@import './layout';
.informed-action {
@extend %informed-action;
}
%informed-action {
& > ul > li > * {
@extend %internal-button;
}
}