mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-28 21:07:16 +00:00
Remove old green box styling from shopfront messages
This commit is contained in:
@@ -114,12 +114,7 @@
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
.alert-box.shopfront-message {
|
||||
border: 2px solid $clr-turquoise;
|
||||
border-radius: 5px;
|
||||
background-color: $clr-turquoise-light;
|
||||
color: $clr-turquoise;
|
||||
|
||||
.shopfront-message {
|
||||
a {
|
||||
color: #0096ad;
|
||||
|
||||
|
||||
@@ -17,6 +17,5 @@
|
||||
- elsif current_distributor.preferred_shopfront_message.present?
|
||||
.row
|
||||
.small-12.columns
|
||||
.alert-box.shopfront-message{ "ofn-inline-alert" => true, ng: { show: "visible" } }
|
||||
.shopfront-message
|
||||
= current_distributor.preferred_shopfront_message.html_safe
|
||||
%a.close{ ng: { click: "close()" } } ×
|
||||
|
||||
Reference in New Issue
Block a user