edit: structure contenu contact, news & insta + panneau follow hors rezo + déplacement msgData.js plus haut dans dossiers

This commit is contained in:
2026-03-20 07:02:53 +01:00
parent 6cd8a2e634
commit 0694466f94
9 changed files with 255 additions and 17 deletions
@@ -19,8 +19,13 @@
<CloseIcon name="close" class="icon"/>
</button>
</div>
<div class="windowContent">
<div class="windowContent" id="warnContent">
<div id="warnText">
<p>Vous allez quiter le site<br>pour aller sur <strong>Instragram!</strong></p>
</div>
<a href="#" class="textBtnStyle" @mousedown.stop @touchstart.stop target="_blank" @click="$emit('close')">
OK !
</a>
</div>
</div>
</template>
@@ -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;
}
}