vault/ui/app/styles/components/global-flash.scss
Chelsea Shaw c5d39c816a
UI: Use HDS::Toast for flash messages (#25459)
* Move global-flash to HDS-specified area

* Add flash-toast component

* use flash toast for flash messages

* Use spacing vars

* Remove unnecessary key

* Cleanup + tests

* Remove nondeterministic build warning

* add changelog

* I wish this was automatic
2024-02-15 18:06:51 -06:00

15 lines
227 B
SCSS

/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: BUSL-1.1
*/
.global-flash {
bottom: $spacing-32;
right: $spacing-24;
margin: 10px;
max-width: 360px;
position: fixed;
width: 95%;
z-index: 300;
}