Blur-Creative / theme-views

Shopware 5 Theme
http://store.shopware.com/blur467826946731/views/responsive-theme.html
GNU General Public License v3.0
8 stars 1 forks source link

button icon node margin without text #34

Closed Blur-Creative closed 6 years ago

Blur-Creative commented 6 years ago

Report

set a right margin to the button icon note even if there is no text. there souldn't be a right margin if only a icon is given.

sw53sandbox blurcreative de_note

Possible Solution

.button .text-node ~ .icon-node {
     margin-right: 0;
}