Skip to content

Commit dfd14c1

Browse files
authored
fix: add styles for more colors in summary card (#917)
1 parent c486670 commit dfd14c1

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

projects/components/src/summay-card/summary-card.component.scss

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,14 @@
3535
background-color: $red-5;
3636
}
3737

38+
&.yellow {
39+
background-color: $yellow-4;
40+
}
41+
42+
&.orange {
43+
background-color: $orange-4;
44+
}
45+
3846
&.brown {
3947
background-color: $brown-1;
4048
}
@@ -68,6 +76,14 @@
6876
color: $brown-1;
6977
}
7078

79+
&.yellow {
80+
background-color: $yellow-4;
81+
}
82+
83+
&.orange {
84+
background-color: $orange-4;
85+
}
86+
7187
&.gray {
7288
color: $gray-6;
7389
}

0 commit comments

Comments
 (0)