thingsboard/ui-ngx/src/app/modules/home/pages/notification-center/template-dialog/template-notification-dialog.component.scss

26 lines
357 B
SCSS
Raw Normal View History

:host {
width: 600px;
.tb-hint {
padding: 0;
}
}
:host ::ng-deep {
.mat-radio-group {
display: flex;
flex-direction: row;
.mat-radio-button {
flex: 1 1 100%;
padding: 14px;
border: 1px solid rgba(0, 0, 0, 0.12);
border-radius: 6px;
&:not(:last-child){
margin-right: 8px;
}
}
}
}