11068: add black-text css class

This commit is contained in:
Ahmed Ejaz
2023-12-28 17:06:56 +05:00
parent 0fd868b669
commit 047e63541c
2 changed files with 7 additions and 1 deletions

View File

@@ -8,7 +8,7 @@
confirm_reflexes: "click->products#delete_#{object_type}",
)
= render delete_modal do
%h2.margin-bottom-20{style:'color: black'}
%h2.margin-bottom-20.black-text
= t("#{base_translation_key}.heading")
%p
= t("#{base_translation_key}.prompt")

View File

@@ -135,3 +135,9 @@
display: none;
}
}
// Text Colors
.black-text {
color: $near-black
}
//------------