Skip to content

Commit

Permalink
UI fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
denniskigen committed Aug 17, 2024
1 parent d1b8e7c commit 4dd9b1e
Show file tree
Hide file tree
Showing 9 changed files with 423 additions and 376 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@

.widgetCard {
border: 1px solid colors.$gray-20;
border-bottom: none;

> .desktop {
border-top: none !important;
}
}

.row {
Expand All @@ -19,13 +22,17 @@
}

.tooltip {
margin: 0 -(layout.$spacing-03) -0.625rem;
margin: 0 (-(layout.$spacing-03)) -0.625rem;
}

.menuItem {
max-width: none;
}

.dropdownContainer {
min-width: max-content;
}

.buttons {
justify-content: flex-end;
}
Expand Down Expand Up @@ -95,7 +102,27 @@
}

.table {
td:after {
display: none;
td {
&::after {
display: none;
}
}
}

.hiddenRow {
display: none;
}

.layer {
height: 100%;
}

.unknownOrderTypeText {
@include type.type-style('body-compact-01');
}

.paginationContainer {
> div {
border-top: none !important;
}
}
Loading

0 comments on commit 4dd9b1e

Please sign in to comment.