web-apps/apps/spreadsheeteditor/mobile/resources/less/app-common.less
2016-12-01 20:11:16 +03:00

21 lines
274 B
Plaintext

@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;
}