(demo shell) login css fixes (#3344)

This commit is contained in:
Denys Vuika 2018-05-18 10:57:18 +01:00 committed by Eugenio Romano
parent 37b3638703
commit ace38942af

View File

@ -18,7 +18,7 @@
} }
.toggle { .toggle {
width: 190px; width: auto;
margin: 5px; margin: 5px;
padding: 5px; padding: 5px;
} }
@ -49,4 +49,4 @@
.settings ::ng-deep .mat-slide-toggle-thumb-container { .settings ::ng-deep .mat-slide-toggle-thumb-container {
cursor: pointer; cursor: pointer;
} }
} }