nunta/scss/_bootstrap-overrides.scss

20 lines
431 B
SCSS
Raw Normal View History

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