mirror of https://github.com/ThmmyNoLife/mTHMMY
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.
15 lines
374 B
15 lines
374 B
// Bootstrap overrides for this template
|
|
.bg-primary {
|
|
background: $theme-primary;
|
|
background: -webkit-linear-gradient($theme-primary, darken($theme-primary, 5%));
|
|
background: linear-gradient($theme-primary, darken($theme-primary, 5%));
|
|
}
|
|
|
|
.text-primary {
|
|
color: $theme-primary;
|
|
}
|
|
|
|
.no-gutter > [class*='col-'] {
|
|
padding-right: 0;
|
|
padding-left: 0;
|
|
}
|
|
|