aboutsummaryrefslogblamecommitdiffstats
path: root/pyblackbird_cc/static/scss/custom.scss
blob: c80e8f49a75f1d282d319a669702434c0f87c5b6 (plain) (tree)
1
2
3
4
5
6
7
8
9



                                                                             
                                      


                                                 
                          
                           

                                                         

                                      

                                                           






                                       
                                                
                                        
                                     











                                     
// Custom.scss
// Option B: Include parts of Bootstrap

// 1. Include functions first (so you can manipulate colors, SVGs, calc, etc)
@import "../bootstrap/scss/functions";

// 2. Include any default variable overrides here
$primary: #51635EFF;
$display-font-weight: 600;
$ml-font-label-weight: 500;

// 3. Include remainder of required Bootstrap stylesheets
@import "../bootstrap/scss/variables";
@import "../bootstrap/scss/mixins";

// 4. Include any optional Bootstrap components as you like
@import "../bootstrap/scss/root";
@import "../bootstrap/scss/reboot";
@import "../bootstrap/scss/type";
@import "../bootstrap/scss/images";
@import "../bootstrap/scss/containers";
@import "../bootstrap/scss/grid";
@import "../bootstrap/scss/buttons";
@import "../bootstrap/scss/bootstrap-utilities";
@import "../bootstrap/scss/_badge.scss";
// 5. Add additional custom code here

h2 {
  color: $primary;
}

.form-label {
  font-weight: $ml-font-label-weight;
}

.asteriskField {
  color: red;
}