nunta/scss/_bootstrap-overrides.scss
2017-08-11 15:12:34 -04:00

20 lines
411 B
SCSS

// Bootstrap overrides for this template
.text-primary {
color: $theme-primary !important;
}
.btn-primary {
font-weight: 700;
@include button-variant(white, $theme-primary, $theme-primary);
@include heading-font;
}
.btn-xl {
font-size: 18px;
font-weight: 700;
padding: 20px 40px;
border-radius: 3px;
@include button-variant(white, $theme-primary, $theme-primary);
@include heading-font;
}