diff --git a/components.html b/components.html index b45cd0c..5d0f368 100644 --- a/components.html +++ b/components.html @@ -106,7 +106,7 @@ base_url: "../"
- +

Title

@@ -114,7 +114,7 @@ base_url: "../" {% highlight html %}
- +

Title

@@ -129,11 +129,11 @@ base_url: "../"
- + Left - + Right

Title

@@ -143,12 +143,12 @@ base_url: "../" {% highlight html %}
- + Left Right - +

Title

@@ -1127,7 +1127,7 @@ document
- + Slide me
@@ -1147,7 +1147,7 @@ document
- + Slide me
diff --git a/dist/android-theme.css b/dist/android-theme.css index 977c8bf..95c0f19 100644 --- a/dist/android-theme.css +++ b/dist/android-theme.css @@ -466,3 +466,55 @@ textarea, color: #fff; content: "On"; } + +.push-left:after { + content: '\e803'; +} + +.push-right:after { + content: '\e806'; +} + +.icon-caret:before { + content: '\e800'; +} + +.icon-down:before, +.icon-down-nav:before { + content: '\e801'; +} + +.icon-download:before { + content: '\e802'; +} + +.icon-left:before, +.icon-left-nav:before { + content: '\e803'; +} + +.icon-more-vertical:before { + content: '\e804'; +} + +.icon-more:before { + content: '\e805'; +} + +.icon-right:before, +.icon-right-nav:before { + content: '\e806'; +} + +.icon-search:before { + content: '\e807'; +} + +.icon-share:before { + content: '\e808'; +} + +.icon-up:before, +.icon-up-nav:before { + content: '\e809'; +} diff --git a/dist/ratchet.css b/dist/ratchet.css index c3febe7..cd9e570 100644 --- a/dist/ratchet.css +++ b/dist/ratchet.css @@ -1194,12 +1194,12 @@ select { .push-left:after { left: 15px; - content: '\e803'; + content: '\e80d'; } .push-right:after { right: 15px; - content: '\e800'; + content: '\e811'; } @font-face { @@ -1220,78 +1220,166 @@ select { -webkit-font-smoothing: antialiased; } +.icon-back:before { + content: '\e80a'; +} + +.icon-bars:before { + content: '\e817'; +} + +.icon-caret:before { + content: '\e818'; +} + +.icon-check:before { + content: '\e819'; +} + +.icon-close:before { + content: '\e81a'; +} + .icon-code:before { - content: '\e804'; + content: '\e81b'; +} + +.icon-compose:before { + content: '\e81c'; +} + +.icon-down-nav:before { + content: '\e81d'; } .icon-down:before { - content: '\e801'; + content: '\e80b'; } .icon-download:before { - content: '\f005'; + content: '\e81e'; } -.icon-left:before { - content: '\e803'; +.icon-edit:before { + content: '\e81f'; } -.icon-lg-down:before { - content: '\f00b'; +.icon-forward:before { + content: '\e820'; } -.icon-lg-left:before { - content: '\f00c'; +.icon-gear:before { + content: '\e80c'; } -.icon-lg-right:before { - content: '\f00d'; +.icon-home:before { + content: '\e821'; } -.icon-lg-up:before { - content: '\f00e'; +.icon-info:before { + content: '\e822'; +} + +.icon-left-nav:before { + content: '\e823'; +} + +.icon-left:before { + content: '\e80d'; } .icon-list:before { - content: '\f008'; + content: '\e80e'; +} + +.icon-more-vertical:before { + content: '\e824'; +} + +.icon-more:before { + content: '\e825'; } .icon-pages:before { - content: '\f000'; + content: '\e80f'; +} + +.icon-pause:before { + content: '\e826'; +} + +.icon-person:before { + content: '\e827'; +} + +.icon-play:before { + content: '\e828'; +} + +.icon-plus:before { + content: '\e829'; } .icon-refresh:before { - content: '\f009'; + content: '\e810'; +} + +.icon-right-nav:before { + content: '\e82a'; } .icon-right:before { - content: '\e800'; + content: '\e811'; } .icon-search:before { - content: '\f007'; + content: '\e82b'; } .icon-share:before { - content: '\f00a'; + content: '\e82c'; } .icon-sound2:before { - content: '\f002'; + content: '\e813'; } .icon-sound3:before { - content: '\f003'; + content: '\e814'; } .icon-sound4:before { - content: '\f004'; + content: '\e815'; } .icon-sound:before { - content: '\f001'; + content: '\e812'; +} + +.icon-star-filled:before { + content: '\e82d'; +} + +.icon-star:before { + content: '\e82e'; +} + +.icon-stop:before { + content: '\e82f'; +} + +.icon-trash:before { + content: '\e830'; +} + +.icon-up-nav:before { + content: '\e832'; } .icon-up:before { - content: '\e802'; + content: '\e816'; +} + +.icon-user:before { + content: '\e831'; } diff --git a/dist/ratchicons/ratchicons.eot b/dist/ratchicons/ratchicons.eot index 48b9de9..afc3467 100644 Binary files a/dist/ratchicons/ratchicons.eot and b/dist/ratchicons/ratchicons.eot differ diff --git a/dist/ratchicons/ratchicons.svg b/dist/ratchicons/ratchicons.svg index 944c8e6..fa8cdf5 100644 --- a/dist/ratchicons/ratchicons.svg +++ b/dist/ratchicons/ratchicons.svg @@ -6,25 +6,57 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dist/ratchicons/ratchicons.ttf b/dist/ratchicons/ratchicons.ttf index d309c0b..a9c6bd5 100644 Binary files a/dist/ratchicons/ratchicons.ttf and b/dist/ratchicons/ratchicons.ttf differ diff --git a/dist/ratchicons/ratchicons.woff b/dist/ratchicons/ratchicons.woff index f965438..c298816 100644 Binary files a/dist/ratchicons/ratchicons.woff and b/dist/ratchicons/ratchicons.woff differ diff --git a/docs-assets/css/docs.css b/docs-assets/css/docs.css index 4d74299..f17f1d2 100644 --- a/docs-assets/css/docs.css +++ b/docs-assets/css/docs.css @@ -1609,6 +1609,46 @@ hr { color: #fff; content: "On"; } +.platform-android .push-left:after { + content: '\e803'; +} +.platform-android .push-right:after { + content: '\e806'; +} +.platform-android .icon-caret:before { + content: '\e800'; +} +.platform-android .icon-down:before, +.platform-android .icon-down-nav:before { + content: '\e801'; +} +.platform-android .icon-download:before { + content: '\e802'; +} +.platform-android .icon-left:before, +.platform-android .icon-left-nav:before { + content: '\e803'; +} +.platform-android .icon-more-vertical:before { + content: '\e804'; +} +.platform-android .icon-more:before { + content: '\e805'; +} +.platform-android .icon-right:before, +.platform-android .icon-right-nav:before { + content: '\e806'; +} +.platform-android .icon-search:before { + content: '\e807'; +} +.platform-android .icon-share:before { + content: '\e808'; +} +.platform-android .icon-up:before, +.platform-android .icon-up-nav:before { + content: '\e809'; +} .platform-android .device { font-family: 'Roboto', sans-serif; background-image: url("../img/android.png"); diff --git a/lib/sass/push.scss b/lib/sass/push.scss index 38f91ed..bc6da86 100644 --- a/lib/sass/push.scss +++ b/lib/sass/push.scss @@ -50,9 +50,9 @@ } .push-left:after { left: 15px; - content: '\e803'; + content: '\e80d'; } .push-right:after { right: 15px; - content: '\e800'; + content: '\e811'; } diff --git a/lib/sass/ratchicons.scss b/lib/sass/ratchicons.scss index 9c4ae91..9a1b4f8 100644 --- a/lib/sass/ratchicons.scss +++ b/lib/sass/ratchicons.scss @@ -21,22 +21,44 @@ cursor: default; -webkit-font-smoothing: antialiased; } -.icon-code:before { content: '\e804'; } -.icon-down:before { content: '\e801'; } -.icon-download:before { content: '\f005'; } -.icon-left:before { content: '\e803'; } -.icon-lg-down:before { content: '\f00b'; } -.icon-lg-left:before { content: '\f00c'; } -.icon-lg-right:before { content: '\f00d'; } -.icon-lg-up:before { content: '\f00e'; } -.icon-list:before { content: '\f008'; } -.icon-pages:before { content: '\f000'; } -.icon-refresh:before { content: '\f009'; } -.icon-right:before { content: '\e800'; } -.icon-search:before { content: '\f007'; } -.icon-share:before { content: '\f00a'; } -.icon-sound2:before { content: '\f002'; } -.icon-sound3:before { content: '\f003'; } -.icon-sound4:before { content: '\f004'; } -.icon-sound:before { content: '\f001'; } -.icon-up:before { content: '\e802'; } +.icon-back:before { content: '\e80a'; } +.icon-bars:before { content: '\e817'; } +.icon-caret:before { content: '\e818'; } +.icon-check:before { content: '\e819'; } +.icon-close:before { content: '\e81a'; } +.icon-code:before { content: '\e81b'; } +.icon-compose:before { content: '\e81c'; } +.icon-down-nav:before { content: '\e81d'; } +.icon-down:before { content: '\e80b'; } +.icon-download:before { content: '\e81e'; } +.icon-edit:before { content: '\e81f'; } +.icon-forward:before { content: '\e820'; } +.icon-gear:before { content: '\e80c'; } +.icon-home:before { content: '\e821'; } +.icon-info:before { content: '\e822'; } +.icon-left-nav:before { content: '\e823'; } +.icon-left:before { content: '\e80d'; } +.icon-list:before { content: '\e80e'; } +.icon-more-vertical:before { content: '\e824'; } +.icon-more:before { content: '\e825'; } +.icon-pages:before { content: '\e80f'; } +.icon-pause:before { content: '\e826'; } +.icon-person:before { content: '\e827'; } +.icon-play:before { content: '\e828'; } +.icon-plus:before { content: '\e829'; } +.icon-refresh:before { content: '\e810'; } +.icon-right-nav:before { content: '\e82a'; } +.icon-right:before { content: '\e811'; } +.icon-search:before { content: '\e82b'; } +.icon-share:before { content: '\e82c'; } +.icon-sound2:before { content: '\e813'; } +.icon-sound3:before { content: '\e814'; } +.icon-sound4:before { content: '\e815'; } +.icon-sound:before { content: '\e812'; } +.icon-star-filled:before { content: '\e82d'; } +.icon-star:before { content: '\e82e'; } +.icon-stop:before { content: '\e82f'; } +.icon-trash:before { content: '\e830'; } +.icon-up-nav:before { content: '\e832'; } +.icon-up:before { content: '\e816'; } +.icon-user:before { content: '\e831'; } diff --git a/lib/sass/theme-android.scss b/lib/sass/theme-android.scss index 8e8918a..b0343d4 100644 --- a/lib/sass/theme-android.scss +++ b/lib/sass/theme-android.scss @@ -598,9 +598,9 @@ textarea, } -// // Toggles styles // -------------------------------------------------- + .toggle { width: 104px; height: 28px; @@ -645,3 +645,33 @@ textarea, } } } + + +// Push icons +// -------------------------------------------------- + +.push-left:after { + content: '\e803'; +} +.push-right:after { + content: '\e806'; +} + + +// Ratchicons for Android +// -------------------------------------------------- + +.icon-caret:before { content: '\e800'; } +.icon-down:before, +.icon-down-nav:before { content: '\e801'; } +.icon-download:before { content: '\e802'; } +.icon-left:before, +.icon-left-nav:before { content: '\e803'; } +.icon-more-vertical:before { content: '\e804'; } +.icon-more:before { content: '\e805'; } +.icon-right:before, +.icon-right-nav:before { content: '\e806'; } +.icon-search:before { content: '\e807'; } +.icon-share:before { content: '\e808'; } +.icon-up:before, +.icon-up-nav:before { content: '\e809'; } diff --git a/two.html b/two.html index d1ae496..746828d 100644 --- a/two.html +++ b/two.html @@ -15,7 +15,7 @@
- +

Page two