Restyle buttons.
This commit is contained in:
@@ -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(">");
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user