fix the share dialog button style

This commit is contained in:
Denys Vuika 2018-10-03 14:31:43 +01:00
parent fdceca2138
commit 06ffa96633

View File

@ -57,6 +57,10 @@
.mat-dialog-actions { .mat-dialog-actions {
justify-content: flex-end; justify-content: flex-end;
& > button {
text-transform: uppercase;
}
} }
.mat-form-field-flex { .mat-form-field-flex {