client/src/scss/_custom.scss
changeset 151 57d63a248f0d
child 154 a28361bda28c
equal deleted inserted replaced
150:97536386b397 151:57d63a248f0d
       
     1 @import "bootstrap/scss/functions";
       
     2 @import "bootstrap/scss/variables";
       
     3 
       
     4 $theme-colors: (
       
     5   "primary": #769FED,
       
     6   "secondary": white,
       
     7   "danger": rgba(196, 196, 196, .5)
       
     8 );
       
     9 
       
    10 $link-color: theme-color("secondary");
       
    11 $link-hover-color: darken($link-color, 15%);
       
    12 
       
    13 $component-active-bg: theme-color("secondary");
       
    14 
       
    15 //Dropdowns
       
    16 $dropdown-padding-y: 1rem;
       
    17 $dropdown-link-color: theme-color("secondary");
       
    18 $dropdown-item-padding-y: .7rem;
       
    19 $dropdown-item-padding-x: .5rem;
       
    20 
       
    21 
       
    22 
       
    23 // Navs
       
    24 $nav-link-padding-y: .2rem;
       
    25 $navbar-brand-font-size: 30px;
       
    26 $navbar-light-color: darken((theme-color("secondary")), 2%);
       
    27 $navbar-light-hover-color: theme-color("secondary");
       
    28 $navbar-light-active-color: theme-color("secondary");
       
    29 $navbar-light-toggler-border-color: transparent;
       
    30 
       
    31 //Modals
       
    32 $modal-content-border-width: .1rem;
       
    33 
       
    34 
       
    35 @import "bootstrap/scss/bootstrap";