@@ -309,7 +309,7 @@ class SiteController extends FrontendController | |||
$authenticatedActions = [ | |||
// frontend | |||
'user/update', | |||
// producer | |||
'order/order', | |||
'order/history', |
@@ -672,11 +672,11 @@ section#header-title h1 .glyphicon { | |||
/* line 670, ../sass/screen.scss */ | |||
#footer a { | |||
color: white; | |||
font-family: 'capsuularegular'; | |||
font-size: 18px; | |||
font-family: 'worksans_light'; | |||
font-size: 1rem; | |||
text-decoration: none; | |||
padding-left: 10px; | |||
padding-right: 10px; | |||
padding-left: 5px; | |||
padding-right: 5px; | |||
border-right: solid 1px white; | |||
border: 0px none; | |||
} |
@@ -669,11 +669,11 @@ section#header-title { | |||
a { | |||
color: white; | |||
font-family: 'capsuularegular'; | |||
font-size: 18px; | |||
font-family: 'worksans_light'; | |||
font-size: 1rem; | |||
text-decoration: none; | |||
padding-left: 10px; | |||
padding-right: 10px; | |||
padding-left: 5px; | |||
padding-right: 5px; | |||
border-right: solid 1px white; | |||
border: 0px none; | |||