c84d267c61
* Add Helios Design System Components (#19278) * adds hds dependency * updates reset import path * sets minifyCSS advanced option to false * Remove node-sass (#19376) * removes node-sass and fixes sass compilation * fixes active tab li class * Sidebar Navigation Components (#19446) * links ember-shared-components addon and imports styles * adds sidebar frame and nav components * updates HcNav component name to HcAppFrame and adds sidebar UserMenu component * adds tests for sidebar components * fixes tests * updates user menu styling * fixes typos in nav cluster component * changes padding value in sidebar stylesheet to use variable * Replace and remove old nav components with new ones (#19447) * links ember-shared-components addon and imports styles * adds sidebar frame and nav components * updates activeCluster on auth service and adds activeSession prop for sidebar visibility * replaces old nav components with new ones in templates * fixes sidebar visibility issue and updates user menu label class * removes NavHeader usage * adds clients index route to redirect to dashboard * removes unused HcAppFrame footer block and reduces page header top margin * Nav component cleanup (#19681) * removes nav-header components * removes navbar styling * removes status-menu component and styles * removes cluster and auth info components * removes menu-sidebar component and styling * fixes tests * Console Panel Updates (#19741) * updates console panel styling * adds test for opening and closing the console panel * updates console panel background color to use hds token * adds right margin to console panel input * updates link-status banner styling * updates hc nav components to new API * Namespace Picker Updates (#19753) * updates namespace-picker * updates namespace picker menu styling * adds bottom margin to env banner * updates class order on namespace picker link * restores manage namespaces refresh icon * removes manage namespaces nav icon * removes home link component (#20027) * Auth and Error View Updates (#19749) * adds vault logo to auth page * updates top level error template * updates loading substate handling and moves policies link from access to cluster nav (#20033) * moves console panel to bottom of viewport (#20183) * HDS Sidebar Nav Components (#20197) * updates nav components to hds * upgrades project yarn version to 3.5 * fixes issues in app frame component * updates sidenav actions to use icon button component * Sidebar navigation acceptance tests (#20270) * adds sidebar navigation acceptance tests and fixes other test failures * console panel styling tweaks * bumps addon version * remove and ignore yarn install-state file * fixes auth service and console tests * moves classes from deleted files after bulma merge * fixes sass syntax errors blocking build * cleans up dart sass deprecation warnings * adds changelog entry * hides namespace picker when sidebar nav panel is minimized * style tweaks * fixes sidebar nav tests * bumps hds addon to latest version and removes style override * updates modify-passthrough-response helper * updates sidebar nav tests * mfa-setup test fix attempt * fixes cluster mfa setup test * remove deprecated yarn ignore-optional flag from makefile * removes another instance of yarn ignore-optional and updates ui readme * removes unsupported yarn verbose flag from ci-helper * hides nav headings when user does not have access to any sub links * removes unused optional deps and moves lint-staged to dev deps * updates has-permission helper and permissions service tests * fixes issue with console panel not filling container width
127 lines
4.1 KiB
SCSS
127 lines
4.1 KiB
SCSS
/**
|
|
* Copyright (c) HashiCorp, Inc.
|
|
* SPDX-License-Identifier: MPL-2.0
|
|
*/
|
|
|
|
// Variables
|
|
@import './utils/color_variables'; // colors need to come first.
|
|
@import './utils/box-shadow_variables';
|
|
@import './utils/font_variables';
|
|
@import './utils/size_variables';
|
|
|
|
// Element styling
|
|
@import './core/element-styling';
|
|
|
|
// Mixins
|
|
@import './utils/mixins';
|
|
@import './utils/animations';
|
|
|
|
// Core Styles: each file styles a class that is not associated with a component. Ex: box and not box-label.
|
|
@import './core/alert-banner';
|
|
@import './core/box';
|
|
@import './core/breadcrumb';
|
|
@import './core/buttons';
|
|
@import './core/charts';
|
|
@import './core/checkbox-and-radio';
|
|
@import './core/columns';
|
|
@import './core/containers';
|
|
@import './core/control';
|
|
@import './core/field';
|
|
@import './core/file';
|
|
@import './core/footer';
|
|
@import './core/inputs';
|
|
@import './core/label';
|
|
@import './core/level';
|
|
@import './core/link';
|
|
@import './core/lists';
|
|
@import './core/menu';
|
|
@import './core/message';
|
|
@import './core/progress';
|
|
@import './core/select';
|
|
@import './core/switch';
|
|
@import './core/tag';
|
|
@import './core/title';
|
|
@import './core/toggle';
|
|
|
|
// Helpers
|
|
@import './helper-classes/colors';
|
|
@import './helper-classes/flexbox-and-grid';
|
|
@import './helper-classes/layout';
|
|
@import './helper-classes/general';
|
|
@import './helper-classes/spacing';
|
|
@import './helper-classes/typography';
|
|
|
|
// Component specific styling
|
|
@import './components/auth-buttons';
|
|
@import './components/auth-form';
|
|
@import './components/autocomplete-input';
|
|
@import './components/b64-toggle';
|
|
@import './components/box-label';
|
|
@import './components/box-radio';
|
|
@import './components/calendar-widget';
|
|
@import './components/codemirror';
|
|
@import './components/confirm';
|
|
@import './components/console-ui-panel';
|
|
@import './components/control-group';
|
|
@import './components/diff-version-selector';
|
|
@import './components/doc-link';
|
|
@import './components/empty-state-component';
|
|
@import './components/env-banner';
|
|
@import './components/features-selection';
|
|
@import './components/form-section';
|
|
@import './components/global-flash';
|
|
@import './components/hover-copy-button';
|
|
@import './components/icon';
|
|
@import './components/init-illustration';
|
|
@import './components/info-table-row';
|
|
@import './components/kmip-role-edit';
|
|
@import './components/known-secondaries-card.scss';
|
|
@import './components/license-banners';
|
|
@import './components/linkable-item';
|
|
@import './components/linked-block';
|
|
@import './components/list-item-row';
|
|
@import './components/list-pagination';
|
|
@import './components/loader';
|
|
@import './components/login-form';
|
|
@import './components/masked-input';
|
|
@import './components/modal-component.scss';
|
|
@import './components/namespace-picker';
|
|
@import './components/namespace-reminder';
|
|
@import './components/navigate-input';
|
|
@import './components/page-header';
|
|
@import './components/popup-menu';
|
|
@import './components/radio-card';
|
|
@import './components/radial-progress';
|
|
@import './components/raft-join';
|
|
@import './components/read-more';
|
|
@import './components/regex-validator';
|
|
@import './components/replication-dashboard';
|
|
@import './components/replication-mode-summary';
|
|
@import './components/replication-page';
|
|
@import './components/replication-primary-card';
|
|
@import './components/replication-summary';
|
|
@import './components/role-item';
|
|
@import './components/search-select';
|
|
@import './components/selectable-card';
|
|
@import './components/selectable-card-container';
|
|
// action-block extends selectable-card
|
|
@import './components/action-block';
|
|
@import './components/shamir-modal-flow';
|
|
@import './components/shamir-progress';
|
|
@import './components/sidebar';
|
|
@import './components/splash-page';
|
|
@import './components/stat-text';
|
|
@import './components/tabs-component';
|
|
@import './components/text-file';
|
|
@import './components/token-expire-warning';
|
|
@import './components/toolbar';
|
|
@import './components/tool-tip';
|
|
@import './components/transform-edit';
|
|
@import './components/transit-card';
|
|
@import './components/ttl-picker';
|
|
@import './components/unseal-warning';
|
|
// @import './components/ui-wizard'; // remove, see PR https://github.com/hashicorp/vault/pull/19220
|
|
@import './components/vault-loading';
|
|
@import './components/vlt-radio';
|
|
@import './components/vlt-table';
|