Use statusBarSet() js function from Pillar

This commit is contained in:
2016-11-01 12:30:53 +01:00
parent c9d7da3a42
commit 144c5b8894
7 changed files with 56 additions and 12 deletions

View File

@@ -1091,3 +1091,24 @@ label, label.control-label
iframe
width: 853px
height: 480px
#status-bar
opacity: 0
transition: all 250ms ease-in-out
i
margin-right: 5px
&.info
color: $color-info
&.error
color: $color-danger
&.warning
color: $color-warning
&.success
color: $color-success
&.default
color: $color-text-light
&.active
opacity: 1