refactor(all): cleanup mode font

This commit is contained in:
Manu Mtz.-Almeida
2018-08-24 03:33:44 +02:00
parent 0d8097b3ad
commit d12ef78de6
109 changed files with 54 additions and 221 deletions

View File

@ -15,9 +15,6 @@ $toolbar-order-ios: (
menu-toggle-end: 7,
);
/// @prop - Font family of the toolbar
$toolbar-ios-font-family: $font-family-base !default;
/// @prop - Font size of the toolbar button
$toolbar-ios-button-font-size: 17px !default;

View File

@ -15,9 +15,6 @@ $toolbar-order-md: (
menu-toggle-end: 7,
);
/// @prop - Font family of the toolbar
$toolbar-md-font-family: $font-family-base !default;
/// @prop - Font size of the toolbar button
$toolbar-md-button-font-size: 14px !default;