updated to use new stylesheets
parent
26b2befb42
commit
39e5467492
|
@ -18,7 +18,7 @@
|
||||||
</mat-form-field>
|
</mat-form-field>
|
||||||
</mat-radio-button>
|
</mat-radio-button>
|
||||||
<button mat-icon-button [disableRipple]="true">
|
<button mat-icon-button [disableRipple]="true">
|
||||||
<fa-icon class="danger-icon" [icon]="deleteIcon"></fa-icon>
|
<fa-icon [icon]="deleteIcon"></fa-icon>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -35,5 +35,5 @@
|
||||||
|
|
||||||
<div mat-dialog-actions align="end">
|
<div mat-dialog-actions align="end">
|
||||||
<button mat-button (click)="onCancelClick()">CANCEL</button>
|
<button mat-button (click)="onCancelClick()">CANCEL</button>
|
||||||
<button mat-button [mat-dialog-close]="dialogData" class="action-button">SAVE</button>
|
<button mat-button class="attribute-save-button" [mat-dialog-close]="dialogData">SAVE</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
@import '~@angular/material/theming';
|
||||||
|
@import '~src/stylesheets/mycroft-colors';
|
||||||
|
@import '~src/stylesheets/components/buttons';
|
||||||
|
|
||||||
.predefined-group {
|
.predefined-group {
|
||||||
margin-bottom: 12px;
|
margin-bottom: 12px;
|
||||||
margin-top: 12px;
|
margin-top: 12px;
|
||||||
|
@ -9,5 +13,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
fa-icon {
|
fa-icon {
|
||||||
|
color: mat-color($mycroft-warn);
|
||||||
margin-left: 16px;
|
margin-left: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.attribute-save-button {
|
||||||
|
@include action-button-primary;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue