mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-10 04:25:08 +00:00
Fixes #16: Inconsistent font sizes across elements
This commit is contained in:
parent
c101c432dc
commit
4a7b70c874
|
@ -1,3 +1,4 @@
|
||||||
|
// Fix: "Icon button ripple radius is not correct on Edge & Safari"
|
||||||
.mat-icon-button {
|
.mat-icon-button {
|
||||||
|
|
||||||
.mat-button-ripple {
|
.mat-button-ripple {
|
||||||
|
@ -5,6 +6,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Fix: "Sidenav opening with animations for the first time"
|
||||||
md-sidenav-container {
|
md-sidenav-container {
|
||||||
|
|
||||||
md-sidenav {
|
md-sidenav {
|
||||||
|
@ -39,3 +41,21 @@ md-sidenav-container {
|
||||||
.mat-drawer-content {
|
.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;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user