Headless CMS and Content Managment Hub
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.
 
 
 
 
 

48 lines
489 B

@import 'mixins';
@import 'vars';
:host ::ng-deep {
svg {
display: block;
fill: $color-white;
}
}
.svg-icon {
display: inline-block;
}
.icon {
color: $color-white;
}
.sm {
.icon {
font-size: 14px;
}
.svg-icon {
width: 14px;
}
}
.md {
.icon {
font-size: 20px;
}
.svg-icon {
width: 20px;
}
}
.lg {
.icon {
font-size: 30px;
}
.svg-icon {
width: 30px;
}
}