Flatsome button helper

15 Jun 2020
0 Comments
                
                    
.button.is-outline, input[type='submit'].is-outline, input[type='reset'].is-outline, input[type='button'].is-outline{
  border: 1px solid currentColor;
}

.button {
  font-weight: normal;
  padding: 0 35px;
  @include small {
    padding: 0 15px;
  }
  &--plr-half{
    padding: 0 15px;
  }
  //@include fontSize(16px);
}
.social-icons{
  .button.icon.circle{
    margin-bottom: 0;
    border: none;
    background-color: #eeeef0;
    i {
      color: $blue-1;
      top: 0;
    }
  }
}
                
            

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.