Browse Source

fix some icons

pull/213/head
connors 11 years ago
parent
commit
3889b54e65
  1. 4
      dist/ratchet.css
  2. 4
      docs/dist/ratchet.css
  3. 4
      sass/push.scss

4
dist/ratchet.css vendored

@ -1222,12 +1222,12 @@ select {
.push-left:after {
left: 15px;
content: '\e80d';
content: '\e822';
}
.push-right:after {
right: 15px;
content: '\e811';
content: '\e826';
}
@font-face {

4
docs/dist/ratchet.css vendored

@ -1222,12 +1222,12 @@ select {
.push-left:after {
left: 15px;
content: '\e80d';
content: '\e822';
}
.push-right:after {
right: 15px;
content: '\e811';
content: '\e826';
}
@font-face {

4
sass/push.scss

@ -50,9 +50,9 @@
}
.push-left:after {
left: 15px;
content: '\e80d';
content: '\e822';
}
.push-right:after {
right: 15px;
content: '\e811';
content: '\e826';
}

Loading…
Cancel
Save