Blame view

sprites/svg-sprite/svg-sprite-file.css 1.81 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
  .svg-ic_attachment_24px {
  	background-position: 0 0;
  	background-repeat: no-repeat;
  	background-image: url(svg-sprite-file.svg);
  }
  
  .svg-ic_cloud_24px {
  	background-position: 0 -24px;
  	background-repeat: no-repeat;
  	background-image: url(svg-sprite-file.svg);
  }
  
  .svg-ic_cloud_circle_24px {
  	background-position: 0 -48px;
  	background-repeat: no-repeat;
  	background-image: url(svg-sprite-file.svg);
  }
  
  .svg-ic_cloud_done_24px {
  	background-position: 0 -72px;
  	background-repeat: no-repeat;
  	background-image: url(svg-sprite-file.svg);
  }
  
  .svg-ic_cloud_download_24px {
  	background-position: 0 -96px;
  	background-repeat: no-repeat;
  	background-image: url(svg-sprite-file.svg);
  }
  
  .svg-ic_cloud_off_24px {
  	background-position: 0 -120px;
  	background-repeat: no-repeat;
  	background-image: url(svg-sprite-file.svg);
  }
  
  .svg-ic_cloud_queue_24px {
  	background-position: 0 -144px;
  	background-repeat: no-repeat;
  	background-image: url(svg-sprite-file.svg);
  }
  
  .svg-ic_cloud_upload_24px {
  	background-position: 0 -168px;
  	background-repeat: no-repeat;
  	background-image: url(svg-sprite-file.svg);
  }
  
  .svg-ic_file_download_24px {
  	background-position: 0 -192px;
  	background-repeat: no-repeat;
  	background-image: url(svg-sprite-file.svg);
  }
  
  .svg-ic_file_upload_24px {
  	background-position: 0 -216px;
  	background-repeat: no-repeat;
  	background-image: url(svg-sprite-file.svg);
  }
  
  .svg-ic_folder_24px {
  	background-position: 0 -240px;
  	background-repeat: no-repeat;
  	background-image: url(svg-sprite-file.svg);
  }
  
  .svg-ic_folder_open_24px {
  	background-position: 0 -264px;
  	background-repeat: no-repeat;
  	background-image: url(svg-sprite-file.svg);
  }
  
  .svg-ic_folder_shared_24px {
  	background-position: 0 -288px;
  	background-repeat: no-repeat;
  	background-image: url(svg-sprite-file.svg);
  }