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.
 
 
 
 
 

56 lines
639 B

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