Restyle buttons.
This commit is contained in:
@@ -95,7 +95,7 @@ $nav-link-transition: none;
|
||||
|
||||
// Navbar
|
||||
$navbar-dark-color: rgba($white, .8) !default;
|
||||
$navbar-dark-hover-color: $white!default;
|
||||
$navbar-dark-hover-color: $white !default;
|
||||
|
||||
// Breadcrumb
|
||||
$breadcrumb-divider: quote(">");
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
// Default buttons
|
||||
.btn {
|
||||
// Remove border
|
||||
&-primary, &-secondary, &-success, &-info, &-warning, &-danger, &-light, &-dark {
|
||||
// border-color: transparent;
|
||||
// Remove gradient on btn-link
|
||||
&-link {
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
// Tertiary
|
||||
|
||||
Reference in New Issue
Block a user