ajout de .flex-row-reverse
This commit is contained in:
parent
bddfbb37a3
commit
fdd8aa013f
2 changed files with 5 additions and 0 deletions
|
@ -94,6 +94,10 @@ http://www.alsacreations.com/tuto/lire/1493-css3-flexbox-layout-module.html
|
|||
flex-direction: row;
|
||||
}
|
||||
|
||||
.flex-row-reverse {
|
||||
flex-direction: row-reverse;
|
||||
}
|
||||
|
||||
.flex-container-v,
|
||||
.flex-column {
|
||||
flex-direction: column;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue