From 2dabd7d626ffaa6c075e83f03d72ced684b8c113 Mon Sep 17 00:00:00 2001 From: vgelani Date: Tue, 22 May 2018 10:57:29 +0530 Subject: [PATCH] Updated font-size variable and standardize #ToDo UI --- .../backend/web/app/setup/styles/less/lib/_buttons.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/design/adminhtml/Magento/backend/web/app/setup/styles/less/lib/_buttons.less b/app/design/adminhtml/Magento/backend/web/app/setup/styles/less/lib/_buttons.less index d337514224b87..ec7509cba6dda 100644 --- a/app/design/adminhtml/Magento/backend/web/app/setup/styles/less/lib/_buttons.less +++ b/app/design/adminhtml/Magento/backend/web/app/setup/styles/less/lib/_buttons.less @@ -99,8 +99,8 @@ background-color: transparent; border: none; color: @link__color; - font-family: @btn__base__font-size; - font-size: 1.5rem; // ToDo UI: Check font-size and standardize + font-family: @font-family__base; + font-size: @base__font-size; &:hover, &:active,