You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
- /**
- *
- *
- *
- */
-
- @mixin component__icon()
- {
- .icon {
- display: inline-block;
- font-size: inherit;
- height: 1.5em;
- width: 1.5em;
- overflow: visible;
- max-height: 100%;
- max-width: 100%;
- }
-
- .fill-primary {
- fill: $primary;
- }
-
- .fill-grey {
- fill: $grey;
- }
- }
|