open-consul/ui-v2/app/styles/app.scss
John Cowen e455648f96
ui: Adds tick whilst editing the link template in the Settings area (#5820)
1. Amends our `base` animation placeholder to always reset
transition-duration. This has no effect on other components that are
already using this animation.
2. Adds a confirming class whenever a key is pressed, to show the green
tick. Uses CSS via `transition-delay` for debouncing.
2019-05-17 12:33:12 +01:00

27 lines
615 B
SCSS

@charset 'utf-8';
@import 'base/index';
@import 'base/reset/index';
@import 'variables/index';
/*TODO: Move this to its own local component*/
@import 'ember-power-select';
#ember-basic-dropdown-wormhole {
z-index: 510;
position: relative;
}
/**/
@import 'components/index';
@import 'core/typography';
@import 'core/layout';
@import 'routes/dc/settings/index';
@import 'routes/dc/service/index';
@import 'routes/dc/nodes/index';
@import 'routes/dc/intention/index';
@import 'routes/dc/kv/index';
@import 'routes/dc/acls/index';
@import 'routes/dc/acls/tokens/index';
@import 'routes/dc/acls/policies/index';