mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-01 02:03:22 +00:00
Last minute styling adjustments
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
|
||||
%p Sell your products directly to customers through your very own Open Food Network shopfront.
|
||||
|
||||
%p A Producer Shop is for your produce only, if you want to sell produce grown/produced off site, select 'Producer Hub'.
|
||||
%p A Producer Shop is for your produce only, if you want to sell produce grown/produced off site, please select 'Producer Hub'.
|
||||
|
||||
.info{ ng: { switch: { when: "any" } } }
|
||||
%h3 Producer Hub
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
.row.enterprise_status_panel{ ng: { controller: 'indexStatusPanelCtrl' } }
|
||||
.alpha.sixteen.columns
|
||||
|
||||
%h3{ ng: { show: "issues.length == 0 && warnings.length == 0" } }
|
||||
%h4.status-ok.text-center{ ng: { show: "issues.length == 0 && warnings.length == 0" } }
|
||||
%i.icon-ok-sign
|
||||
You're all set up and ready to go!
|
||||
{{ object.name }} is set up and ready to go!
|
||||
|
||||
%table{ ng: { show: "issues.length > 0 || warnings.length > 0" } }
|
||||
%thead
|
||||
|
||||
@@ -83,6 +83,18 @@
|
||||
}
|
||||
|
||||
.enterprise_status_panel {
|
||||
.status-ok {
|
||||
margin: 30px 0px;
|
||||
i.icon-ok-sign {
|
||||
color: #9fc820;
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
td.description{
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
|
||||
td.severity {
|
||||
i {
|
||||
font-size: 1.5rem;
|
||||
|
||||
Reference in New Issue
Block a user