Premier commit
This commit is contained in:
commit
08d105b7c0
102 changed files with 40084 additions and 0 deletions
29
scss/_bootstrap-overrides.scss
Normal file
29
scss/_bootstrap-overrides.scss
Normal file
|
@ -0,0 +1,29 @@
|
|||
// Bootstrap overrides for this template
|
||||
.text-primary {
|
||||
color: $theme-primary !important;
|
||||
}
|
||||
|
||||
.no-gutter > [class*='col-'] {
|
||||
padding-right: 0;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.btn-default {
|
||||
@include button-variant($gray-darker, white, white);
|
||||
}
|
||||
|
||||
.btn-primary {
|
||||
@include button-variant(white, $theme-primary, $theme-primary);
|
||||
}
|
||||
|
||||
.btn {
|
||||
font-weight: 700;
|
||||
text-transform: uppercase;
|
||||
border: none;
|
||||
border-radius: 300px;
|
||||
@include sans-serif-font;
|
||||
}
|
||||
|
||||
.btn-xl {
|
||||
padding: 15px 30px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue