Remove unused green class

This commit is contained in:
David Cook
2023-12-14 10:12:42 +11:00
committed by drummer83
parent e379ee761b
commit 39d66c082b

View File

@@ -14,10 +14,6 @@ div.dashboard_item {
padding: 0px 6px;
border-radius: 10px;
&.green {
background-color: $spree-green;
}
&.red {
background-color: $color-warning;
}
@@ -178,13 +174,6 @@ div.dashboard_item {
.icon-ok-sign {
color: #fff;
}
.text-icon {
&.green {
color: $spree-green;
background-color: #fff;
}
}
}
}
}