~ricgard/maas/icon-updates

« back to all changes in this revision

Viewing changes to src/maasserver/static/scss/maas/components/_placeholders.scss

  • Committer: Richard McCartney
  • Date: 2016-06-08 19:52:30 UTC
  • Revision ID: richard.mccartney@canonical.com-20160608195230-f94cec172sgp9812
Updated all icons to the new styles

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
    }
41
41
 
42
42
    &.info {
43
 
        background-image: url('../img/icons/info.png');
44
 
        background-image: url('../img/icons/info.svg'), none;
 
43
      background-image: url('../img/icons/information_colour_white.svg');
45
44
    }
46
45
 
47
46
    &.edit {
59
58
    }
60
59
 
61
60
    &.warning {
62
 
        background-image: url('../img/icons/warning.png');
63
 
        background-image: url('../img/icons/warning.svg'), none;
 
61
        background-image: url('../img/icons/warning_colour_white.svg');
64
62
    }
65
63
 
66
64
    &.debug {
70
68
 
71
69
    &.success,
72
70
    &.tick {
73
 
        background-image: url('../img/icons/success.png');
74
 
        background-image: url('../img/icons/success.svg'), none;
 
71
        background-image: url('../img/icons/success_colour_white.svg'), none;
75
72
    }
76
73
 
77
74
    &.simple-tick {
79
76
    }
80
77
 
81
78
    &.error {
82
 
        background-image: url('../img/icons/error.png');
83
 
        background-image: url('../img/icons/error.svg'), none;
 
79
        background-image: url('../img/icons/error_colour_white.svg'), none;
84
80
    }
85
81
 
86
82
    &.partition {
87
 
      background-image: url('../img/icons/partition.svg');
 
83
      background-image: url('../img/icons/add-partition.svg');
 
84
    }
 
85
 
 
86
    &.tooltips {
 
87
      background-image: url('../img/icons/tooltip.svg');
 
88
    }
 
89
 
 
90
    &.help {
 
91
      background-image: url('../img/icons/help_colour_white.svg');
 
92
    }
 
93
 
 
94
    &.logical-volume {
 
95
      background-image: url('../img/icons/add-logical-volume.svg');
88
96
    }
89
97
 
90
98
    &.add {