~maas-committers/maas/trunk

« back to all changes in this revision

Viewing changes to src/maasserver/static/scss/_helpers.state.scss

Adding all assets and new theme files

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
////
 
2
/// @author       Web Team at Canonical Ltd
 
3
/// @link         http://ubuntudesign.github.io/maas-gui-vanilla-theme/docs/#mixin-maas-state
 
4
/// @since        0.0.1
 
5
////
 
6
 
 
7
/// State
 
8
/// @group State
 
9
@mixin maas-state {
 
10
 
 
11
  @each $state, $color in $states {
 
12
    &.u-state--#{$state} {
 
13
      color: $color !important;
 
14
    }
 
15
  }
 
16
}