New examples and new default variable structure
This commit is contained in:
parent
a8fabf373e
commit
0c4e801690
13 changed files with 455 additions and 259 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue