24 lines
367 B
SCSS
24 lines
367 B
SCSS
@import '~apps/client/src/styles/ghostfolio-style';
|
|
|
|
:host {
|
|
display: block;
|
|
|
|
.mat-button {
|
|
&.mini-icon {
|
|
line-height: 1.5;
|
|
}
|
|
}
|
|
|
|
.mat-flat-button {
|
|
::ng-deep {
|
|
.mat-button-wrapper {
|
|
display: block;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
width: 100%;
|
|
}
|
|
}
|
|
}
|
|
}
|