mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 23:16:52 +08:00
18 lines
244 B
SCSS
18 lines
244 B
SCSS
|
|
/**
|
|
* Icons
|
|
* --------------------------------------------------
|
|
*/
|
|
|
|
.fill-icon {
|
|
color: white !important;
|
|
|
|
&:before {
|
|
background: black;
|
|
position: relative;
|
|
border-radius: $icon-fill-border-radius;
|
|
padding: 1px;
|
|
}
|
|
|
|
}
|