@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; }