mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-30 02:02:43 +00:00
cleanup sass deprecations (#28279)
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
@import './reset';
|
||||
@import 'ember-basic-dropdown';
|
||||
@import 'ember-power-select';
|
||||
@import '@hashicorp/design-system-components';
|
||||
@import './core';
|
||||
@import './docs';
|
||||
|
||||
|
||||
@@ -63,7 +63,9 @@
|
||||
}
|
||||
.ember-basic-dropdown-content--above.tool-tip {
|
||||
@include css-bottom-arrow(8px, $black, 1px, $black);
|
||||
margin-top: -8px;
|
||||
& {
|
||||
margin-top: -8px;
|
||||
}
|
||||
}
|
||||
.ember-basic-dropdown-content--above.ember-basic-dropdown-content--right.tool-tip {
|
||||
@include css-bottom-arrow(8px, $black, 1px, $black, calc(100% - 20px));
|
||||
|
||||
@@ -93,6 +93,9 @@ module.exports = function (defaults) {
|
||||
app.import('node_modules/jsondiffpatch/dist/formatters-styles/html.css');
|
||||
|
||||
app.import('app/styles/bulma/bulma-radio-checkbox.css');
|
||||
app.import(
|
||||
'node_modules/@hashicorp/design-system-components/dist/styles/@hashicorp/design-system-components.css'
|
||||
);
|
||||
|
||||
return app.toTree();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user