mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
removing _icons.scss file, not needed
This commit is contained in:
12
dist/css/ionic.css
vendored
12
dist/css/ionic.css
vendored
@@ -5466,18 +5466,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
|
||||
* --------------------------------------------------
|
||||
|
||||
@@ -1,17 +0,0 @@
|
||||
|
||||
/**
|
||||
* Icons
|
||||
* --------------------------------------------------
|
||||
*/
|
||||
|
||||
.fill-icon {
|
||||
color: white !important;
|
||||
|
||||
&:before {
|
||||
background: black;
|
||||
position: relative;
|
||||
border-radius: $icon-fill-border-radius;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -55,6 +55,5 @@
|
||||
// Util
|
||||
"animations",
|
||||
"grid",
|
||||
"icons",
|
||||
"util",
|
||||
"platform";
|
||||
|
||||
Reference in New Issue
Block a user