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

21 lines
274 B
Plaintext
Raw Normal View History

@appStatusbarHeight: 30px;
.navbar-through {
> .page {
padding-top: @appToolbarHeight;
}
}
.flex-horizontal {
display: flex;
flex-direction: column;
align-items: stretch;
}
.flex-vertical {
display: flex;
flex-direction: row;
align-items: stretch;
}