20 lines
411 B
SCSS
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;
|
|
}
|