1- /*
1+ /*
22 ---------- VARIABLES ----------
33 Castlecss-core variables
44 Do not edit this file!
55 Create a copy and edit or add your own variables there
6- or download the full project for a ready-to-go setup here: https://github.com/CastleCSS/castlecss
6+ or download the boilerplate for a ready-to-go setup here: https://github.com/CastleCSS/castlecss-boilerplate
77 -------------------------------
88*/
99
10- /*
11- Base colors
12- Color 01 and 02 reservered for white and black
10+ /*
11+ Base colors
12+ Color 01 and 02 reservered for white and black
1313*/
1414$color01 : #fff ;
1515$color02 : #000 ;
1616
17- /*
17+ /*
1818 Theme colors
1919*/
2020$theme01 : #1B94BF ; // Knight blue
@@ -23,15 +23,15 @@ $theme03: #12637F; // Falcon blue
2323$theme04 : #FFC200 ; // Royal yellow
2424$theme05 : #FFFFFF ; // Destroyer white
2525
26- /*
26+ /*
2727 Notification colors
2828*/
2929$alert : #FFD700 ;
3030$negative : #FF7878 ;
3131$positive : #29C85D ;
3232$disabled : #CDCDC1 ;
3333
34- /*
34+ /*
3535 Breakpoints
3636 You can edit or add breakpoints
3737*/
@@ -42,7 +42,7 @@ $b4: 1024px;
4242$b5 : 1280px ;
4343$b6 : 1600px ;
4444
45- /*
45+ /*
4646 Mapping for breakpoint loops
4747 Must be the same amount as breakpoints above
4848*/
@@ -56,9 +56,9 @@ $breakpoint-map: (
5656);
5757$amount-breakpoints : length ($breakpoint-map );
5858
59- /*
59+ /*
6060 Container sizes
61- Must be the same amount of breakpoints and $breakpoint-map as above
61+ Must be the same amount of breakpoints and $breakpoint-map as above
6262*/
6363$container : 100% ;
6464$container-b1 : 100% ;
@@ -68,27 +68,27 @@ $container-b4: 996px;
6868$container-b5 : 1224px ;
6969$container-b6 : 1400px ;
7070
71- /*
71+ /*
7272 Container map
73- Must be the same amount of breakpoints and $breakpoint-map as above
73+ Must be the same amount of breakpoints and $breakpoint-map as above
7474*/
7575$container-map : (
7676 1 : $container-b1 ,
7777 2 : $container-b2 ,
7878 3 : $container-b3 ,
7979 4 : $container-b4 ,
8080 5 : $container-b5 ,
81- 6 : $container-b6 ,
81+ 6 : $container-b6 ,
8282);
8383
84- /*
85- Flexbox grid, set to true or false for flexbox
84+ /*
85+ Flexbox grid, set to true or false for flexbox
8686*/
8787$flexbox-grid : true;
8888
89- /*
89+ /*
9090 Grid gutters
91- Must be the same amount of breakpoints $breakpoint-map as above
91+ Must be the same amount of breakpoints $breakpoint-map as above
9292*/
9393$grid-gutter : 12px ;
9494$grid-gutter-b1 : 12px ;
@@ -98,22 +98,22 @@ $grid-gutter-b4: 12px;
9898$grid-gutter-b5 : 12px ;
9999$grid-gutter-b6 : 12px ;
100100
101- /*
101+ /*
102102 Default margin and padding
103103*/
104104
105105$padding-default : 12px ;
106106$margin-default : 12px ;
107107
108- /*
108+ /*
109109 Standard border-radius
110110*/
111111$radius : 5px ;
112112
113- /*
113+ /*
114114 Fonts
115115*/
116116$font-pri : Arial , Helvetica , sans-serif ;
117117$font-sec : Arial , Helvetica , sans-serif ;
118118$font-size-default : 1.6rem ;
119- $line-height-default : 1.5 ;
119+ $line-height-default : 1.5 ;
0 commit comments