Skip to content

Commit 7ce84a2

Browse files
smulvihillsylus
authored andcommitted
Issue #3223026 by smulvih2: Toolbar menu icons are smaller on wxt_bootstrap
1 parent 52f5798 commit 7ce84a2

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

css/style.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -558,6 +558,9 @@ body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed {
558558
background: #337ab7;
559559
color: #fff; }
560560

561+
html {
562+
font-size: 16px; }
563+
561564
ol, ul {
562565
padding-left: 1.5em; }
563566
.popover ol:last-child, .popover ul:last-child {

sass/_overrides.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
// jQuery UI style overrides.
1919
@import "jquery-ui/autocomplete";
2020

21+
html {
22+
font-size: 16px;
23+
}
24+
2125
ol, ul {
2226
padding-left: 1.5em;
2327
.popover &:last-child {

0 commit comments

Comments
 (0)