_footer.scss 1.05 KB
#footer-full-content{
    .footer-widget{
        .wp-block-columns{
            .wp-block-column:nth-of-type(2) { 
                ::before{
                    content: "";
                    margin: 20px 0px;
                    display: block;
                    width: 120px;
                    height: 4px;
                    background-color: #FFA300;
                }        
            }
            .wp-block-column:nth-of-type(3) { 
                ::before{
                    content: "";
                    margin: 20px 0px;
                    display: block;
                    width: 120px;
                    height: 4px;
                    background-color: #3F9C35;
                } 
            }
            .wp-block-column:nth-of-type(4) { 
                ::before{
                    content: "";
                    margin: 20px 0px;
                    display: block;
                    width: 120px;
                    height: 4px;
                    background-color: #E04E39;
                } 
            }
        }    
    }
}