Refine large table sort icons
This commit is contained in:
@@ -104,8 +104,8 @@
|
|||||||
.sg-large-table__sort-button {
|
.sg-large-table__sort-button {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: flex-start;
|
||||||
gap: var(--spacing-small);
|
gap: 0.15rem;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 0 var(--spacing-small);
|
padding: 0 var(--spacing-small);
|
||||||
border: var(--border-none);
|
border: var(--border-none);
|
||||||
@@ -124,6 +124,6 @@
|
|||||||
|
|
||||||
.sg-large-table__sort-icon {
|
.sg-large-table__sort-icon {
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
font-size: 0.85em;
|
font-size: 1.05em;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user