mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
11068: add black-text css class
This commit is contained in:
@@ -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")
|
||||
|
||||
@@ -135,3 +135,9 @@
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
// Text Colors
|
||||
.black-text {
|
||||
color: $near-black
|
||||
}
|
||||
//------------
|
||||
|
||||
Reference in New Issue
Block a user