Quantcast
Channel: Neueste Diskussionen - Shopware Community Forum
Viewing all articles
Browse latest Browse all 14594

Advanced Menu Container Farbe ändern

$
0
0

Hallo

Ich habe in der Advanced Menu vor den .button-container zu ändern ( Background ).

Allerdings kann ich alles ändern nur den Background nicht. Alles andere funktioniert auch im Endeffekt im Frontend aber der Background nicht.

Was mach ich falsch?

.button-container {
        .unitize(font-size, 16);
        .unitize-padding(20, 30, 20, 0);
        background: #024895;
        color: #fff;
        font-weight: bold;

        .button--category {
            .unitize-padding(20, 50);
            .transition(padding .1s ease);
            color: #fff;
            position: relative;

            &:hover {
                .unitize-padding(20, 50, 20, 55);
            }
        }

        .icon--arrow-right {
            .unitize(font-size, 12);
            .unitize(-6, 16, margin-top);
            position: absolute;
            top: 50%;
            .unitize(right, 30);
        }

 

Beste Grüße und danke im voraus

 


Viewing all articles
Browse latest Browse all 14594


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>