diff --git a/src/bundle/Resources/public/scss/_buttons.scss b/src/bundle/Resources/public/scss/_buttons.scss index 0a7d501494..2bc962ab3f 100644 --- a/src/bundle/Resources/public/scss/_buttons.scss +++ b/src/bundle/Resources/public/scss/_buttons.scss @@ -123,13 +123,13 @@ border-bottom-left-radius: $ibexa-border-radius; border-bottom-right-radius: $ibexa-border-radius; } - } - .ez-icon { - display: block; - width: calculateRem(24px); - height: calculateRem(24px); - margin: 0 auto calculateRem(5px); + .ez-icon { + display: block; + width: calculateRem(24px); + height: calculateRem(24px); + margin: 0 auto calculateRem(5px); + } } } @@ -153,7 +153,7 @@ &:hover { color: $ibexa-black; background: $ibexa-white; - + .ez-icon { fill: $ibexa-black; } diff --git a/src/bundle/Resources/public/scss/_general.scss b/src/bundle/Resources/public/scss/_general.scss index 5a26e9c8cf..ff01ecf533 100644 --- a/src/bundle/Resources/public/scss/_general.scss +++ b/src/bundle/Resources/public/scss/_general.scss @@ -151,8 +151,10 @@ select { top: calculateRem(16px); height: 100vh; - .ez-icon { - margin-bottom: calculateRem(3px); + > .btn { + .ez-icon { + margin-bottom: calculateRem(3px); + } } }