You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
431 B
19 lines
431 B
// Bootstrap overrides for this template |
|
.text-primary { |
|
color: $theme-primary !important; |
|
} |
|
|
|
.btn-primary { |
|
@include button-variant(white, $theme-primary, $theme-primary); |
|
@include heading-font; |
|
font-weight: 700; |
|
} |
|
|
|
.btn-xl { |
|
@include button-variant(white, $theme-primary, $theme-primary); |
|
@include heading-font; |
|
font-weight: 700; |
|
border-radius: 3px; |
|
font-size: 18px; |
|
padding: 20px 40px; |
|
}
|
|
|