forked from vgaNAR6ta/drags-and-nerds
edit: divers réglages mineurs
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
:root[data-theme="dark"]{
|
:root[data-theme="dark"]{
|
||||||
--back-color: black;
|
--back-color: black;
|
||||||
--main-color: white;
|
--main-color: white;
|
||||||
--accent-color: #00FF76;
|
--accent-color: #3CFF00;
|
||||||
}
|
}
|
||||||
|
|
||||||
:root[data-theme="light"]{
|
:root[data-theme="light"]{
|
||||||
@@ -225,6 +225,7 @@ canvas {
|
|||||||
border-width: thin;
|
border-width: thin;
|
||||||
border-radius: 21px;
|
border-radius: 21px;
|
||||||
border-color: var(--main-color);
|
border-color: var(--main-color);
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.zBase{
|
.zBase{
|
||||||
@@ -241,7 +242,7 @@ canvas {
|
|||||||
width:100%;
|
width:100%;
|
||||||
height:50px;
|
height:50px;
|
||||||
background-color: var(--main-color);
|
background-color: var(--main-color);
|
||||||
border-radius: 16.1px 16.1px 0 0;
|
border-radius: 0;
|
||||||
font-family: 'lineal';
|
font-family: 'lineal';
|
||||||
font-size: 16.1px;
|
font-size: 16.1px;
|
||||||
color: var(--back-color);
|
color: var(--back-color);
|
||||||
|
|||||||
@@ -3,7 +3,6 @@
|
|||||||
<PlayerDiv></PlayerDiv>
|
<PlayerDiv></PlayerDiv>
|
||||||
<GeneratedDiv></GeneratedDiv>
|
<GeneratedDiv></GeneratedDiv>
|
||||||
<TitleTextDiv></TitleTextDiv>
|
<TitleTextDiv></TitleTextDiv>
|
||||||
<ColorPan></ColorPan>
|
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
@@ -207,7 +207,8 @@
|
|||||||
}
|
}
|
||||||
.selectedItemStyle .itemCaption{
|
.selectedItemStyle .itemCaption{
|
||||||
color: var(--accent-color);
|
color: var(--accent-color);
|
||||||
font-family: 'lineal'
|
font-family: 'lineal';
|
||||||
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*================ PC LARGE*/
|
/*================ PC LARGE*/
|
||||||
|
|||||||
@@ -114,6 +114,7 @@
|
|||||||
color: var(--accent-color);
|
color: var(--accent-color);
|
||||||
border-color: var(--accent-color);
|
border-color: var(--accent-color);
|
||||||
font-family: 'lineal';
|
font-family: 'lineal';
|
||||||
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
.selectedStyle .msgTitle{
|
.selectedStyle .msgTitle{
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
@@ -121,6 +122,7 @@
|
|||||||
|
|
||||||
.unreadStyle{
|
.unreadStyle{
|
||||||
font-family: 'lineal';
|
font-family: 'lineal';
|
||||||
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
.unreadStyle .msgTitle{
|
.unreadStyle .msgTitle{
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
|
|||||||
@@ -30,14 +30,14 @@
|
|||||||
#colorBtnContainer{
|
#colorBtnContainer{
|
||||||
position:absolute;
|
position:absolute;
|
||||||
right: -16.1px;
|
right: -16.1px;
|
||||||
top: 222px;
|
top: 161px;
|
||||||
height: 117px;
|
height: 117px;
|
||||||
width: 77px;
|
width: 77px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
z-index: 333;
|
z-index: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.checkedIcon{
|
.checkedIcon{
|
||||||
@@ -103,7 +103,7 @@
|
|||||||
#colorBtnContainer{
|
#colorBtnContainer{
|
||||||
right: unset;
|
right: unset;
|
||||||
left: -3.33px;
|
left: -3.33px;
|
||||||
top: 444px;
|
top: 333px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div id="generatedContainer">
|
<div id="generatedContainer">
|
||||||
|
<ColorPan></ColorPan>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user