ucap-doc/documents/업무/6월/1째주/backup/etc/room-list-item-02.component.theme.scss

21 lines
590 B
SCSS
Raw Normal View History

2020-06-05 09:45:18 +00:00
@import '~@ucap/ng-ui-material/material';
@mixin ucap-chat-room-list-item-02-theme($theme) {
$is-dark-theme: map-get($theme, is-dark);
$primary: map-get($theme, primary);
$accent: map-get($theme, accent);
$warn: map-get($theme, warn);
$background: map-get($theme, background);
$foreground: map-get($theme, foreground);
.ucap-chat-room-list-item-02-container {
border-color: mat-color($foreground, secondary-text);
}
}
@mixin ucap-chat-room-list-item-02-typography($config) {
.ucap-chat-room-list-item-01-container {
font-family: mat-font-family($config);
}
}