Update Alert banner message-body to match design system (#9463)

* make alert banner text black

* remove comment in scss file
This commit is contained in:
Angel Garbarino 2020-07-14 09:04:54 -06:00 committed by GitHub
parent 43488c9574
commit 203a2d6e3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 1 deletions

View File

@ -15,6 +15,7 @@
@import 'bulma/switch';
// Override Bulma details where appropriate
@import './core/alert-banner';
@import './core/generic';
@import './core/box';
@import './core/breadcrumb';

View File

@ -0,0 +1,6 @@
.alert-banner-message-body {
border: 0;
margin-top: $spacing-xxs;
color: $black;
}

View File

@ -31,7 +31,7 @@
{{/if}}
</div>
{{#if @message}}
<p class="message-body">
<p class="alert-banner-message-body">
{{@message}}
</p>
{{/if}}