New examples and new default variable structure

This commit is contained in:
Stephan Hagedorn 2017-08-29 10:50:34 +02:00
parent a8fabf373e
commit 0c4e801690
13 changed files with 455 additions and 259 deletions

View file

@ -179,6 +179,10 @@ div {
}
.box__page {
}
.box__info {
padding: $double_space $basic_indent;
border-right: $basic_space solid rgba($echo_color, .6);
@ -241,12 +245,17 @@ div {
background-color: rgba($darkest_color,.1);
}
// Data
.box__file_tile {
@extend .float_left;
}
// Flex
.box__column {
@extend .flex;
.column {
@extend .flex_child;
@extend .flex__child;
flex-grow: 1;
}
}