Merge pull request 'feature/style-in-statusbar' (#131) from feature/style-in-statusbar into develop

This commit is contained in:
Julia Radzhabova
2024-11-22 17:48:35 +00:00
5 changed files with 11 additions and 16 deletions

View File

@ -177,7 +177,6 @@ label {
.box-inner-shadow(0 @scaled-one-px-value 0 @border-toolbar);
.status-label {
.font-weight-bold();
color: @text-normal-ie;
color: @text-normal;
white-space: nowrap;

View File

@ -7,11 +7,11 @@
}
#label-pages {
.margin-left(40px);
.margin-left-10();
}
#btn-zoom-up {
.margin-right(40px);
.margin-right-10();
}
#label-pages, #label-zoom {
@ -61,7 +61,6 @@
#btn-cnt-lang,
#slot-status-btn-info {
button {
font-weight: 700;
.pixel-ratio__2_5 & {
display: flex;
align-items: center;

View File

@ -7,11 +7,11 @@
}
#label-pages {
.margin-left(40px);
.margin-left-10();
}
#btn-zoom-up {
.margin-right(40px);
.margin-right-10();
}
#label-pages, #label-zoom {

View File

@ -37,7 +37,7 @@
}
#btn-zoom-up {
.margin-right(40px);
.margin-right-10();
}
}
@ -54,12 +54,6 @@
}
}
#btn-cnt-lang {
button {
font-weight: 700;
}
}
.cnt-zoom {
display: inline-block;
vertical-align: middle;

View File

@ -82,7 +82,7 @@
}
}
#status-btn-zoomup {
.margin-right(40px);
.margin-right-10();
}
#status-btn-zoomdown {
@ -116,7 +116,7 @@
}
}
#status-btn-zoomup {
.margin-right-sheet(40px);
.margin-right-sheet(10px);
}
#status-btn-zoomdown {
.margin-left-sheet(10px);
@ -425,7 +425,6 @@
display: flex;
justify-content: flex-start;
.status-label {
.font-weight-bold();
color: @text-normal;
margin-top: 6px;
width: 100%;
@ -436,6 +435,10 @@
#status-number-of-sheet {
width: 135px;
left: 0;
#label-sheets {
.text-align-left();
.margin-left-10();
}
.rtl & {
left: auto;
right: 0;