diff --git a/v1-com-officielle/src/assets/style.css b/v1-com-officielle/src/assets/style.css index 9d58263..7d3165e 100644 --- a/v1-com-officielle/src/assets/style.css +++ b/v1-com-officielle/src/assets/style.css @@ -37,8 +37,8 @@ /*=============Désact défault*/ input { - -webkit-appearance: none; - appearance: none; + -webkit-appearance: none !important; + appearance: none !important; } a{ diff --git a/v1-com-officielle/src/indieComponents/ContactPannel.vue b/v1-com-officielle/src/indieComponents/ContactPannel.vue index 4285a84..bbfeec8 100644 --- a/v1-com-officielle/src/indieComponents/ContactPannel.vue +++ b/v1-com-officielle/src/indieComponents/ContactPannel.vue @@ -19,8 +19,16 @@ -
- +
+
+

Si tu veux nous contacter directement, tu peux:
 - nous envoyer un mail
 - ou un DM sur insta

+
+ + E-MAIL + + + INSTA +
@@ -42,15 +50,44 @@ #contactPannel{ position: fixed; width: 333px; - height: 333px; + height: 350px; top: 154px; left: 66px; } + + #contactContent{ + width:100%; + height:100%; + display: flex; + flex-direction: column; + align-items: center; + justify-content: flex-start; + } + + #contactText{ + width:90%; + height:16.1%; + font-family: 'velvelyne'; + font-size: 16.1px; + color: var(--main-color); + font-weight: bold; + display: flex; + align-items: center; + justify-content: space-around; + margin-top: 16.1px; + } + + #contactContent .textBtnStyle{ + width: 90%; + height: 77px; + margin-top: 16.1px; + } + /*================ PC LARGE*/ @media(min-width:1300px){ #contactPannel{ - height: 444px; - width: 444px; + height: 333px; + width: 350px; left: 366px; } } diff --git a/v1-com-officielle/src/indieComponents/FollowPannel.vue b/v1-com-officielle/src/indieComponents/FollowPannel.vue new file mode 100644 index 0000000..f7f39cc --- /dev/null +++ b/v1-com-officielle/src/indieComponents/FollowPannel.vue @@ -0,0 +1,82 @@ + + + + + + + diff --git a/v1-com-officielle/src/indieComponents/InstaPannel.vue b/v1-com-officielle/src/indieComponents/InstaPannel.vue index 601f322..52a5583 100644 --- a/v1-com-officielle/src/indieComponents/InstaPannel.vue +++ b/v1-com-officielle/src/indieComponents/InstaPannel.vue @@ -19,8 +19,13 @@ -
- +
+
+

Vous allez quiter le site
pour aller sur Instragram!

+
+ + OK ! +
@@ -46,11 +51,42 @@ top: 333px; left: 33px; } + + #warnContent{ + display: flex; + flex-direction: row; + align-items: center; + justify-content: flex-start; + height: 100%; + width: 100%; + } + + #warnText{ + height:100%; + width: 66.6%; + font-family: 'velvelyne'; + font-size: 16.1px; + color: var(--main-color); + font-weight: bold; + display: flex; + align-items: center; + justify-content: space-around; + } + + #warnText strong{ + font-family: 'lineal'; + font-weight: normal; + } + + + + #warnContent .textBtnStyle{ + height:33px; + width: 77px; + } /*================ PC LARGE*/ @media(min-width:1300px){ #instaPannel{ - height: 250px; - width: 444px; left:333px; } } diff --git a/v1-com-officielle/src/indieComponents/NewsletterPannel.vue b/v1-com-officielle/src/indieComponents/NewsletterPannel.vue index 4e3a1de..63c63a5 100644 --- a/v1-com-officielle/src/indieComponents/NewsletterPannel.vue +++ b/v1-com-officielle/src/indieComponents/NewsletterPannel.vue @@ -19,8 +19,14 @@ -
- +
+
+

Pour t'inscrire à la newsletter Drags & Nerds,
renseigne ton E-MAIL ici :

+
+
+ + +
@@ -42,17 +48,86 @@ #newsletterPannel{ position: fixed; width: 333px; - height: 161px; + height: 200px; top: 77px; left: 33px; } + + #newsletterContent{ + width:100%; + height:100%; + display: flex; + flex-direction: column; + justify-content: space-around; + align-items: center; + } + + #newsletterText{ + font-family: 'velvelyne'; + font-size: 16.1px; + color: var(--main-color); + font-weight: bold; + width:95%; + height:16.1%; + display: flex; + align-items: center; + justify-content: space-around; + padding-top: 20px; + margin-left: 0; + } + + #newsletterForm{ + width:100%; + height:75%; + display: flex; + flex-direction: row; + align-items: flex-start; + justify-content: space-around; + padding-top: 16.1px; + } + #newsletterForm input{ + width:60%; + height:50px; + padding-left: 16.1px; + background-color: transparent; + color: var(--main-color); + font-family: 'velvelyne'; + font-size: 16.1px; + color: var(--main-color); + font-weight: bold; + border-radius: 50px; + border-style: solid; + border-width: thin; + border-color: var(--main-color); + } + #newsletterForm input:focus{ + color: var(--accent-color); + color: var(--accent-color); + border-color: var(--accent-color); + border-width: thin; + outline: none; + } + #newsletterForm .textBtnStyle{ + height: 50px; + width: 77px; + border-radius: 50px; + } /*================ PC LARGE*/ @media(min-width:1300px){ #newsletterPannel{ - height: 250px; + height: 190px; width: 444px; left:333px; } + + #newsletterText{ + width: 100%; + margin-left: -93px; + } + + #newsletterForm .textBtnStyle{ + width:100px; + } } diff --git a/v1-com-officielle/src/infoComponents/InboxContent.vue b/v1-com-officielle/src/infoComponents/InboxContent.vue index 3b82e56..6f1730f 100644 --- a/v1-com-officielle/src/infoComponents/InboxContent.vue +++ b/v1-com-officielle/src/infoComponents/InboxContent.vue @@ -1,6 +1,6 @@