2016-11-24 15:22:51 +00:00
|
|
|
|
2016-12-01 17:11:16 +00:00
|
|
|
@appStatusbarHeight: 30px;
|
|
|
|
|
2016-11-24 15:22:51 +00:00
|
|
|
.navbar-through {
|
2016-12-05 15:25:58 +00:00
|
|
|
> .page.editor {
|
2016-11-24 15:22:51 +00:00
|
|
|
padding-top: @appToolbarHeight;
|
|
|
|
}
|
|
|
|
}
|
2016-12-01 17:11:16 +00:00
|
|
|
|
|
|
|
.flex-horizontal {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: stretch;
|
|
|
|
}
|
|
|
|
|
|
|
|
.flex-vertical {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
align-items: stretch;
|
|
|
|
}
|