mardi 27 août 2019

Change the size of angular material checkbox (mat-checkbox)

I'm trying increase the size of the material checkbox.

Transform seems to increase the size of the material checkbox. However, I'm not sure if this is a correct way to achieve that?

CSS

::ng-deep .mat-checkbox .mat-checkbox-frame {
    transform: scale(2);
}

::ng-deep .mat-checkbox-checked .mat-checkbox-background {
    transform: scale(2);
}




Aucun commentaire:

Enregistrer un commentaire