edit: ajout du 2 animé + MAXI REGLAGE (responsive, couleur, positionnement etc.) + ajout vue liste panneau dans panneau à propos + likes dans images + class gen reactBar

This commit is contained in:
2026-03-23 09:05:45 +01:00
parent 7ccede8b51
commit e399584e4b
14 changed files with 307 additions and 74 deletions
+19 -2
View File
@@ -1,25 +1,31 @@
[ [
{ {
"type": "folder", "type": "folder",
"date": "33/33",
"isSelected": false, "isSelected": false,
"caption": "Artistes DRAGs", "caption": "Artistes DRAGs",
"description": "Si tu veux en savoir plus sur nos artistes drags, c'est par ici !", "description": "Si tu veux en savoir plus sur nos artistes drags, c'est par ici !",
"children": [ "children": [
{ {
"type": "folder", "type": "folder",
"date": "33/33",
"isSelected": false, "isSelected": false,
"caption": "Urazoria", "caption": "Urazoria",
"description": "Urazoria est une Drag Creature de Limoges, et aussi une des fondatrice de drags & nerds, host de la 1ère édition", "description": "Urazoria est une Drag Creature de Limoges, et aussi une des fondatrice de drags & nerds, host de la 1ère édition",
"children": [ "children": [
{ {
"type": "image", "type": "image",
"date": "33/33",
"isSelected": false, "isSelected": false,
"caption": "Urazoria003.star", "caption": "Urazoria003.star",
"description": "Urazoria dans son show à XXXX pour XXXX en 2025", "description": "Urazoria dans son show à XXXX pour XXXX en 2025",
"src":"./DATA/Images/ura-bleu.png" "src":"./DATA/Images/ura-bleu.png",
"like": 0,
"isLiked": false
}, },
{ {
"type": "text", "type": "text",
"date": "33/33",
"isSelected": false, "isSelected": false,
"caption": "Urazoria.loveMsg", "caption": "Urazoria.loveMsg",
"description": "Coucou !" "description": "Coucou !"
@@ -28,6 +34,7 @@
}, },
{ {
"type": "text", "type": "text",
"date": "33/33",
"isSelected": false, "isSelected": false,
"caption": "Urazoria.loveMsg", "caption": "Urazoria.loveMsg",
"description": "Coucou !" "description": "Coucou !"
@@ -36,18 +43,21 @@
}, },
{ {
"type": "folder", "type": "folder",
"date": "33/33",
"isSelected": false, "isSelected": false,
"caption": "Artistes NERDs", "caption": "Artistes NERDs",
"description": "Si tu veux en savoir plus sur nos artistes nerds, c'est par là !", "description": "Si tu veux en savoir plus sur nos artistes nerds, c'est par là !",
"children": [ "children": [
{ {
"type": "folder", "type": "folder",
"date": "33/33",
"isSelected": false, "isSelected": false,
"caption": "Théo", "caption": "Théo",
"description": "Theo est un musicien qui construit des synthés modulaires", "description": "Theo est un musicien qui construit des synthés modulaires",
"children": [ "children": [
{ {
"type": "link", "type": "link",
"date": "33/33",
"isSelected": false, "isSelected": false,
"caption": "Theo.web", "caption": "Theo.web",
"description": "Réseaux de Theo", "description": "Réseaux de Theo",
@@ -64,6 +74,7 @@
}, },
{ {
"type": "text", "type": "text",
"date": "33/33",
"isSelected": false, "isSelected": false,
"caption": "Theo.loveMsg", "caption": "Theo.loveMsg",
"description": "Hello !" "description": "Hello !"
@@ -74,12 +85,14 @@
}, },
{ {
"type": "folder", "type": "folder",
"date": "33/33",
"isSelected": false, "isSelected": false,
"caption": "Autres", "caption": "Autres",
"description": "Dans ce dossier on met en vrac plein de trucs, qu'on trouve cool, sur nous (ou pas), nos valeurs etc. Allez fouiller si vous avez le temps ^^", "description": "Dans ce dossier on met en vrac plein de trucs, qu'on trouve cool, sur nous (ou pas), nos valeurs etc. Allez fouiller si vous avez le temps ^^",
"children": [ "children": [
{ {
"type": "link", "type": "link",
"date": "33/33",
"isSelected": false, "isSelected": false,
"caption": "Background.web", "caption": "Background.web",
"description": "Site internet du fond animé, en open source, allez checker ça l'équipe ! (et payer un café à son créateur si vous pouvez hihi)", "description": "Site internet du fond animé, en open source, allez checker ça l'équipe ! (et payer un café à son créateur si vous pouvez hihi)",
@@ -92,16 +105,20 @@
}, },
{ {
"type": "text", "type": "text",
"date": "33/33",
"isSelected": false, "isSelected": false,
"caption": "DNN.loveMsg", "caption": "DNN.loveMsg",
"description": "Hello again!" "description": "Hello again!"
}, },
{ {
"type": "image", "type": "image",
"date": "33/33",
"isSelected": false, "isSelected": false,
"caption": "Urazoria003.star", "caption": "Urazoria003.star",
"description": "Urazoria dans son show à XXXX pour XXXX en 2025", "description": "Urazoria dans son show à XXXX pour XXXX en 2025",
"src":"./DATA/Images/ura-vert.png" "src":"./DATA/Images/ura-vert.png",
"like": 0,
"isLiked": false
} }
] ]
} }
File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 38 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 12 KiB

+41 -4
View File
@@ -38,11 +38,11 @@
/*===================Animation*/ /*===================Animation*/
@keyframes blink { @keyframes blink {
0% { color: var(--accent-color);} 0% { color: var(--accent-color);}
15% { color: var(--main-color);} 15% { color: var(--back-color);}
35% { color: var(--main-color);} 35% { color: var(--back-color);}
50% { color: var(--accent-color);} 50% { color: var(--accent-color);}
65% { color: var(--main-color);} 65% { color: var(--back-color);}
85% { color: var(--main-color);} 85% { color: var(--back-color);}
100% { color: var(--accent-color);} 100% { color: var(--accent-color);}
} }
@@ -89,6 +89,7 @@ a button{
} }
p{ p{
pointer-events: none;
cursor: inherit; cursor: inherit;
} }
@@ -222,6 +223,42 @@ canvas {
font-size: 16.1px; font-size: 16.1px;
} }
} }
/*==================Reaction Bar for indi pannels*/
.reactBar{
margin-left: -16.1%;
width: 77%;
display: flex;
flex-direction: row;
align-items: center;
justify-content: flex-start;
font-family: 'lineal';
font-weight: normal;
color: var(--main-color);
padding: 0;
}
.reactBar .reactStatStyle{
text-align: center;
width: 33px;
padding-right: 0;
}
.reactBar .icon{
height: 16.1px;
width: auto;
margin-top: 0;
}
.reactBar .iconBtnStyle{
height: 33px;
width: 33px;
border-radius: 33px;
}
.reactBar .textBtnStyle{
height: 33px;
width: 130px;
}
.reactedStyle{
color: var(--accent-color);
}
/*==============Window*/ /*==============Window*/
.windowStyle{ .windowStyle{
+3 -1
View File
@@ -15,7 +15,9 @@ export const dataStorage = reactive({
}, },
selectedImg: { selectedImg: {
src: "", src: "",
caption: "" caption: "",
like: 0,
isLiked: false
}, },
selectedLink:{ selectedLink:{
linksData: [], linksData: [],
@@ -34,13 +34,21 @@
</div> </div>
<div class="windowContent" id="artistContent"> <div class="windowContent" id="artistContent">
<p id="emptyFolderText" v-show="emptyFolder">Oops! There is nothing to display here...</p> <p id="emptyFolderText" v-show="emptyFolder">Oops! There is nothing to display here...</p>
<div v-show="displayedItems" class="theMatrix" @mousedown.stop @touchstart.stop @reload="dataFirstLoad"> <div v-show="gridDisplay" class="theMatrix" @mousedown.stop @touchstart.stop @reload="dataFirstLoad" @click="deselectAll">
<div class="itemStyle" v-for="item in displayedItems" :class="{selectedItemStyle:item.isSelected, displayStyle: !item.isSelected}" :key="item.caption" @click="itemIsClicked(item)"> <div class="itemStyle" v-for="item in displayedItems" :class="{selectedItemStyle:item.isSelected, displayStyle: !item.isSelected}" :key="item.caption" @click.stop="itemIsClicked(item)">
<component :is="item.type==='folder'? FolderIcon : item.type === 'text'? FileIcon : item.type === 'link'? AboutIcon : CloseIcon" class="icon"/> <component :is="item.type==='folder'? FolderIcon : item.type === 'text'? FileIcon : item.type === 'link'? AboutIcon : CloseIcon" class="icon"/>
<p class="itemCaption">{{item.caption}}</p> <p class="itemCaption">{{item.caption}}</p>
</div> </div>
</div> </div>
<div v-show="displayedItems" class="itemDesc" @touchstart.stop> <div v-show="listDisplay" class="nevrEndingList" @mousedown.stop @touchstart.stop @reload="dataFirstLoad" @click="deselectAll">
<div class="listItemStyle" v-for="item in displayedItems" :class="{selectedItemStyle:item.isSelected, displayStyle: !item.isSelected}" :key="item.caption" @click.stop="itemIsClicked(item)">
<component :is="item.type==='folder'? FolderIcon : item.type === 'text'? FileIcon : item.type === 'link'? AboutIcon : CloseIcon" class="icon"/>
<p class="itemCaption">{{item.caption}}</p>
<p class="itemCaption">*auteurice*</p>
<p class="itemCaption">{{item.date}}</p>
</div>
</div>
<div v-show="displayedItems" class="itemDesc" @touchstart.stop @click.stop>
<p>{{displayedDescription}}</p> <p>{{displayedDescription}}</p>
</div> </div>
</div> </div>
@@ -110,6 +118,7 @@
font-size: 16.1px; font-size: 16.1px;
} }
/*=================GRID DISPLAY*/
.theMatrix{ .theMatrix{
display: grid; display: grid;
grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
@@ -158,7 +167,7 @@
border-style: solid; border-style: solid;
border-width: thin; border-width: thin;
border-color: transparent; border-color: transparent;
cursor: pointer; cursor: cell;
} }
.itemStyle:hover{ .itemStyle:hover{
@@ -188,7 +197,6 @@
.selectedItemStyle .icon{ .selectedItemStyle .icon{
height:auto; height:auto;
width: 50%; width: 50%;
fill: currentColor;
} }
.itemCaption{ .itemCaption{
@@ -222,6 +230,65 @@
grid-auto-rows: 180px; grid-auto-rows: 180px;
} }
} }
/*======================LIST DISPLAY*/
.nevrEndingList{
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
width: 95%;
height: 66%;
overflow-y: scroll;
overflow-x: hidden;
padding-right: 7.77px;
}
.listItemStyle{
width:100%;
height: 33px;
display: flex;
flex-direction: row;
align-items: center;
justify-content: flex-start;
margin-top: 7.77px;
margin-left: 1.61px;
cursor: cell;
border-style: solid;
border-width: thin;
border-color: transparent;
border-radius: 16.1px;
}
.listItemStyle:hover{
border-color: var(--main-color);
}
.listItemStyle .icon{
height: 16.1px;
width: 33px;
margin-left: 16.1px;
margin-right: 16.1px;
margin-top: 0;
}
.listItemStyle .itemCaption{
font-family: 'velvelyne';
font-weight: bold;
font-size: 16.1px;
pointer-events: none;
cursor:inherit;
width: 30%;
height: 100%;
text-align: left;
display: flex;
flex-direction: row;
align-items: center;
padding-top: 1.61px;
user-select: none;
}
</style> </style>
<script> <script>
@@ -242,9 +309,12 @@
displayedItems: null, displayedItems: null,
rootFolderContent: [], rootFolderContent: [],
emptyFolder: false, emptyFolder: false,
gridDisplay: true,
listDisplay: false,
displayedDescription: "", displayedDescription: "",
fileName: "", fileName: "",
isNotRoot : false isNotRoot : false,
rootDepth: 0
} }
}, },
emits: ['close','focus','openImg','openLink'], emits: ['close','focus','openImg','openLink'],
@@ -257,27 +327,45 @@
console.log(this.displayedItems); console.log(this.displayedItems);
this.isNotRoot = false; this.isNotRoot = false;
this.checkEmptyFolder(); this.checkEmptyFolder();
this.deselectAll();
this.fileName = "./";
if(!this.emptyFolder){
this.gridDisplay = true;
this.listDisplay = false;
};
},
deselectAll(){
this.displayedItems.forEach(it => { this.displayedItems.forEach(it => {
it.isSelected = false; it.isSelected = false;
}); });
if(!this.isNotRoot){
this.displayedDescription = "1x click pour plus d'infos \n 2x click pour accéder au contenu"; this.displayedDescription = "1x click pour plus d'infos \n 2x click pour accéder au contenu";
this.fileName = "./"; }else{
this.displayedDescription = this.rootFolderContent.at(-1).description;
}
}, },
openFile(e){ openFile(e){
this.$emit('focus'); this.$emit('focus');
if(e.type === 'folder'){ if(e.type === 'folder'){
this.rootFolderContent.push({content:[...this.displayedItems], directory:this.fileName, description: this.displayedDescription}); this.rootFolderContent.push({content:[...this.displayedItems], directory:this.fileName, description: this.displayedDescription});
this.rootDepth = this.rootFolderContent.length;
this.displayedItems = [...e.children]; this.displayedItems = [...e.children];
this.checkEmptyFolder(); this.checkEmptyFolder();
this.isNotRoot = true; this.isNotRoot = true;
this.displayedDescription = e.description this.displayedDescription = e.description
this.fileName += e.caption + '/'; this.fileName += e.caption + '/';
if (e.caption === 'Autres'){
this.gridDisplay = false;
this.listDisplay = true;
}
} }
if(e.type === 'image'){ if(e.type === 'image'){
this.$emit('openImg'); this.$emit('openImg');
dataStorage.selectedImg = { dataStorage.selectedImg = {
src: e.src, src: e.src,
caption: e.caption caption: e.caption,
like: e.like,
isLiked: e.isLiked
} }
this.displayedDescription = e.description; this.displayedDescription = e.description;
} }
@@ -322,22 +410,27 @@
checkEmptyFolder(){ checkEmptyFolder(){
if (this.displayedItems.length === 0){ if (this.displayedItems.length === 0){
this.emptyFolder = true; this.emptyFolder = true;
this.gridDisplay = false;
this.listDisplay = false;
this.displayedItems = null; this.displayedItems = null;
}else{ }else{
this.emptyFolder = false; this.emptyFolder = false;
} }
}, },
backToRoot(){ backToRoot(){
let rootDepth = this.rootFolderContent.length-1; this.displayedItems = this.rootFolderContent.at(-1).content;
this.displayedItems = this.rootFolderContent[rootDepth].content; this.fileName = this.rootFolderContent.at(-1).directory;
this.fileName = this.rootFolderContent[rootDepth].directory; this.displayedDescription = this.rootFolderContent.at(-1).description;
this.displayedDescription = this.rootFolderContent[rootDepth].description; this.rootFolderContent.splice(this.rootFolderContent.length-1,1);
this.rootFolderContent.splice(rootDepth,1); this.rootDepth = this.rootFolderContent.length
rootDepth = this.rootFolderContent.length if (this.rootDepth === 0){
if (rootDepth === 0){
this.isNotRoot = false; this.isNotRoot = false;
} }
this.checkEmptyFolder(); this.checkEmptyFolder();
if(this.listDisplay){
this.listDisplay = false;
this.gridDisplay = true;
}
}, },
closeClicked(){ closeClicked(){
this.dataFirstLoad(); this.dataFirstLoad();
@@ -33,7 +33,7 @@
width: 100%; width: 100%;
height: 100%; height: 100%;
color: var(--back-color); color: var(--back-color);
border-color: var(--main-color); border-color: var(--back-color);
border-style: solid; border-style: solid;
border-width: thin; border-width: thin;
font-family: 'velvelyne'; font-family: 'velvelyne';
@@ -22,7 +22,7 @@
</button> </button>
</div> </div>
<div class="windowContent"> <div class="windowContent">
<div class="msgReact"> <div class="reactBar">
<p class="reactStatStyle">{{selectedMsg.like}}</p> <p class="reactStatStyle">{{selectedMsg.like}}</p>
<button data-tooltip="j'aime bien" type="button" class="iconBtnStyle" :class="{reactedStyle: selectedMsg.isLiked}" @mousedown.capture="likeMsg" @touchstart.capture="likeMsg"> <button data-tooltip="j'aime bien" type="button" class="iconBtnStyle" :class="{reactedStyle: selectedMsg.isLiked}" @mousedown.capture="likeMsg" @touchstart.capture="likeMsg">
<CloseIcon name="test" class="icon"/> <CloseIcon name="test" class="icon"/>
@@ -65,38 +65,6 @@
} }
} }
.windowContent .msgReact{
margin-left: -16.1%;
width: 77%;
display: flex;
flex-direction: row;
align-items: center;
justify-content: flex-start;
font-family: 'lineal';
font-weight: normal;
color: var(--main-color);
padding: 0;
}
.windowContent .reactStatStyle{
text-align: center;
width: 33px;
padding-right: 0;
}
.windowContent .icon{
height: 16.1px;
width: auto;
margin-top: 0;
}
.windowContent .iconBtnStyle{
height: 33px;
width: 33px;
border-radius: 33px;
}
.windowContent .textBtnStyle{
height: 33px;
width: 130px;
}
#selectedMsgText{ #selectedMsgText{
white-space: pre-line; white-space: pre-line;
font-size: 16.1px; font-size: 16.1px;
@@ -109,10 +77,6 @@
height: 77%; height: 77%;
overflow-y: scroll; overflow-y: scroll;
} }
.reactedStyle{
color: var(--accent-color);
}
</style> </style>
<script> <script>
@@ -22,6 +22,12 @@
<div class="windowContent" id="visualizerContent"> <div class="windowContent" id="visualizerContent">
<img :src="selectedImg.src" id="displayedImgStyle"> <img :src="selectedImg.src" id="displayedImgStyle">
</div> </div>
<div class="reactBar">
<p class="reactStatStyle">{{selectedImg.like}}</p>
<button data-tooltip="j'aime bien" type="button" class="iconBtnStyle" :class="{reactedStyle: selectedImg.isLiked}" @mousedown.capture="likeImg" @touchstart.capture="likeImg">
<CloseIcon name="test" class="icon"/>
</button>
</div>
</div> </div>
</template> </template>
@@ -45,7 +51,7 @@
height: auto; height: auto;
top: 500px; top: 500px;
left: 16.1px; left: 16.1px;
border-radius: 16.1px 16.1px 0 0; border-radius: 16.1px;
} }
#displayedImgStyle{ #displayedImgStyle{
@@ -87,6 +93,10 @@
methods:{ methods:{
onDrag({ target, transform }) { onDrag({ target, transform }) {
target.style.transform = transform; target.style.transform = transform;
},
likeImg(){
this.selectedImg.isLiked = !this.selectedImg.isLiked;
console.log(this.selectedImg);
} }
}, },
mounted(){ mounted(){
@@ -107,6 +107,7 @@
border-radius: 0; border-radius: 0;
font-family: 'velvelyne'; font-family: 'velvelyne';
font-weight: bold; font-weight: bold;
cursor: cell;
} }
.selectedStyle{ .selectedStyle{
@@ -17,9 +17,9 @@
<button type="button" class="iconBtnStyle" id="btnArtist" @click="openPannel('artist')" data-tooltip="à propos de nous"> <button type="button" class="iconBtnStyle" id="btnArtist" @click="openPannel('artist')" data-tooltip="à propos de nous">
<CloseIcon name="test" class="icon"/> <CloseIcon name="test" class="icon"/>
</button> </button>
<button type="button" class="iconBtnStyle" id="btnNews" @click="openPannel('news')" data-tooltip="newsletter"> <!--<button type="button" class="iconBtnStyle" id="btnNews" @click="openPannel('news')" data-tooltip="newsletter">
<CloseIcon name="test" class="icon"/> <CloseIcon name="test" class="icon"/>
</button> </button>-->
<button type="button" class="iconBtnStyle" id="btnInsta" @click="openPannel('insta')" data-tooltip="instagram"> <button type="button" class="iconBtnStyle" id="btnInsta" @click="openPannel('insta')" data-tooltip="instagram">
<CloseIcon name="test" class="icon"/> <CloseIcon name="test" class="icon"/>
</button> </button>
@@ -111,7 +111,7 @@
left: 4.44px; left: 4.44px;
width: 50px; width: 50px;
height: 161px; height: 161px;
top: 38%; top: 28%;
} }
} }
</style> </style>
@@ -9,7 +9,7 @@
left: item.x + 'px', left: item.x + 'px',
top: item.y + 'px' top: item.y + 'px'
}"> }">
<img :src="item.src" class="imgStyle" :class="{highlightItem: item.isHighlight===1, highlightMax: item.isHighlight===2}" :id="'image'+item.id"> <img loading="lazy" :src="item.src" class="imgStyle" :class="{highlightItem: item.isHighlight===1, highlightMax: item.isHighlight===2}" :id="'image'+item.id">
</div> </div>
</div> </div>
@@ -47,7 +47,7 @@
width: 44px; width: 44px;
height: 44px; height: 44px;
border-radius: 22px; border-radius: 22px;
top: 50%; top: 47%;
left: 7.77px; left: 7.77px;
animation: float 1.61s infinite; animation: float 1.61s infinite;
} }
@@ -121,7 +121,7 @@
} }
#reloadBtnStyle{ #reloadBtnStyle{
top: 59%; top: 49%;
left: 44.4px; left: 44.4px;
width: 77px; width: 77px;
height: 77px; height: 77px;
@@ -1,3 +1,8 @@
<script setup>
import TwoGraff from '../assets/icons/2graff.svg'
import TwoExtra from '../assets/icons/2extra.svg'
</script>
<template> <template>
<div id="titleTextContainer" class="uiStyle"> <div id="titleTextContainer" class="uiStyle">
<div id="mainTitleContainer"> <div id="mainTitleContainer">
@@ -8,8 +13,9 @@
<div class="titleTextStyle" id="nerd"> <div class="titleTextStyle" id="nerd">
<p><strong>NERDs</strong></p> <p><strong>NERDs</strong></p>
<p>#</p> <p>#</p>
<p id="numberTwo"></p>
</div> </div>
<TwoGraff name="graffTwo" class="numberTwo" id="graffTwo"/>
<TwoExtra name="extraTwo" class="numberTwo" id="extraTwo"/>
<div class="subtitleTextStyle"> <div class="subtitleTextStyle">
<p id="subAccent">Drag shows + musique électronique,<br>synthés vidéos et autre performances nerds</p> <p id="subAccent">Drag shows + musique électronique,<br>synthés vidéos et autre performances nerds</p>
</div> </div>
@@ -47,10 +53,58 @@
/*+++++++++++++++++ COPYBOX /*+++++++++++++++++ COPYBOX
================ PC HAUT/IPAD ================ PC HAUT/IPAD
@media(min-width:500px){} @media(min-width:650px){}
================ PC LARGE ================ PC LARGE
@media(min-width:1000px){} @media(min-width:1300px){}
*/ */
.numberTwo{
fill: currentColor;
position: absolute;
z-index: 1;
}
#graffTwo{
height: 161px;
width: auto;
margin-left: 285px;
margin-top: -99px;
color: var(--main-color);
}
#extraTwo{
height: 144px;
width: auto;
margin-left: 285px;
margin-top: -99px;
animation: blink 3.33s infinite;
mix-blend-mode: difference;
}
/*================ PC HAUT/IPAD*/
@media(min-width:650px){
#graffTwo{
height: 200px;
margin-left: 500px;
margin-top: -110px;
}
#extraTwo{
height: 161px;
margin-left: 500px;
margin-top: -100px;
}
}
/*================ PC LARGE*/
@media(min-width:900px){
#graffTwo{
height: 333px;
margin-left: 633px;
margin-top: -233px;
}
#extraTwo{
height: 277px;
margin-left: 640px;
margin-top: -233px;
}
}
#titleTextContainer{ #titleTextContainer{
width:99.8%; width:99.8%;
@@ -84,7 +138,7 @@
z-index: 1; z-index: 1;
} }
.titleTextStyle p{ .titleTextStyle p{
color: (--main-color); color: var(--main-color);
} }
#drag{ #drag{
margin-top: -100px; margin-top: -100px;
@@ -199,7 +253,7 @@
padding-bottom: 16.1px; padding-bottom: 16.1px;
padding-left: 33px; padding-left: 33px;
font-size: 33px; font-size: 33px;
color: (--main-color); color: var(--main-color);
} }
#drag{ #drag{
margin-top: -150px; margin-top: -150px;
@@ -209,6 +263,7 @@
margin-top: -75px; margin-top: -75px;
margin-left: -75px; margin-left: -75px;
justify-content: space-between; justify-content: space-between;
margin-right: 161px;
} }
.titleTextStyle strong{ .titleTextStyle strong{
font-size: 77px; font-size: 77px;