mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-17 04:34:24 +00:00
Changing class name to remove ofn- from naming convention which call the icon font styling
This commit is contained in:
@@ -36,7 +36,7 @@ h1, h2, h3, h4, h5, h6, .avenir
|
||||
@include avenir
|
||||
padding: 0px
|
||||
|
||||
ul.ofn-list
|
||||
ul.bullet-list
|
||||
margin: 0
|
||||
li
|
||||
list-style: none
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
%h5
|
||||
%i.ofn-i_036-producers
|
||||
Our producers
|
||||
%ul.ofn-list
|
||||
%ul.bullet-list
|
||||
%li{"ng-repeat" => "producer in hub.producers"}
|
||||
= render partial: "modals/producer"
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
LinkedIn
|
||||
.small-12.medium-4.columns.text-left
|
||||
%h4 Getting around
|
||||
%ul.ofn-list
|
||||
%ul.bullet-list
|
||||
%li
|
||||
%a{href: "/shop"} Shop
|
||||
%li
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
%h5
|
||||
=current_distributor.name
|
||||
belongs to:
|
||||
%ul.ofn-list
|
||||
%ul.bullet-list
|
||||
- for group in current_distributor.groups
|
||||
%li
|
||||
%a{href: main_app.groups_path(anchor: "#/#group#{group.id}")}= group.name
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
.small-12.columns
|
||||
%h5
|
||||
= "#{current_distributor.name}'s producers:"
|
||||
%ul.ofn-list
|
||||
%ul.bullet-list
|
||||
%li{"ng-repeat" => "producer in CurrentHub.producers"}
|
||||
= render partial: "modals/producer"
|
||||
|
||||
Reference in New Issue
Block a user