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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ tfoot {
|
|||
}
|
||||
}
|
||||
|
||||
.table_blank {
|
||||
.table__blank {
|
||||
border: $basic_border_width solid transparent;
|
||||
|
||||
th, td {
|
||||
|
|
@ -48,11 +48,11 @@ tfoot {
|
|||
}
|
||||
}
|
||||
|
||||
.table_free {
|
||||
.table__free {
|
||||
border: $basic_border_width solid transparent;
|
||||
}
|
||||
|
||||
.table_stripe {
|
||||
.table__stripe {
|
||||
td {
|
||||
border-top: 0;
|
||||
border-bottom: 0;
|
||||
|
|
@ -63,7 +63,7 @@ tfoot {
|
|||
}
|
||||
}
|
||||
|
||||
.table_fix {
|
||||
.table__fix {
|
||||
table-layout: fixed;
|
||||
}
|
||||
|
||||
|
|
@ -73,3 +73,8 @@ caption {
|
|||
border: $basic_border_width dotted $basic_border_color;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
// Data
|
||||
.table__file_simple {
|
||||
@extend .width_full;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue