Browse Source

[Frontend] Footer : police

feature/rotating_product
Guillaume Bourgeois 7 months ago
parent
commit
d1b2e553ce
3 changed files with 9 additions and 9 deletions
  1. +1
    -1
      frontend/controllers/SiteController.php
  2. +4
    -4
      frontend/web/css/screen.css
  3. +4
    -4
      frontend/web/sass/screen.scss

+ 1
- 1
frontend/controllers/SiteController.php View File

$authenticatedActions = [ $authenticatedActions = [
// frontend // frontend
'user/update', 'user/update',
// producer // producer
'order/order', 'order/order',
'order/history', 'order/history',

+ 4
- 4
frontend/web/css/screen.css View File

/* 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;
} }

+ 4
- 4
frontend/web/sass/screen.scss View File



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;



Loading…
Cancel
Save