svg-sprite-toggle.css 1 KB
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
.svg-ic_check_box_24px {
background-position: 0 0;
background-repeat: no-repeat;
background-image: url(svg-sprite-toggle.svg);
}

.svg-ic_check_box_outline_blank_24px {
background-position: 0 -24px;
background-repeat: no-repeat;
background-image: url(svg-sprite-toggle.svg);
}

.svg-ic_radio_button_off_24px {
background-position: 0 -48px;
background-repeat: no-repeat;
background-image: url(svg-sprite-toggle.svg);
}

.svg-ic_radio_button_on_24px {
background-position: 0 -72px;
background-repeat: no-repeat;
background-image: url(svg-sprite-toggle.svg);
}

.svg-ic_star_24px {
background-position: 0 -96px;
background-repeat: no-repeat;
background-image: url(svg-sprite-toggle.svg);
}

.svg-ic_star_half_24px {
background-position: 0 -120px;
background-repeat: no-repeat;
background-image: url(svg-sprite-toggle.svg);
}

.svg-ic_star_outline_24px {
background-position: 0 -144px;
background-repeat: no-repeat;
background-image: url(svg-sprite-toggle.svg);
}