web-apps/apps/spreadsheeteditor/mobile/resources/less/app-common.less

21 lines
281 B
Plaintext
Raw Normal View History

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