mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-10 04:25:08 +00:00
message-box alert => message-box error
This commit is contained in:
parent
91e8d88488
commit
58dd3b93c3
|
@ -368,7 +368,7 @@ strong {
|
|||
border-left: 6px solid #37474F;
|
||||
color: rgba(255, 255, 255, 1);
|
||||
|
||||
&.alert {
|
||||
&.error {
|
||||
background: #EF5350;
|
||||
border-left-color: #B71C1C;
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user