Files
DocumentServer-v-9.2.0/web-apps/apps/common/main/resources/less/statusbar.less
Yajbir Singh f1b860b25c
Some checks failed
check / markdownlint (push) Has been cancelled
check / spellchecker (push) Has been cancelled
updated
2025-12-11 19:03:17 +05:30

27 lines
602 B
Plaintext

.cnt-flex-center {
display: flex;
align-items: center;
}
.statusbar {
height: 25px;
height: @statusbar-height-ie;
height: @statusbar-height;
background-color: @background-statusbar-ie;
background-color: @background-statusbar;
.box-inner-shadow(0 @scaled-one-px-value-ie 0 @border-toolbar-ie);
.box-inner-shadow(0 @scaled-one-px-value 0 @border-toolbar);
.status-label {
color: @text-normal-ie;
color: @text-normal;
white-space: nowrap;
}
display: flex;
align-items: center;
.font-size-normal();
.status-group {}
}