Skip to content

Commit

Permalink
SLVUU-111: Assign 90% width to list header, group, and item
Browse files Browse the repository at this point in the history
  • Loading branch information
cfisher-scottlogic committed Dec 6, 2023
1 parent d8f6a1f commit 76d94bb
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions vuu-ui/packages/vuu-shell/src/layout-management/LayoutList.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.vuuLayoutList {
--vuuLayoutList-width: 90%;
--vuuMeasuredContainer-flex: 1 1 1px;
align-self: stretch;
display: flex;
Expand Down Expand Up @@ -30,20 +31,22 @@
}

.vuuLayoutList-header {
color: var(--light-text-primary, #15171B);
flex: 0 0 47px;
font-weight: 700;
letter-spacing: 0.48px;
text-transform: uppercase;
display: flex;
flex: 0 0 47px;
width: var(--vuuLayoutList-width);
padding: 16px 0;
border-bottom: 1px solid rgba(119, 124, 148, 0.10);
color: var(--light-text-primary, #15171B);
font-weight: 700;
letter-spacing: 0.48px;
line-height: 200%;
text-transform: uppercase;
}

.vuuLayoutList-groupName {
display: flex;
padding-top: 24px;
width: var(--vuuLayoutList-width);
color: var(--light-text-secondary, #606477);
font-feature-settings: 'ss02' on, 'ss01' on, 'salt' on, 'liga' off;
font-family: Nunito Sans;
Expand Down

0 comments on commit 76d94bb

Please sign in to comment.