Skip to content

Commit 2dabd7d

Browse files
committed
Updated font-size variable and standardize #ToDo UI
1 parent 7532620 commit 2dabd7d

File tree

1 file changed

+2
-2
lines changed
  • app/design/adminhtml/Magento/backend/web/app/setup/styles/less/lib

1 file changed

+2
-2
lines changed

app/design/adminhtml/Magento/backend/web/app/setup/styles/less/lib/_buttons.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@
9999
background-color: transparent;
100100
border: none;
101101
color: @link__color;
102-
font-family: @btn__base__font-size;
103-
font-size: 1.5rem; // ToDo UI: Check font-size and standardize
102+
font-family: @font-family__base;
103+
font-size: @base__font-size;
104104

105105
&:hover,
106106
&:active,

0 commit comments

Comments
 (0)