vault/ui/app/styles/core/alert-banner.scss
Hamid Ghaf e55c18ed12
adding copyright header (#19555)
* adding copyright header

* fix fmt and a test
2023-03-15 09:00:52 -07:00

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