[ACA-2242] add old style back (#994)

fixes missing buttons styles issue until ADF 3.1.0 will fix it
This commit is contained in:
Suzana Dirla
2019-03-05 12:50:54 +00:00
committed by Denys Vuika
parent 0b60514a01
commit 245184d41b
@@ -11,5 +11,17 @@
.mat-radio-label {
color: mat-color($foreground, text, 0.54);
}
.facet-buttons {
text-align: right;
.mat-button {
text-transform: uppercase;
}
&--topSpace {
padding-top: 15px;
}
}
}
}