mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-22 15:11:07 +02:00
17 lines
290 B
SCSS
17 lines
290 B
SCSS
@use '../utils/size_variables';
|
|
|
|
/**
|
|
* Copyright (c) HashiCorp, Inc.
|
|
* SPDX-License-Identifier: BUSL-1.1
|
|
*/
|
|
|
|
.global-flash {
|
|
bottom: size_variables.$spacing-32;
|
|
right: size_variables.$spacing-24;
|
|
margin: 10px;
|
|
max-width: 360px;
|
|
position: fixed;
|
|
width: 95%;
|
|
z-index: 300;
|
|
}
|