Skip to content
Snippets Groups Projects
Commit 269ef9b1 authored by Lauryn Lorna Monthe Djomeni's avatar Lauryn Lorna Monthe Djomeni
Browse files

Design of checkbox button

parent 8c424caa
No related merge requests found
......@@ -56,9 +56,12 @@
</mat-tab>
</mat-tab-group>
<div fxLayoutAlign="center center">
<label for="myCheck" style="background: darkgreen; font-size: larger;">{{ 'room-page.block' | translate }} </label>
<input type="checkbox" id= "myCheck" [(ngModel)]= "check" >
<mat-slide-toggle [(ngModel)]= "check">{{ 'room-page.block' | translate }}</mat-slide-toggle>
</div>
<div fxLayoutAlign="center center">
<!-- <input type="checkbox" id= "myCheck" [(ngModel)]= "check" > -->
<!-- <mat-label for="myCheck" ><mat-icon>block</mat-icon>{{ 'room-page.block' | translate }} </mat-label> -->
<button mat-raised-button
class="delete"
(click)="openDeleteRoomDialog()"
......
......@@ -51,3 +51,11 @@ mat-hint {
color: var(--on-surface) !important;
margin-right: 1%;
}
mat-slide-toggle {
margin-top: 20px;
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment