Fixes #16: Inconsistent font sizes across elements

This commit is contained in:
Sercan Yemen 2017-10-02 10:14:20 +03:00
parent c101c432dc
commit 4a7b70c874

View File

@ -1,3 +1,4 @@
// Fix: "Icon button ripple radius is not correct on Edge & Safari"
.mat-icon-button {
.mat-button-ripple {
@ -5,6 +6,7 @@
}
}
// Fix: "Sidenav opening with animations for the first time"
md-sidenav-container {
md-sidenav {
@ -39,3 +41,21 @@ md-sidenav-container {
.mat-drawer-content {
}
}
// Fix: "Inconsistent font sizes across elements"
.mat-input-wrapper {
font-size: 16px;
}
.mat-checkbox {
font-size: 16px;
}
.mat-radio-button {
font-size: 16px;
}
.mat-pseudo-checkbox-checked:after {
width: 14px;
height: 7px;
}