HEX
Server: Microsoft-IIS/10.0
System: Windows NT ITPWINWEBSVR22 10.0 build 20348 (Windows Server 2022) AMD64
User: www.conferencesearch.co.uk (0)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: D:/web/phpmyadmin/themes/pmahomme/scss/_buttons.scss
.btn-primary,
.btn-outline-primary {
  font-weight: $font-weight-bold;
}

.btn-primary,
.btn-secondary {
  border-color: #aaa;
  text-shadow: 0 1px 0 #fff;
  background-image: linear-gradient(#f8f8f8, #d8d8d8);

  &:hover {
    background-image: linear-gradient(#fff, #ddd);
  }
}

.btn-outline-primary,
.btn-outline-secondary {
  color: $body-color;
  border-color: #aaa;
}