mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Merged ionicons
This commit is contained in:
26
dist/css/ionic.css
vendored
26
dist/css/ionic.css
vendored
@@ -13,15 +13,15 @@
|
||||
*
|
||||
*/
|
||||
/*!
|
||||
Ionicons, v1.3.5
|
||||
Ionicons, v1.3.6
|
||||
Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
|
||||
https://twitter.com/helloimben https://twitter.com/ionicframework
|
||||
MIT License: https://github.com/driftyco/ionicons
|
||||
*/
|
||||
@font-face {
|
||||
font-family: "Ionicons";
|
||||
src: url("../fonts/ionicons.eot?v=1.3.5");
|
||||
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");
|
||||
src: url("../fonts/ionicons.eot?v=1.3.6");
|
||||
src: url("../fonts/ionicons.eot?v=1.3.6#iefix") format("embedded-opentype"), url("../fonts/ionicons.ttf?v=1.3.6") format("truetype"), url("../fonts/ionicons.woff?v=1.3.6") format("woff"), url("../fonts/ionicons.svg?v=1.3.6#Ionicons") format("svg");
|
||||
font-weight: normal;
|
||||
font-style: normal; }
|
||||
|
||||
@@ -485,6 +485,7 @@
|
||||
font-weight: normal;
|
||||
font-variant: normal;
|
||||
text-transform: none;
|
||||
text-rendering: auto;
|
||||
line-height: 1;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale; }
|
||||
@@ -536,6 +537,11 @@
|
||||
100% {
|
||||
transform: rotate(359deg); } }
|
||||
|
||||
.ion-loading-a {
|
||||
-webkit-animation-timing-function: steps(8, start);
|
||||
-moz-animation-timing-function: steps(8, start);
|
||||
animation-timing-function: steps(8, start); }
|
||||
|
||||
.ion-alert:before {
|
||||
content: "\f101"; }
|
||||
|
||||
@@ -2097,7 +2103,7 @@ textarea {
|
||||
/* 5 */ }
|
||||
|
||||
/**
|
||||
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
|
||||
* Address Firefox 4+ setting `line-height` on `input` using `importnt` in
|
||||
* the UA stylesheet.
|
||||
*/
|
||||
button,
|
||||
@@ -5468,18 +5474,6 @@ a.button {
|
||||
flex: 0 0 90%;
|
||||
max-width: 90%; }
|
||||
|
||||
/**
|
||||
* Icons
|
||||
* --------------------------------------------------
|
||||
*/
|
||||
.fill-icon {
|
||||
color: white !important; }
|
||||
.fill-icon:before {
|
||||
background: black;
|
||||
position: relative;
|
||||
border-radius: 6px;
|
||||
padding: 1px; }
|
||||
|
||||
/**
|
||||
* Utility Classes
|
||||
* --------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user