~blake-rouse/maas/is-importing-2.1

« back to all changes in this revision

Viewing changes to src/maasserver/static/scss/_components.flashmessages.scss

  • Committer: LaMont Jones
  • Date: 2016-12-07 12:59:10 UTC
  • mfrom: (5561 2.1)
  • mto: This revision was merged to the branch mainline in revision 5563.
  • Revision ID: lamont@canonical.com-20161207125910-fow7gg8v9bo0s1iq
merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
      }
29
29
 
30
30
      &.flash-messages__item--error {
31
 
        background: $white url('#{$asset-path}images/icons/error_colour_white.svg') no-repeat;
 
31
        background: $white url('#{$asset-path}images/icons/error.svg') no-repeat;
32
32
        background-size: 16px 16px;
33
33
        background-position: 15px center;
34
34
        padding-left: 45px;
35
35
      }
36
36
 
37
37
      &.flash-messages__item--info {
38
 
        background: $white url('#{$asset-path}images/icons/information_colour_white.svg') no-repeat;
 
38
        background: $white url('#{$asset-path}images/icons/info.svg') no-repeat;
39
39
        background-size: 16px 16px;
40
40
        background-position: 15px center;
41
41
        padding-left: 45px;
42
42
      }
43
43
 
44
44
      &.flash-messages__item--warning {
45
 
        background: $white url('#{$asset-path}images/icons/warning_colour_white.svg') no-repeat;
 
45
        background: $white url('#{$asset-path}images/icons/warning.svg') no-repeat;
46
46
        background-size: 16px 16px;
47
47
        background-position: 15px center;
48
48
        padding-left: 45px;
49
49
      }
50
50
 
51
51
      &.flash-messages__item--success {
52
 
        background: $white url('#{$asset-path}images/icons/success_colour_white.svg') no-repeat;
 
52
        background: $white url('#{$asset-path}images/icons/success.svg') no-repeat;
53
53
        background-size: 16px 16px;
54
54
        background-position: 15px center;
55
55
        padding-left: 45px;