Blame view

sprites/css-sprite/sprite-toggle-grey600.css 812 Bytes
d099a9749   Josh Estelle   Add generated CSS...
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
42
43
44
45
  .icon {
    background-image: url('sprite-toggle-grey600.png');
  }
  
  .icon-ic_check_box_grey600_24dp {
    background-position: -5px -5px;
    width: 24px;
    height: 24px;
  }
  
  .icon-ic_check_box_outline_blank_grey600_24dp {
    background-position: -39px -5px;
    width: 24px;
    height: 24px;
  }
  
  .icon-ic_radio_button_off_grey600_24dp {
    background-position: -5px -39px;
    width: 24px;
    height: 24px;
  }
  
  .icon-ic_radio_button_on_grey600_24dp {
    background-position: -39px -39px;
    width: 24px;
    height: 24px;
  }
  
  .icon-ic_star_grey600_24dp {
    background-position: -73px -5px;
    width: 24px;
    height: 24px;
  }
  
  .icon-ic_star_half_grey600_24dp {
    background-position: -73px -39px;
    width: 24px;
    height: 24px;
  }
  
  .icon-ic_star_outline_grey600_24dp {
    background-position: -5px -73px;
    width: 24px;
    height: 24px;
  }