mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 09:25:46 +03:00
Use the correct gray for the info details
This commit is contained in:
@@ -46,4 +46,9 @@ $icon-dimensions-large: 2rem;
|
||||
color: $color;
|
||||
}
|
||||
}
|
||||
|
||||
&.is-grey {
|
||||
fill: $grey;
|
||||
color: $grey;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
{{#if this.activeEvent.event.error}}
|
||||
{{x-icon "cancel-circle-fill" class="is-danger"}}
|
||||
{{else}}
|
||||
{{x-icon "info-circle-fill" class="is-dark"}}
|
||||
{{x-icon "info-circle-fill" class="is-grey"}}
|
||||
{{/if}}
|
||||
</div>
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user