$authenticatedActions = [ | $authenticatedActions = [ | ||||
// frontend | // frontend | ||||
'user/update', | 'user/update', | ||||
// producer | // producer | ||||
'order/order', | 'order/order', | ||||
'order/history', | 'order/history', |
/* line 670, ../sass/screen.scss */ | /* line 670, ../sass/screen.scss */ | ||||
#footer a { | #footer a { | ||||
color: white; | color: white; | ||||
font-family: 'capsuularegular'; | |||||
font-size: 18px; | |||||
font-family: 'worksans_light'; | |||||
font-size: 1rem; | |||||
text-decoration: none; | text-decoration: none; | ||||
padding-left: 10px; | |||||
padding-right: 10px; | |||||
padding-left: 5px; | |||||
padding-right: 5px; | |||||
border-right: solid 1px white; | border-right: solid 1px white; | ||||
border: 0px none; | border: 0px none; | ||||
} | } |
a { | a { | ||||
color: white; | color: white; | ||||
font-family: 'capsuularegular'; | |||||
font-size: 18px; | |||||
font-family: 'worksans_light'; | |||||
font-size: 1rem; | |||||
text-decoration: none; | text-decoration: none; | ||||
padding-left: 10px; | |||||
padding-right: 10px; | |||||
padding-left: 5px; | |||||
padding-right: 5px; | |||||
border-right: solid 1px white; | border-right: solid 1px white; | ||||
border: 0px none; | border: 0px none; | ||||