General normalization on LESS files
This commit is contained in:
parent
5e1e4f9eb5
commit
01633e9d9e
14 changed files with 741 additions and 196 deletions
|
@ -4,21 +4,27 @@ Tutorial: http://knacss.com/demos/tutoriel.html#flex */
|
|||
.flex {
|
||||
display : flex;
|
||||
}
|
||||
|
||||
.flex-h {
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
.flex-v {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.flex-fluid {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.flex-start {
|
||||
order : -1;
|
||||
}
|
||||
|
||||
.flex-mid {
|
||||
order : 1;
|
||||
}
|
||||
|
||||
.flex-end {
|
||||
order : 42;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue