aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/sass/include/_variables.scss
blob: 0d310409bbfdc676829278d1af98b18750b0bd5e (plain) (tree)
1
2
3
4
5
6
7
8
9



                    

                             
                       
                              
 
                        
                          
                    
 
                                    
                                       
 

                     
                     
                              




                           


                     
                                           
$font-regular: 400;
$font-semibold: 600;
$font-bold: 700;

$grey-color: #E5E5E5;
$grey-hoover-color: #EFEFEF;;
$orange-color: #F1680D;
$orange-hoover-color: #F97D46;

$black-background: #000;
$grey-background: #f6f2f2;
$red-error: #FF0000;

$expanded-horizontal-margins: 150px;
$not-expanded-horizontal-margins: 30px;

$button-height: 30px;

$header-height: 50px;
$header-border-color: #e9eff6;
$search-input-width: 375px;

$menu-color: #fff;
$menu-width: 240px;

$footer-height: 30px;
$footer-margin: 30px;

$footer-border-color: $header-border-color;