Restyle buttons.

This commit is contained in:
Leo
2022-07-29 11:39:27 -05:00
parent 76c5142971
commit 32a4edc4bb
2 changed files with 4 additions and 4 deletions

View File

@@ -95,7 +95,7 @@ $nav-link-transition: none;
// Navbar // Navbar
$navbar-dark-color: rgba($white, .8) !default; $navbar-dark-color: rgba($white, .8) !default;
$navbar-dark-hover-color: $white!default; $navbar-dark-hover-color: $white !default;
// Breadcrumb // Breadcrumb
$breadcrumb-divider: quote(">"); $breadcrumb-divider: quote(">");

View File

@@ -1,8 +1,8 @@
// Default buttons // Default buttons
.btn { .btn {
// Remove border // Remove gradient on btn-link
&-primary, &-secondary, &-success, &-info, &-warning, &-danger, &-light, &-dark { &-link {
// border-color: transparent; background-image: none;
} }
// Tertiary // Tertiary