6ef7c15e51
Replaces ember-popover with tippy.js based overlay modifier.
12 lines
163 B
SCSS
12 lines
163 B
SCSS
@import './skin';
|
|
@import './layout';
|
|
|
|
.informed-action {
|
|
@extend %informed-action;
|
|
}
|
|
%informed-action {
|
|
& > ul > li > * {
|
|
@extend %internal-button;
|
|
}
|
|
}
|