Kaynağa Gözat

Merge branch 'release/1.0' of gitlab.2iopenservice.com:opentalent/site_logiciels into release/1.0

Olivier Massot 1 yıl önce
ebeveyn
işleme
832a6adfbf

+ 2 - 5
components/Layout/Footer/Footer.vue

@@ -205,7 +205,7 @@
             <nuxt-link
               to="/politique-de-confidentialite-et-protection-des-donnees-personnelles"
             >
-              Politiques de confidentialité
+              Politiques de confidentialité et cookies
             </nuxt-link>
             -
             <nuxt-link to="/cgv"> Conditions Générales de Ventes </nuxt-link>
@@ -328,6 +328,7 @@ const onIntersect = (isIntersecting: boolean) => {
 .container {
   background: var(--primary-color);
   color: var(--on-primary-color);
+  padding-top: 32px;
 }
 
 .logo {
@@ -346,10 +347,6 @@ const onIntersect = (isIntersecting: boolean) => {
   padding: 12px;
 }
 
-.container {
-  padding-top: 32px;
-}
-
 h5 {
   font-weight: 500;
   line-height: 20px;

+ 4 - 2
components/Layout/Navigation/Topbar.vue

@@ -32,9 +32,11 @@ import AgendaLink from '~/components/Common/AgendaLink.vue'
   font-size: 0.7rem;
 
   .v-btn {
-    margin: 4px 12px;
+    margin: 4px 8px;
     border-radius: 6px;
-    height: 36px;
+    height: 44px;
+    font-size: 0.8rem;
+    font-weight: 400;
   }
 }