Fix custom font size

This commit is contained in:
Julia Radzhabova
2023-02-06 14:27:22 +03:00
parent 4b320be0af
commit edce2208fc
3 changed files with 3 additions and 0 deletions

View File

@ -202,6 +202,7 @@
}
.font-size-normal {
.fontsize(11px); // 11px
.fontsize(@font-size-base-app); // 11px
}

View File

@ -158,6 +158,7 @@
}
.font-size-normal {
.fontsize(11px); // 11px
.fontsize(@font-size-base-app); // 11px
}

View File

@ -160,6 +160,7 @@
}
.font-size-normal {
.fontsize(11px); // 11px
.fontsize(@font-size-base-app); // 11px
}