nunta/scss/_bootstrap-overrides.scss

20 lines
411 B
SCSS
Raw Normal View History

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