ionicons v1.3.5

This commit is contained in:
Adam Bradley
2013-11-15 21:55:09 -06:00
parent 314156b3ca
commit 6284900d50
11 changed files with 540 additions and 490 deletions

22
dist/css/ionic.css vendored
View File

@ -1,14 +1,14 @@
@charset "UTF-8"; @charset "UTF-8";
/*! /*
Ionicons, v1.3.4 Ionicons, v1.3.5
Created by Ben Sperry for the Ionic Framework, http://ionicons.com/ Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
https://twitter.com/helloimben https://twitter.com/ionicframework https://twitter.com/helloimben https://twitter.com/ionicframework
MIT License: https://github.com/driftyco/ionicons MIT License: https://github.com/driftyco/ionicons
*/ */
@font-face { @font-face {
font-family: "Ionicons"; font-family: "Ionicons";
src: url("../fonts/ionicons.eot?v=1.3.4"); src: url("../fonts/ionicons.eot?v=1.3.5");
src: url("../fonts/ionicons.eot?v=1.3.4#iefix") format("embedded-opentype"), url("../fonts/ionicons.ttf?v=1.3.4") format("truetype"), url("../fonts/ionicons.woff?v=1.3.4") format("woff"), url("../fonts/ionicons.svg?v=1.3.4#Ionicons") format("svg"); src: url("../fonts/ionicons.eot?v=1.3.5#iefix") format("embedded-opentype"), url("../fonts/ionicons.ttf?v=1.3.5") format("truetype"), url("../fonts/ionicons.woff?v=1.3.5") format("woff"), url("../fonts/ionicons.svg?v=1.3.5#Ionicons") format("svg");
font-weight: normal; font-weight: normal;
font-style: normal; } font-style: normal; }
@ -2045,7 +2045,7 @@ sub {
fieldset { fieldset {
margin: 0 2px; margin: 0 2px;
padding: 0.35em 0.625em 0.75em; padding: 0.35em 0.625em 0.75em;
border: 1px solid #c0c0c0; } border: 1px solid silver; }
/** /**
* 1. Correct `color` not being inherited in IE 8/9. * 1. Correct `color` not being inherited in IE 8/9.
@ -2466,13 +2466,13 @@ address {
font-style: normal; font-style: normal;
line-height: 1.42857; } line-height: 1.42857; }
a.subduedΓÇÄ { a.subdued {
padding-right: 10px; padding-right: 10px;
color: #f8f8f8; color: #f8f8f8;
text-decoration: none; } text-decoration: none; }
a.subduedΓÇÄ:hover { a.subdued:hover {
text-decoration: none; } text-decoration: none; }
a.subduedΓÇÄ:last-child { a.subdued:last-child {
padding-right: 0; } padding-right: 0; }
/** /**
@ -4154,7 +4154,7 @@ input[type="checkbox"][readonly] {
border-radius: 50%; border-radius: 50%;
background: white; background: white;
content: ' '; content: ' ';
transition: background-color .1s ease-in-out; } transition: background-color 0.1s ease-in-out; }
/* the checkmark within the box */ /* the checkmark within the box */
.checkbox input:after { .checkbox input:after {
@ -4169,7 +4169,7 @@ input[type="checkbox"][readonly] {
border-right: 0; border-right: 0;
content: ' '; content: ' ';
opacity: 0; opacity: 0;
transition: opacity .05s ease-in-out; transition: opacity 0.05s ease-in-out;
-webkit-transform: rotate(-45deg); -webkit-transform: rotate(-45deg);
transform: rotate(-45deg); } transform: rotate(-45deg); }
@ -4654,7 +4654,7 @@ input[type="range"] {
.button-icon:active, .button-icon.active { .button-icon:active, .button-icon.active {
background: none; background: none;
box-shadow: none; box-shadow: none;
text-shadow: 0px 0px 10px #fff; } text-shadow: 0px 0px 10px white; }
.padding > .button.button-block:first-child { .padding > .button.button-block:first-child {
margin-top: 0; } margin-top: 0; }

View File

@ -118,7 +118,7 @@
right: 20px; right: 20px;
transition: 0.2s ease; transition: 0.2s ease;
transition-property: left, right; transition-property: left, right;
transition-delay: 0s, .05s; } transition-delay: 0s, 0.05s; }
.toggle :checked + .track { .toggle :checked + .track {
/* When the toggle is "on" */ /* When the toggle is "on" */
@ -133,4 +133,4 @@
right: 0; right: 0;
left: 20px; left: 20px;
-webkit-transform: none; -webkit-transform: none;
transition-delay: .05s, 0s; } transition-delay: 0.05s, 0s; }

BIN
dist/fonts/ionicons.eot vendored Normal file → Executable file

Binary file not shown.

499
dist/fonts/ionicons.svg vendored Normal file → Executable file

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 192 KiB

After

Width:  |  Height:  |  Size: 198 KiB

BIN
dist/fonts/ionicons.ttf vendored Normal file → Executable file

Binary file not shown.

BIN
dist/fonts/ionicons.woff vendored Normal file → Executable file

Binary file not shown.

BIN
ionicons/fonts/ionicons.eot Normal file → Executable file

Binary file not shown.

499
ionicons/fonts/ionicons.svg Normal file → Executable file

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 192 KiB

After

Width:  |  Height:  |  Size: 198 KiB

BIN
ionicons/fonts/ionicons.ttf Normal file → Executable file

Binary file not shown.

BIN
ionicons/fonts/ionicons.woff Normal file → Executable file

Binary file not shown.

View File

@ -1,13 +1,13 @@
/*! /*!
Ionicons, v1.3.4 Ionicons, v1.3.5
Created by Ben Sperry for the Ionic Framework, http://ionicons.com/ Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
https://twitter.com/helloimben https://twitter.com/ionicframework https://twitter.com/helloimben https://twitter.com/ionicframework
MIT License: https://github.com/driftyco/ionicons MIT License: https://github.com/driftyco/ionicons
*/ */
@font-face { @font-face {
font-family: "Ionicons"; font-family: "Ionicons";
src: url("../fonts/ionicons.eot?v=1.3.4"); src: url("../fonts/ionicons.eot?v=1.3.5");
src: url("../fonts/ionicons.eot?v=1.3.4#iefix") format("embedded-opentype"), url("../fonts/ionicons.ttf?v=1.3.4") format("truetype"), url("../fonts/ionicons.woff?v=1.3.4") format("woff"), url("../fonts/ionicons.svg?v=1.3.4#Ionicons") format("svg"); src: url("../fonts/ionicons.eot?v=1.3.5#iefix") format("embedded-opentype"), url("../fonts/ionicons.ttf?v=1.3.5") format("truetype"), url("../fonts/ionicons.woff?v=1.3.5") format("woff"), url("../fonts/ionicons.svg?v=1.3.5#Ionicons") format("svg");
font-weight: normal; font-weight: normal;
font-style: normal; } font-style: normal; }