File "_buttons.scss"

Full Path: /home/vantageo/public_html/cache/.wp-cli/wp-content/plugins/wp-phpmyadmin-extension/lib/phpMyAdmin/themes/pmahomme/scss/_buttons.scss
File size: 375 bytes
MIME-type: text/plain
Charset: utf-8

.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;
}