Skip to content

Commit

Permalink
EPMRPP-94577 || fix font sizes for pagination
Browse files Browse the repository at this point in the history
  • Loading branch information
BlazarQSO committed Sep 23, 2024
1 parent 65ac695 commit 7ae69f5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
@import 'src/assets/styles/mixins/font-scale';

.item-counter {
display: inline-block;
width: 200px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
@include font-scale();
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
text-overflow: ellipsis;
white-space: nowrap;
text-align: right;
@include font-scale();
}

.page-selector {
Expand All @@ -17,5 +18,5 @@
.page-selector-button {
margin-left: 4px;
font-weight: $fw-bold;
@include font-scale('s-small');
@include font-scale();
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@import 'src/assets/styles/mixins/font-scale';

.page-controls {
display: flex;
flex-direction: row;
Expand All @@ -12,4 +14,5 @@
text-overflow: ellipsis;
white-space: nowrap;
text-align: left;
@include font-scale();
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
@include font-scale();
}

.size-selector-button {
margin-right: 4px;
font-weight: $fw-bold;
@include font-scale('s-small');
@include font-scale();
}

0 comments on commit 7ae69f5

Please # to comment.