Skip to content

Commit 5aa3289

Browse files
committed
style(grid): Update reusable component sizing and remove unused avatar size style
1 parent 228ab2e commit 5aa3289

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

demo/index.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@
4242
margin-inline-start: auto;
4343
}
4444

45-
igc-grid-lite {
46-
--ig-avatar-size: 24px;
47-
}
48-
4945
#demo {
5046
display: flex;
5147
flex-direction: column;

src/styles/body-cell/body-cell.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ $inset-shadow-width: #{rem(1px)};
1515
font-size: rem(13px);
1616
overflow-wrap: anywhere;
1717
min-height: sizable(rem(32px), rem(40px), rem(48px));
18+
19+
igc-avatar,
20+
igc-rating,
21+
igc-select,
22+
igc-input {
23+
--ig-size: var(--ig-size-small);
24+
}
1825

1926
&:last-of-type {
2027
border-right: 0;

0 commit comments

Comments
 (0)