message-box alert => message-box error

This commit is contained in:
Sercan Yemen 2018-06-14 13:41:18 +03:00
parent 91e8d88488
commit 58dd3b93c3
2 changed files with 3 additions and 3 deletions

View File

@ -368,7 +368,7 @@ strong {
border-left: 6px solid #37474F;
color: rgba(255, 255, 255, 1);
&.alert {
&.error {
background: #EF5350;
border-left-color: #B71C1C;
}

View File

@ -26,7 +26,7 @@
<div fxLayout="column" fxLayout.gt-md="row">
<div class="preview" fxLayout="column" fxLayoutAlign="center" fxFlex="50">
<div class="message-box alert">
<div class="message-box error">
This is an alert message box!
</div>
</div>
@ -34,7 +34,7 @@
<fuse-highlight lang="html" class="source-code" fxLayout="column" fxLayoutAlign="center"
fxFlex="50">
<textarea #source hidden="hidden">
<div class="message-box alert">
<div class="message-box error">
This is an alert message box!
</div>
</textarea>