mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-19 21:51:09 +02:00
12 lines
168 B
SCSS
12 lines
168 B
SCSS
/**
|
|
* Copyright (c) HashiCorp, Inc.
|
|
* SPDX-License-Identifier: MPL-2.0
|
|
*/
|
|
|
|
.alert-banner-message-body {
|
|
border: 0;
|
|
margin-top: $spacing-xxs;
|
|
|
|
color: $black;
|
|
}
|