diff --git a/components/cards.html b/components/cards.html index 707feb7..81d30cf 100644 --- a/components/cards.html +++ b/components/cards.html @@ -63,6 +63,43 @@ + +
+

Component Notification Card

+ +
+ +
+
+

+ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur vitae velit posuere, posuere mauris eu, tincidunt lorem. Proin gravida sapien in mattis molestie. Sed non risus augue. Fusce sed odio vitae purus porta efficitur. Integer tempor congue sem, a convallis lorem ornare eget. Nam. Aenean. +

+
+ +
+ +
+
+ +
+
+

+ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur vitae velit posuere, posuere mauris eu, tincidunt lorem. Proin gravida sapien in mattis molestie. Sed non risus augue. Fusce sed odio vitae purus porta efficitur. Integer tempor congue sem, a convallis lorem ornare eget. Nam. Aenean. +

+
+ +
+ +
+
+ +
+
+

Component: Content Card

diff --git a/styles/40-components-cards.css b/styles/40-components-cards.css index c3e8478..80ad182 100644 --- a/styles/40-components-cards.css +++ b/styles/40-components-cards.css @@ -93,6 +93,16 @@ background: var(--surface-card-header-muted); } +.sg-card-segment--signal-red { + background: var(--color-signal-red); + color: var(--text-card-header); +} + +.sg-card-segment--signal-green { + background: var(--color-signal-green); + color: var(--text-card-header); +} + .sg-card-segment--gray { background: var(--surface-card-segment-neutral); } @@ -184,4 +194,3 @@ margin: 0; color: var(--text-card-transparent); } -