🚨chore: Sync Sass

This commit is contained in:
김민식 2025-01-20 16:17:13 +09:00
parent 471745419d
commit 1219b6546b
2 changed files with 1882 additions and 2080 deletions

View File

@ -37,7 +37,7 @@
border: 1px solid #3D3D3D;
padding: 20px;
.penal-table{
table-layout: fixed;
table-layout: auto;
border-collapse: collapse;
thead{
th{
@ -45,8 +45,11 @@
background-color:rgba(255, 255, 255, 0.05);
font-size: 12px;
font-weight: 500;
min-width: 140px;
padding: 0 15px;
color: #fff;
border: 1px solid #505050;
white-space: nowrap;
}
}
tbody{

View File

@ -5,24 +5,12 @@ $pop-normal-size: 12px;
$alert-color: #101010;
@keyframes mountpop{
from {
opacity: 0;
scale: 0.95;
}
to {
opacity: 1;
scale: 1;
}
from{opacity: 0; scale: 0.95;}
to{opacity: 1; scale: 1;}
}
@keyframes unmountpop{
from {
opacity: 1;
scale: 1;
}
to {
opacity: 0;
scale: 0.95;
}
from{opacity: 1; scale: 1;}
to{opacity: 0; scale: 0.95;}
}
.normal-font{
@ -97,10 +85,10 @@ $alert-color: #101010;
width: 900px;
}
&.mount{
animation: mountpop 0.17s ease-in-out forwards;
animation: mountpop .17s ease-in-out forwards;
}
&.unmount{
animation: unmountpop 0.17s ease-in-out forwards;
animation: unmountpop .17s ease-in-out forwards;
}
&.alert{
position: absolute;
@ -206,7 +194,7 @@ $alert-color: #101010;
}
}
.outer-line-wrap{
border-top: 1px solid #3c3c3c;
border-top: 1px solid #3C3C3C;
margin-top: 10px;
padding-top: 15px;
margin-bottom: 15px;
@ -235,7 +223,7 @@ $alert-color: #101010;
.adsorption-point{
display: flex;
align-items: center;
background-color: #3a3a3a;
background-color: #3A3A3A;
border-radius: 3px;
padding-left: 11px;
overflow: hidden;
@ -256,7 +244,7 @@ $alert-color: #101010;
&.act{
i{
color: $pop-color;
background-color: #1083e3;
background-color: #1083E3;
}
}
}
@ -279,7 +267,7 @@ $alert-color: #101010;
background-color: transparent;
}
&::-webkit-scrollbar-thumb {
background-color: #d9d9d9;
background-color: #D9D9D9;
}
&::-webkit-scrollbar-track {
background-color: transparent;
@ -290,7 +278,7 @@ $alert-color: #101010;
display: flex;
align-items: center;
background-color: transparent;
border: 1px solid #3d3d3d;
border: 1px solid #3D3D3D;
border-radius: 2px;
padding: 15px 10px;
gap: 20px;
@ -320,9 +308,7 @@ $alert-color: #101010;
}
}
.select-form{
.sort-select {
width: 100%;
}
.sort-select{width: 100%;}
}
.grid-select{
flex: 1;
@ -367,6 +353,7 @@ $alert-color: #101010;
color: $pop-color;
font-weight: $pop-normal-weight;
padding-bottom: 15px;
}
.grid-direction{
display: flex;
@ -383,17 +370,11 @@ $alert-color: #101010;
background-position: center;
background-size: 16px 15px;
border-radius: 50%;
transition: all 0.15s ease-in-out;
transition: all .15s ease-in-out;
opacity: 0.6;
&.down {
transform: rotate(180deg);
}
&.left {
transform: rotate(-90deg);
}
&.right {
transform: rotate(90deg);
}
&.down{transform: rotate(180deg);}
&.left{transform: rotate(-90deg);}
&.right{transform: rotate(90deg);}
&:hover,
&.act{
opacity: 1;
@ -479,11 +460,10 @@ $alert-color: #101010;
}
&.light{
padding: 0;
th,
td {
th,td{
color: $alert-color;
border-bottom: none;
border-top: 1px solid #efefef;
border-top: 1px solid #EFEFEF;
}
th{
padding: 14px 0;
@ -537,6 +517,7 @@ $alert-color: #101010;
color: $pop-color;
font-weight: $pop-normal-weight;
}
}
.img-edit-wrap{
@ -552,7 +533,7 @@ $alert-color: #101010;
background-color: #fff;
border-radius: 2px;
cursor: pointer;
transition: all 0.15s ease-in-out;
transition: all .15s ease-in-out;
.img-edit{
width: 16px;
height: 16px;
@ -572,6 +553,7 @@ $alert-color: #101010;
margin-left: 10px;
input{
flex: 1;
}
.img-check{
flex: none;
@ -597,12 +579,8 @@ $alert-color: #101010;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
&.fail {
background-image: url(../../public/static/images/canvas/img_check_fail.svg);
}
&.success {
background-image: url(../../public/static/images/canvas/img_check_success.svg);
}
&.fail{background-image: url(../../public/static/images/canvas/img_check_fail.svg);}
&.success{background-image: url(../../public/static/images/canvas/img_check_success.svg);}
}
}
@ -682,7 +660,7 @@ $alert-color: #101010;
align-items: center;
justify-content: center;
width: 50%;
background-color: #3d3d3d;
background-color: #3D3D3D;
border-radius: 2px ;
}
}
@ -690,7 +668,7 @@ $alert-color: #101010;
// 외벽선 속성 설정
.properties-guide{
font-size: $pop-normal-size;
color: #aaa;
color: #AAA;
font-weight: $pop-normal-weight;
margin-bottom: 14px;
}
@ -719,17 +697,17 @@ $alert-color: #101010;
color: #fff;
font-weight: 700;
border-radius: 2px;
transition: all 0.15s ease-in-out;
transition: all .15s ease-in-out;
&.green{
background-color: #305941;
border: 1px solid #45cd7d;
border: 1px solid #45CD7D;
&:hover{
background-color: #3a6b4e;
}
}
&.blue{
background-color: #2e5360;
border: 1px solid #3fbae6;
background-color: #2E5360;
border: 1px solid #3FBAE6;
&:hover{
background-color: #365f6e;
}
@ -751,8 +729,8 @@ $alert-color: #101010;
justify-content: center;
width: 100%;
padding: 13px;
background-color: #3d3d3d;
transition: background 0.15s ease-in-out;
background-color: #3D3D3D;
transition: background .15s ease-in-out;
img{
max-width: 100%;
}
@ -763,17 +741,13 @@ $alert-color: #101010;
color: $pop-color;
margin-top: 10px;
text-align: center;
transition: color 0.15s ease-in-out;
transition: color .15s ease-in-out;
}
.shape-menu-box{
&.act,
&:hover{
.shape-box {
background-color: #008bff;
}
.shape-title {
color: #008bff;
}
.shape-box{background-color: #008BFF;}
.shape-title{color: #008BFF;}
}
}
}
@ -788,7 +762,7 @@ $alert-color: #101010;
}
.discrimination-box{
padding: 16px 12px;
border: 1px solid #3d3d3d;
border: 1px solid #3D3D3D;
border-radius: 2px;
}
@ -821,12 +795,12 @@ $alert-color: #101010;
align-items: center;
justify-content: center;
padding: 5px;
background-color: #3d3d3d;
border: 1px solid #3d3d3d;
background-color: #3D3D3D;
border: 1px solid #3D3D3D;
border-radius: 2px;
cursor: pointer;
&.act{
border: 1px solid #ed0004;
border: 1px solid #ED0004;
}
}
&:last-child{
@ -925,7 +899,7 @@ $alert-color: #101010;
border: 1px solid #646464;
border-radius: 2px;
padding: 0 10px;
transition: all 0.15s ease-in-out;
transition: all .15s ease-in-out;
i{
height: 15px;
display: block;
@ -933,7 +907,7 @@ $alert-color: #101010;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
transition: all 0.15s ease-in-out;
transition: all .15s ease-in-out;
&.allocation01{
background-image: url(../../public/static/images/canvas/allocation_icon01_white.svg);
width: 15px;
@ -986,9 +960,7 @@ $alert-color: #101010;
height: 34px;
background-color: #373737;
border: 1px solid #676767;
transition:
background 0.15s ease-in-out,
border 0.15s ease-in-out;
transition: background .15s ease-in-out, border .15s ease-in-out;
.shape-box{
display: flex;
justify-content: center;
@ -1000,8 +972,8 @@ $alert-color: #101010;
}
&.act,
&:hover{
border-color: #008bff;
background-color: #008bff;
border-color: #008BFF;
background-color: #008BFF;
}
}
}
@ -1016,27 +988,18 @@ $alert-color: #101010;
.library-btn{
width: 100%;
height: 34px;
border: 1px solid #6c6c6c;
border: 1px solid #6C6C6C;
border-radius: 2px;
background-color: #373737;
background-repeat: no-repeat;
background-position: center;
transition: all 0.15s ease-in-out;
&.ico01 {
background-image: url(../../public/static/images/canvas/shape_labrary01.svg);
background-size: 19px 18px;
}
&.ico02 {
background-image: url(../../public/static/images/canvas/shape_labrary02.svg);
background-size: 15px 20px;
}
&.ico03 {
background-image: url(../../public/static/images/canvas/shape_labrary03.svg);
background-size: 19px 16px;
}
transition: all .15s ease-in-out;
&.ico01{background-image: url(../../public/static/images/canvas/shape_labrary01.svg); background-size: 19px 18px;}
&.ico02{background-image: url(../../public/static/images/canvas/shape_labrary02.svg); background-size: 15px 20px;}
&.ico03{background-image: url(../../public/static/images/canvas/shape_labrary03.svg); background-size: 19px 16px;}
&:hover{
border-color: #1083e3;
background-color: #1083e3;
border-color: #1083E3;
background-color: #1083E3;
}
}
}
@ -1122,27 +1085,11 @@ $alert-color: #101010;
position: absolute;
font-size: 12px;
font-weight: 500;
color: #b1b1b1;
&.top {
top: 0;
left: 50%;
transform: translateX(-50%);
}
&.right {
top: 50%;
right: 0;
transform: translateY(-50%);
}
&.bottom {
bottom: 0;
left: 50%;
transform: translateX(-50%);
}
&.left {
top: 50%;
left: 0;
transform: translateY(-50%);
}
color: #B1B1B1;
&.top{top: 0; left: 50%; transform: translateX(-50%);}
&.right{top: 50%; right: 0; transform: translateY(-50%);}
&.bottom{bottom: 0; left: 50%; transform: translateX(-50%);}
&.left{top: 50%; left: 0; transform: translateY(-50%);}
}
.plane-btn{
position: absolute;
@ -1154,27 +1101,11 @@ $alert-color: #101010;
background-repeat: no-repeat;
background-position: center;
border-radius: 50%;
transition: all 0.15s ease-in-out;
&.up {
top: 22px;
left: 50%;
transform: translateX(-50%);
}
&.right {
top: 50%;
right: 32px;
transform: translateY(-50%) rotate(90deg);
}
&.down {
bottom: 22px;
left: 50%;
transform: translateX(-50%) rotate(180deg);
}
&.left {
top: 50%;
left: 32px;
transform: translateY(-50%) rotate(270deg);
}
transition: all .15s ease-in-out;
&.up{top: 22px; left: 50%; transform: translateX(-50%);}
&.right{top: 50%; right: 32px; transform: translateY(-50%) rotate(90deg);}
&.down{bottom: 22px; left: 50%; transform: translateX(-50%) rotate(180deg);}
&.left{top: 50%; left: 32px; transform: translateY(-50%) rotate(270deg);}
&:hover,
&.act{
background-color: #fff;
@ -1240,7 +1171,7 @@ $alert-color: #101010;
.warning{
font-size: $pop-normal-size;
font-weight: $pop-normal-weight;
color: #ffafaf;
color: #FFAFAF;
}
// 속성 변경
@ -1296,157 +1227,37 @@ $alert-color: #101010;
top: 12.5px;
left: 50%;
font-size: 11px;
color: #8b8b8b;
color: #8B8B8B;
font-weight: 500;
-webkit-user-select: none;
-moz-user-select: none;
-ms-use-select: none;
user-select: none;
}
&:nth-child(1) {
transform: rotate(180deg) translate(-50%, -50%);
i {
transform: translateX(-50%) rotate(180deg);
}
}
&:nth-child(2) {
transform: rotate(195deg) translate(-50%, -50%);
i {
transform: translateX(-50%) rotate(165deg);
}
}
&:nth-child(3) {
transform: rotate(210deg) translate(-50%, -50%);
i {
transform: translateX(-50%) rotate(150deg);
}
}
&:nth-child(4) {
transform: rotate(225deg) translate(-50%, -50%);
i {
transform: translateX(-50%) rotate(135deg);
}
}
&:nth-child(5) {
transform: rotate(240deg) translate(-50%, -50%);
i {
transform: translateX(-50%) rotate(120deg);
}
}
&:nth-child(6) {
transform: rotate(255deg) translate(-50%, -50%);
i {
transform: translateX(-50%) rotate(105deg);
}
}
&:nth-child(7) {
transform: rotate(270deg) translate(-50%, -50%);
i {
transform: translateX(-50%) rotate(90deg);
}
}
&:nth-child(8) {
transform: rotate(285deg) translate(-50%, -50%);
i {
transform: translateX(-50%) rotate(75deg);
}
}
&:nth-child(9) {
transform: rotate(300deg) translate(-50%, -50%);
i {
transform: translateX(-50%) rotate(60deg);
}
}
&:nth-child(10) {
transform: rotate(315deg) translate(-50%, -50%);
i {
transform: translateX(-50%) rotate(45deg);
}
}
&:nth-child(11) {
transform: rotate(330deg) translate(-50%, -50%);
i {
transform: translateX(-50%) rotate(30deg);
}
}
&:nth-child(12) {
transform: rotate(345deg) translate(-50%, -50%);
i {
transform: translateX(-50%) rotate(15deg);
}
}
&:nth-child(13) {
transform: rotate(0deg) translate(-50%, -50%);
i {
transform: translateX(-50%) rotate(0deg);
}
}
&:nth-child(14) {
transform: rotate(15deg) translate(-50%, -50%);
i {
transform: translateX(-50%) rotate(-15deg);
}
}
&:nth-child(15) {
transform: rotate(30deg) translate(-50%, -50%);
i {
transform: translateX(-50%) rotate(-30deg);
}
}
&:nth-child(16) {
transform: rotate(45deg) translate(-50%, -50%);
i {
transform: translateX(-50%) rotate(-45deg);
}
}
&:nth-child(17) {
transform: rotate(60deg) translate(-50%, -50%);
i {
transform: translateX(-50%) rotate(-60deg);
}
}
&:nth-child(18) {
transform: rotate(75deg) translate(-50%, -50%);
i {
transform: translateX(-50%) rotate(-75deg);
}
}
&:nth-child(19) {
transform: rotate(90deg) translate(-50%, -50%);
i {
transform: translateX(-50%) rotate(-90deg);
}
}
&:nth-child(20) {
transform: rotate(105deg) translate(-50%, -50%);
i {
transform: translateX(-50%) rotate(-105deg);
}
}
&:nth-child(21) {
transform: rotate(120deg) translate(-50%, -50%);
i {
transform: translateX(-50%) rotate(-120deg);
}
}
&:nth-child(22) {
transform: rotate(135deg) translate(-50%, -50%);
i {
transform: translateX(-50%) rotate(-135deg);
}
}
&:nth-child(23) {
transform: rotate(150deg) translate(-50%, -50%);
i {
transform: translateX(-50%) rotate(-150deg);
}
}
&:nth-child(24) {
transform: rotate(165deg) translate(-50%, -50%);
i {
transform: translateX(-50%) rotate(-165deg);
}
}
&:nth-child(1) { transform: rotate(180deg) translate(-50%, -50%); i{transform: translateX(-50%) rotate(180deg);}}
&:nth-child(2) { transform: rotate(195deg) translate(-50%, -50%); i{transform: translateX(-50%) rotate(165deg);}}
&:nth-child(3) { transform: rotate(210deg) translate(-50%, -50%); i{transform: translateX(-50%) rotate(150deg);}}
&:nth-child(4) { transform: rotate(225deg) translate(-50%, -50%); i{transform: translateX(-50%) rotate(135deg);}}
&:nth-child(5) { transform: rotate(240deg) translate(-50%, -50%); i{transform: translateX(-50%) rotate(120deg);}}
&:nth-child(6) { transform: rotate(255deg) translate(-50%, -50%); i{transform: translateX(-50%) rotate(105deg);}}
&:nth-child(7) { transform: rotate(270deg) translate(-50%, -50%); i{transform: translateX(-50%) rotate(90deg);}}
&:nth-child(8) { transform: rotate(285deg) translate(-50%, -50%); i{transform: translateX(-50%) rotate(75deg);}}
&:nth-child(9) { transform: rotate(300deg) translate(-50%, -50%); i{transform: translateX(-50%) rotate(60deg);}}
&:nth-child(10) { transform: rotate(315deg) translate(-50%, -50%); i{transform: translateX(-50%) rotate(45deg);}}
&:nth-child(11) { transform: rotate(330deg) translate(-50%, -50%); i{transform: translateX(-50%) rotate(30deg);}}
&:nth-child(12) { transform: rotate(345deg) translate(-50%, -50%); i{transform: translateX(-50%) rotate(15deg);}}
&:nth-child(13) { transform: rotate(0deg) translate(-50%, -50%); i{transform: translateX(-50%) rotate(0deg);}}
&:nth-child(14) { transform: rotate(15deg) translate(-50%, -50%); i{transform: translateX(-50%) rotate(-15deg);}}
&:nth-child(15) { transform: rotate(30deg) translate(-50%, -50%); i{transform: translateX(-50%) rotate(-30deg);}}
&:nth-child(16) { transform: rotate(45deg) translate(-50%, -50%); i{transform: translateX(-50%) rotate(-45deg);}}
&:nth-child(17) { transform: rotate(60deg) translate(-50%, -50%); i{transform: translateX(-50%) rotate(-60deg);}}
&:nth-child(18) { transform: rotate(75deg) translate(-50%, -50%); i{transform: translateX(-50%) rotate(-75deg);}}
&:nth-child(19) { transform: rotate(90deg) translate(-50%, -50%); i{transform: translateX(-50%) rotate(-90deg);}}
&:nth-child(20) { transform: rotate(105deg) translate(-50%, -50%); i{transform: translateX(-50%) rotate(-105deg);}}
&:nth-child(21) { transform: rotate(120deg) translate(-50%, -50%); i{transform: translateX(-50%) rotate(-120deg);}}
&:nth-child(22) { transform: rotate(135deg) translate(-50%, -50%); i{transform: translateX(-50%) rotate(-135deg);}}
&:nth-child(23) { transform: rotate(150deg) translate(-50%, -50%); i{transform: translateX(-50%) rotate(-150deg);}}
&:nth-child(24) { transform: rotate(165deg) translate(-50%, -50%); i{transform: translateX(-50%) rotate(-165deg);}}
&.act{
&::after{
content: '';
@ -1500,13 +1311,13 @@ $alert-color: #101010;
border-radius: 2px;
background-color: transparent;
font-size: 12px;
color: #aaa;
color: #AAA;
text-align: center;
cursor: default;
transition: all 0.15s ease-in-out;
transition: all .15s ease-in-out;
&.act{
background-color: #1083e3;
border: 1px solid #1083e3;
background-color: #1083E3;
border: 1px solid #1083E3;
color: #fff;
font-weight: 500;
}
@ -1519,7 +1330,7 @@ $alert-color: #101010;
background-position: center;
background-size: cover;
background-image: url(../../public/static/images/canvas/module_tab_arr.svg);
transition: all 0.15s ease-in-out;
transition: all .15s ease-in-out;
&.act{
background-image: url(../../public/static/images/canvas/module_tab_arr_white.svg);
}
@ -1552,9 +1363,7 @@ $alert-color: #101010;
top: 22px;
}
&.act{
i {
color: #8b8b8b;
}
i{color: #8B8B8B;}
}
}
}
@ -1586,7 +1395,7 @@ $alert-color: #101010;
height: 30px;
font-size: 12px;
font-weight: 400;
transition: all 0.15s ease-in-out;
transition: all .15s ease-in-out;
&:first-child{
border-left: 1px solid #505050;
}
@ -1600,7 +1409,7 @@ $alert-color: #101010;
.module-table-box{
flex: 1;
background-color: #3d3d3d;
background-color: #3D3D3D;
border-radius: 2px;
.module-table-inner{
padding: 10px;
@ -1613,7 +1422,7 @@ $alert-color: #101010;
padding: 10px 0;
font-size: 12px;
color: #fff;
border-bottom: 1px solid #4d4d4d;
border-bottom: 1px solid #4D4D4D;
}
.eaves-keraba-table{
width: 100%;
@ -1636,7 +1445,7 @@ $alert-color: #101010;
.warning-guide{
padding: 20px;
.warning{
color: #ffcaca;
color: #FFCACA;
max-height: 55px;
overflow-y: auto;
padding-right: 30px;
@ -1645,7 +1454,7 @@ $alert-color: #101010;
background-color: transparent;
}
&::-webkit-scrollbar-thumb {
background-color: #d9d9d9;
background-color: #D9D9D9;
}
&::-webkit-scrollbar-track {
background-color: transparent;
@ -1656,7 +1465,7 @@ $alert-color: #101010;
.module-self-table{
display: table;
border-top: 1px solid #4d4d4d;
border-top: 1px solid #4D4D4D;
border-collapse: collapse;
width: 100%;
.self-table-item{
@ -1665,7 +1474,7 @@ $alert-color: #101010;
.self-item-th{
display: table-cell;
vertical-align: middle;
border-bottom: 1px solid #4d4d4d;
border-bottom: 1px solid #4D4D4D;
}
.self-item-th{
width: 60px;
@ -1693,7 +1502,7 @@ $alert-color: #101010;
.hexagonal-wrap{
.hexagonal-item{
padding: 15px 0;
border-bottom: 1px solid #4d4d4d;
border-bottom: 1px solid #4D4D4D;
&:first-child{
padding-top: 0;
}
@ -1727,7 +1536,7 @@ $alert-color: #101010;
background-color: transparent;
}
&::-webkit-scrollbar-thumb {
background-color: #d9d9d9;
background-color: #D9D9D9;
}
&::-webkit-scrollbar-track {
background-color: transparent;
@ -1776,7 +1585,7 @@ $alert-color: #101010;
gap: 5px;
min-height: 60px;
padding: 12px;
border: 1px solid rgba(255, 255, 255, 0.2);
border: 1px solid rgba(255, 255, 255, 0.20);
span{
display: inline-flex;
align-items: center;
@ -1808,7 +1617,7 @@ $alert-color: #101010;
background-color: transparent;
}
&::-webkit-scrollbar-thumb {
background-color: #d9d9d9;
background-color: #D9D9D9;
}
&::-webkit-scrollbar-track {
background-color: transparent;
@ -1873,10 +1682,10 @@ $alert-color: #101010;
height: 16px;
&.pink{
border: 2px solid #ce1c9c;
background-color: #16417d;
background-color: #16417D;
}
&.white{
border: 2px solid #fff;
border: 2px solid #FFF;
background-color: #001027;
}
}
@ -1901,7 +1710,7 @@ $alert-color: #101010;
.react-colorful__pointer{
width: 15px;
height: 15px;
border: 4px solid #fff;
border: 4px solid #Fff;
}
.react-colorful__saturation{
border-radius: 2px;
@ -1991,6 +1800,7 @@ $alert-color: #101010;
min-height: 80px;
background-color: #fff;
}
}
// 치수선 설정
@ -2110,22 +1920,10 @@ $alert-color: #101010;
border-radius: 50%;
}
}
&:nth-child(1) {
top: 0;
left: 0;
}
&:nth-child(2) {
top: 0;
right: 0;
}
&:nth-child(3) {
bottom: 0;
left: 0;
}
&:nth-child(4) {
bottom: 0;
right: 0;
}
&:nth-child(1){ top: 0; left: 0; }
&:nth-child(2){ top: 0; right: 0; }
&:nth-child(3){ bottom: 0; left: 0; }
&:nth-child(4){ bottom: 0; right: 0; }
}
.size-box{
position: absolute;
@ -2218,13 +2016,13 @@ $alert-color: #101010;
max-height: 500px;
overflow-y: auto;
padding-bottom: 15px;
border-bottom: 1px solid #4d4d4d;
border-bottom: 1px solid #4D4D4D;
&::-webkit-scrollbar {
width: 4px;
background-color: transparent;
}
&::-webkit-scrollbar-thumb {
background-color: #d9d9d9;
background-color: #D9D9D9;
}
&::-webkit-scrollbar-track {
background-color: transparent;
@ -2234,6 +2032,7 @@ $alert-color: #101010;
&.tab2{
margin-top: 10px;
gap: 15px;
}
.module-flex-item{
flex: 1;
@ -2242,7 +2041,7 @@ $alert-color: #101010;
font-weight: 500;
color: #fff;
padding-bottom: 10px;
border-bottom: 1px solid #4d4d4d;
border-bottom: 1px solid #4D4D4D;
}
.flex-item-btn-wrap{
display: grid;
@ -2299,7 +2098,7 @@ $alert-color: #101010;
}
.reset-word{
font-size: 12px;
color: #ffcaca;
color: #FFCACA;
font-weight: 400;
margin-top: 10px;
}