Skip to content

Commit 1e79656

Browse files
committed
Implement ColumnPackedGrid component for grouped and standalone item display
1 parent e4d7d11 commit 1e79656

File tree

4 files changed

+486
-211
lines changed

4 files changed

+486
-211
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
.ab-channel-display {
2+
&__section {
3+
margin-top: 1rem;
4+
5+
&--large-gap {
6+
margin-top: 2rem;
7+
}
8+
}
9+
10+
&__checkbox {
11+
input[type='checkbox'] {
12+
margin-right: 0.5rem;
13+
}
14+
}
15+
}

0 commit comments

Comments
 (0)