mirror of https://github.com/Squidex/squidex.git
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.
45 lines
454 B
45 lines
454 B
: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;
|
|
}
|
|
}
|