Flatsome is-divider style 1

17 Mar 2020
0 Comments

                
                    
.widget {
  .is-divider {
    position: relative;
    max-width: 100%;
    background: transparent;
    &:after {
      content: "";
      position: absolute;
      width: 50px;
      height: 3px;
      border-radius: 99px;
      background-color: #FCC46E;
    }
    &:before {
      content: "";
      top: 1px;
      position: absolute;
      width: 100%;
      height: 1px;
      background-color: #D8D8D8;
    }
  }
}
                
            

Leave a Reply

This site uses cookies to offer you a better browsing experience. By browsing this website, you agree to our use of cookies.