Selaa lähdekoodia

[Frontend] Footer : police

feature/rotating_product
Guillaume Bourgeois 7 kuukautta sitten
vanhempi
commit
d1b2e553ce
3 muutettua tiedostoa jossa 9 lisäystä ja 9 poistoa
  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 Näytä tiedosto

@@ -309,7 +309,7 @@ class SiteController extends FrontendController
$authenticatedActions = [
// frontend
'user/update',
// producer
'order/order',
'order/history',

+ 4
- 4
frontend/web/css/screen.css Näytä tiedosto

@@ -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;
}

+ 4
- 4
frontend/web/sass/screen.scss Näytä tiedosto

@@ -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;


Loading…
Peruuta
Tallenna