feat(layouts): layouts + theme settings panel preview

This commit is contained in:
Dmitry Nehaychik 2017-07-28 14:54:29 +03:00
parent 6fe593295d
commit eef4d0633c
20 changed files with 636 additions and 19 deletions

View file

@ -5,7 +5,16 @@
justify-content: space-between;
width: 100%;
.left-container {
.left {
order: 0;
flex-direction: row;
}
.right {
order: 1;
flex-direction: row-reverse;
}
.header-container {
display: flex;
align-items: center;