HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/BOoms/pro-oils.be/wwwroot/wp-content/themes/neve/assets/scss/main/_extends.scss
%nv-button {
  font-size: .8em;
  font-weight: 600;
  padding: 8px 12px;
  transition: all .15s ease-in-out;
  text-align: center;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 3px;
  text-transform: uppercase;
  cursor: pointer;
  line-height: normal;
  font-family: inherit;
  &:hover {
    text-decoration: none;
    opacity: .9;
  }
}


%nv-button-secondary {
  border: 1px solid $gray-color;
  background-color: transparent;
  font-weight: 600;
  color: $gray-color;
  &:hover {
    background: transparent;
  }
}

%nv-button-primary {
  background-color: $button_color;
  color: #fff;
  &:hover {
    text-decoration: none;
    background-color: $button_color;
    color: #fff;
    opacity: .9;
  }
}