🚨chore: Sync Sass

This commit is contained in:
minsik 2024-10-21 14:21:47 +09:00
parent a4fb74df91
commit 2e7b1c941a
5 changed files with 4092 additions and 4510 deletions

View File

@ -25,14 +25,14 @@
width: 100%;
padding-bottom: 0;
background-color: #383838;
transition: padding 0.17s ease-in-out;
transition: padding .17s ease-in-out;
z-index: 999;
.canvas-menu-inner{
position: relative;
display: flex;
align-items: center;
padding: 0 40px 0 20px;
background-color: #2c2c2c;
background-color: #2C2C2C;
z-index: 999;
.canvas-menu-list{
display: flex;
@ -51,7 +51,7 @@
font-weight: 600;
padding: 15px 20px;
opacity: 0.55;
transition: all 0.17s ease-in-out;
transition: all .17s ease-in-out;
.menu-icon{
display: block;
width: 16px;
@ -60,27 +60,13 @@
background-position: center;
background-size: cover;
margin-right: 10px;
&.con00 {
background-image: url(/static/images/canvas/menu_icon00.svg);
}
&.con01 {
background-image: url(/static/images/canvas/menu_icon01.svg);
}
&.con02 {
background-image: url(/static/images/canvas/menu_icon02.svg);
}
&.con03 {
background-image: url(/static/images/canvas/menu_icon03.svg);
}
&.con04 {
background-image: url(/static/images/canvas/menu_icon04.svg);
}
&.con05 {
background-image: url(/static/images/canvas/menu_icon05.svg);
}
&.con06 {
background-image: url(/static/images/canvas/menu_icon06.svg);
}
&.con00{background-image: url(/static/images/canvas/menu_icon00.svg);}
&.con01{background-image: url(/static/images/canvas/menu_icon01.svg);}
&.con02{background-image: url(/static/images/canvas/menu_icon02.svg);}
&.con03{background-image: url(/static/images/canvas/menu_icon03.svg);}
&.con04{background-image: url(/static/images/canvas/menu_icon04.svg);}
&.con05{background-image: url(/static/images/canvas/menu_icon05.svg);}
&.con06{background-image: url(/static/images/canvas/menu_icon06.svg);}
}
}
&.active{
@ -111,43 +97,25 @@
width: 30px;
height: 30px;
border-radius: 2px;
background-color: #3d3d3d;
background-color: #3D3D3D;
background-position: center;
background-repeat: no-repeat;
background-size: 15px 15px;
transition: all 0.17s ease-in-out;
&.btn01 {
background-image: url(../../public/static/images/canvas/side_icon03.svg);
}
&.btn02 {
background-image: url(../../public/static/images/canvas/side_icon02.svg);
}
&.btn03 {
background-image: url(../../public/static/images/canvas/side_icon01.svg);
}
&.btn04 {
background-image: url(../../public/static/images/canvas/side_icon04.svg);
}
&.btn05 {
background-image: url(../../public/static/images/canvas/side_icon05.svg);
}
&.btn06 {
background-image: url(../../public/static/images/canvas/side_icon06.svg);
}
&.btn07 {
background-image: url(../../public/static/images/canvas/side_icon07.svg);
}
&.btn08 {
background-image: url(../../public/static/images/canvas/side_icon08.svg);
}
&.btn09 {
background-image: url(../../public/static/images/canvas/side_icon09.svg);
}
transition: all .17s ease-in-out;
&.btn01{background-image: url(../../public/static/images/canvas/side_icon03.svg);}
&.btn02{background-image: url(../../public/static/images/canvas/side_icon02.svg);}
&.btn03{background-image: url(../../public/static/images/canvas/side_icon01.svg);}
&.btn04{background-image: url(../../public/static/images/canvas/side_icon04.svg);}
&.btn05{background-image: url(../../public/static/images/canvas/side_icon05.svg);}
&.btn06{background-image: url(../../public/static/images/canvas/side_icon06.svg);}
&.btn07{background-image: url(../../public/static/images/canvas/side_icon07.svg);}
&.btn08{background-image: url(../../public/static/images/canvas/side_icon08.svg);}
&.btn09{background-image: url(../../public/static/images/canvas/side_icon09.svg);}
&:hover{
background-color: #1083e3;
background-color: #1083E3;
}
&.active{
background-color: #1083e3;
background-color: #1083E3;
}
}
}
@ -163,18 +131,10 @@
background-repeat: no-repeat;
background-position: center;
background-size: contain;
&.ico01 {
background-image: url(../../public/static/images/canvas/ico-flx01.svg);
}
&.ico02 {
background-image: url(../../public/static/images/canvas/ico-flx02.svg);
}
&.ico03 {
background-image: url(../../public/static/images/canvas/ico-flx03.svg);
}
&.ico04 {
background-image: url(../../public/static/images/canvas/ico-flx04.svg);
}
&.ico01{background-image: url(../../public/static/images/canvas/ico-flx01.svg);}
&.ico02{background-image: url(../../public/static/images/canvas/ico-flx02.svg);}
&.ico03{background-image: url(../../public/static/images/canvas/ico-flx03.svg);}
&.ico04{background-image: url(../../public/static/images/canvas/ico-flx04.svg);}
}
.name{
font-size: 12px;
@ -204,16 +164,16 @@
button{
margin-left: auto;
height: 100%;
background-color: #4b4b4b;
background-color: #4B4B4B;
font-size: 13px;
font-weight: 400;
color: #fff;
padding: 0 7.5px;
transition: all 0.17s ease-in-out;
transition: all .17s ease-in-out;
}
&.on{
button{
background-color: #1083e3;
background-color: #1083E3;
}
}
}
@ -222,7 +182,7 @@
align-items: center;
justify-content: center;
gap: 10px;
background-color: #3d3d3d;
background-color: #3D3D3D;
border-radius: 2px;
width: 100px;
height: 30px;
@ -255,7 +215,7 @@
background-color: #383838;
width: 100%;
height: 50px;
transition: all 0.17s ease-in-out;
transition: all .17s ease-in-out;
.canvas-depth2-inner{
display: flex;
align-items: center;
@ -307,7 +267,7 @@
align-items: center;
margin-right: 34px;
height: 100%;
transition: all 0.17s ease-in-out;
transition: all .17s ease-in-out;
button{
position: relative;
font-size: 12px;
@ -347,7 +307,7 @@
// canvas-layout
.canvas-content{
padding-top: 46.8px;
transition: all 0.17s ease-in-out;
transition: all .17s ease-in-out;
.canvas-frame{
height: 86.3vh;
}
@ -365,10 +325,10 @@
top: 92.8px;
left: 0;
display: flex;
background-color: #1c1c1c;
background-color: #1C1C1C;
border-top: 1px solid #000;
width: 100%;
transition: all 0.17s ease-in-out;
transition: all .17s ease-in-out;
z-index: 999;
&.active{
top: calc(92.8px + 50px);
@ -384,14 +344,14 @@
padding: 9.6px 20px;
border-right:1px solid #000;
min-width: 0;
transition: all 0.17s ease-in-out;
transition: all .17s ease-in-out;
span{
display: flex;
align-items: center;
width: 100%;
font-size: 12px;
font-family: 'Pretendard', sans-serif;
color: #aaa;
color: #AAA;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
@ -429,9 +389,9 @@
justify-content: center;
width: 45px;
padding: 13.5px 0;
background-color: #1c1c1c;
background-color: #1C1C1C;
border-right: 1px solid #000;
transition: all 0.17s ease-in-out;
transition: all .17s ease-in-out;
span{
display: block;
width: 9px;
@ -449,9 +409,9 @@
.canvas-frame{
position: relative;
// height: calc(100% - 36.5px);
background-color: #f4f4f7;
background-color: #F4F4F7;
overflow: auto;
transition: all 0.17s ease-in-out;
transition: all .17s ease-in-out;
// &::-webkit-scrollbar {
// width: 10px;
// height: 10px;
@ -482,7 +442,7 @@
width: 100%;
height: 46px;
border-bottom: 1px solid #000;
background: #2c2c2c;
background: #2C2C2C;
z-index: 999;
.sub-header-inner{
display: flex;
@ -505,9 +465,7 @@
background-repeat: no-repeat;
background-position: center;
background-size: cover;
&.drawing {
background-image: url(../../public/static/images/main/drawing_icon.svg);
}
&.drawing{background-image: url(../../public/static/images/main/drawing_icon.svg);}
}
}
&:after{
@ -518,7 +476,7 @@
transform: translateY(-50%);
width: 1px;
height: 16px;
background-color: #d9d9d9;
background-color: #D9D9D9;
}
&:first-child{
padding-left: 0;
@ -548,7 +506,7 @@
span{
display: flex;
font-size: 12px;
color: #aaa;
color: #AAA;
font-weight: normal;
cursor: default;
}
@ -606,8 +564,8 @@
.sub-table-box{
padding: 20px;
border-radius: 6px;
border: 1px solid #e9eaed;
background: #fff;
border: 1px solid #E9EAED;
background: #FFF;
box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.02);
.table-box-title-wrap{
display: flex;
@ -630,7 +588,7 @@
position: relative;
font-size: 15px;
font-weight: 600;
color: #1083e3;
color: #1083E3;
padding-left: 10px;
&::before{
content: '';
@ -640,7 +598,7 @@
transform: translateY(-50%);
width: 1px;
height: 11px;
background-color: #d9d9d9;
background-color: #D9D9D9;
}
}
.option{
@ -661,7 +619,7 @@
span{
font-weight: 600;
&.red{
color: #e23d70;
color: #E23D70;
}
}
&:after{
@ -672,17 +630,10 @@
transform: translateY(-50%);
width: 1px;
height: 11px;
background-color: #d9d9d9;
}
&:first-child {
padding-left: 0;
}
&:last-child {
padding-right: 0;
&::after {
display: none;
}
background-color: #D9D9D9;
}
&:first-child{padding-left: 0;}
&:last-child{padding-right: 0;&::after{display: none;}}
}
}
}
@ -776,7 +727,7 @@
width: 105px;
height: 30px;
line-height: 30px;
background-color: #f4f4f7;
background-color: #F4F4F7;
border-radius: 100px;
text-align: center;
font-size: 13px;
@ -791,12 +742,12 @@
&.blue{
font-size: 16px;
font-weight: 700;
color: #1083e3;
color: #1083E3;
}
&.red{
font-size: 16px;
font-weight: 700;
color: #d72a2a;
color: #D72A2A;
}
}
}
@ -810,7 +761,7 @@
padding: 10px;
.btn-area{
padding-bottom: 15px;
border-bottom: 1px solid #ecf0f4;
border-bottom: 1px solid #ECF0F4;
}
.drag-file-area{
position: relative;
@ -832,7 +783,7 @@
span{
position: relative;
font-size: 13px;
color: #45576f;
color: #45576F;
font-weight: 400;
white-space: nowrap;
padding-right: 55px;
@ -857,13 +808,13 @@
.special-note-check-wrap{
display: grid;
grid-template-columns: repeat(5, 1fr);
border: 1px solid #ecf0f4;
border: 1px solid #ECF0F4;
border-radius: 3px;
margin-bottom: 30px;
.special-note-check-item{
padding: 14px 10px;
border-right: 1px solid #ecf0f4;
border-top: 1px solid #ecf0f4;
border-right: 1px solid #ECF0F4;
border-top: 1px solid #ECF0F4;
&:nth-child(5n){
border-right: none;
}
@ -871,13 +822,13 @@
border-top: none;
}
&.act{
background-color: #f7f9fa;
background-color: #F7F9FA;
}
}
}
.calculation-estimate{
border: 1px solid #ecf0f4;
border: 1px solid #ECF0F4;
border-radius: 3px;
padding: 24px;
max-height: 350px;
@ -891,13 +842,13 @@
dt{
font-size: 13px;
font-weight: 600;
color: #1083e3;
color: #1083E3;
margin-bottom: 15px;
}
dd{
font-size: 12px;
font-weight: 400;
color: #45576f;
color: #45576F;
margin-bottom: 8px;
&:last-child{
margin-bottom: 0;
@ -929,7 +880,7 @@
.product-price-tit{
font-size: 13px;
font-weight: 400;
color: #45576f;
color: #45576F;
margin-right: 10px;
}
.select-wrap{
@ -950,7 +901,7 @@
align-items: center;
font-size: 12px;
font-weight: 400;
color: #45576f;
color: #45576F;
padding-right: 10px;
.ico{
width: 23px;
@ -967,7 +918,7 @@
transform: translateY(-50%);
width: 1px;
height: 12px;
background-color: #d9d9d9;
background-color: #D9D9D9;
}
}
.click-check{
@ -975,7 +926,7 @@
align-items: center;
font-size: 12px;
font-weight: 400;
color: #f16a6a;
color: #F16A6A ;
padding-left: 10px;
.ico{
width: 14px;
@ -1007,6 +958,7 @@
}
}
}
}
// 발전시물레이션
@ -1041,23 +993,23 @@
table{
table-layout: fixed;
border-collapse:collapse;
border: 1px solid #ecf0f4;
border: 1px solid #ECF0F4;
border-radius: 4px;
thead{
th{
padding: 4.5px 0;
border-bottom: 1px solid #ecf0f4;
border-bottom: 1px solid #ECF0F4;
text-align: center;
font-size: 13px;
color: #45576f;
color: #45576F;
font-weight: 500;
background-color: #f8f9fa;
background-color: #F8F9FA;
}
}
tbody{
td{
font-size: 13px;
color: #45576f;
color: #45576F;
text-align: center;
padding: 4.5px 0;
}
@ -1070,13 +1022,13 @@
padding: 20px;
.simulation-tit-wrap{
padding-right: 40px;
border-right: 1px solid #eeeeee;
border-right: 1px solid #EEEEEE;
span{
display: block;
position: relative;
padding-left: 60px;
font-size: 15px;
color: #14324f;
color: #14324F;
font-weight: 600;
&::before{
content: '';
@ -1103,7 +1055,7 @@
}
dd{
font-size: 12px;
color: #45576f;
color: #45576F;
font-weight: 400;
line-height: 24px;
}
@ -1117,10 +1069,10 @@
.module-total{
display: flex;
align-items: center;
background-color: #f8f9fa;
background-color: #F8F9FA;
padding: 9px 0;
margin-right: 4px;
border: 1px solid #ecf0f4;
border: 1px solid #ECF0F4;
border-top: none;
.total-title{
flex: 1;
@ -1143,7 +1095,7 @@
.information-help-wrap{
display: flex;
padding: 24px;
background-color: #f4f4f4;
background-color: #F4F4F4;
border-radius: 4px;
margin-bottom: 15px;
.information-help-tit-wrap{
@ -1151,7 +1103,7 @@
display: flex;
align-items: center;
padding-right: 40px;
border-right: 1px solid #e0e0e3;
border-right: 1px solid #E0E0E3;
.help-tit-icon{
width: 40px;
height: 40px;
@ -1163,7 +1115,7 @@
.help-tit{
font-size: 13px;
font-weight: 600;
color: #45576f;
color: #45576F;
}
}
.information-help-guide{
@ -1172,7 +1124,7 @@
display: block;
font-size: 12px;
font-weight: 400;
color: #45576f;
color: #45576F;
margin-bottom: 7px;
&:last-child{
margin-bottom: 0;
@ -1186,7 +1138,7 @@
flex-direction: column;
align-items: center;
padding: 10px 0 30px 0;
border-bottom: 1px solid #e5e5e5;
border-bottom: 1px solid #E5E5E5;
margin-bottom: 24px;
.community-search-box{
position: relative;
@ -1205,7 +1157,7 @@
font-weight: 400;
color: #101010;
&::placeholder{
color: #c8c8c8;
color: #C8C8C8;
}
}
.community-search-ico{
@ -1224,10 +1176,10 @@
.community-search-keyword{
font-size: 13px;
font-weight: 400;
color: #45576f;
color: #45576F;
span{
font-weight: 600;
color: #f16a6a;
color: #F16A6A;
}
}
}
@ -1242,16 +1194,16 @@
align-items: center;
padding: 24px;
border-radius: 4px;
border: 1px solid #e5e5e5;
background: #fff;
transition: all 0.15s ease-in-out;
border: 1px solid #E5E5E5;
background: #FFF;
transition: all .15s ease-in-out;
cursor: pointer;
.file-item-info{
.item-num{
display: inline-block;
padding: 6px 17.5px;
border-radius: 60px;
background-color: #f4f4f7;
background-color: #F4F4F7;
font-size: 13px;
font-weight: 600;
color: #101010;
@ -1283,7 +1235,7 @@
}
}
&:hover{
background-color: #f4f4f7;
background-color: #F4F4F7;
}
}
}
@ -1296,7 +1248,7 @@
height: 148px;
padding: 24px;
border-radius: 4px;
border: 1px solid #e5e5e5;
border: 1px solid #E5E5E5;
font-size: 16px;
font-weight: 500;
color: #344356;

View File

@ -75,8 +75,8 @@
height: 45px;
border-radius: 100px;
padding: 0 20px;
border: 1px solid rgba(255, 255, 255, 0.3);
background: rgba(31, 31, 31, 0.3);
border: 1px solid rgba(255, 255, 255, 0.30);
background: rgba(31, 31, 31, 0.30);
.main-search{
flex: 1;
height: 100%;
@ -110,28 +110,13 @@
flex-direction: column;
padding: 40px;
border-radius: 6px;
background: #fff;
background: #FFF;
box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.02);
&.item01 {
flex: 1;
height: 400px;
}
&.item02 {
flex: none;
width: 451px;
height: 400px;
}
&.item03 {
flex: 1;
}
&.item04 {
flex: none;
width: 351px;
}
&.item05 {
flex: none;
width: 451px;
}
&.item01{flex: 1; height: 400px;}
&.item02{flex: none; width: 451px; height: 400px;}
&.item03{flex: 1;}
&.item04{flex: none; width: 351px;}
&.item05{flex: none; width: 451px;}
.product-item-title-wrap{
display: flex;
align-items: center;
@ -146,26 +131,16 @@
width: 40px;
height: 40px;
border-radius: 50px;
background: #14324f;
background: #14324F;
margin-right: 12px;
background-repeat: no-repeat;
background-size: 22px 22px;
background-position: center;
&.ico01 {
background-image: url(../../public/static/images/main/product_ico01.svg);
}
&.ico02 {
background-image: url(../../public/static/images/main/product_ico02.svg);
}
&.ico03 {
background-image: url(../../public/static/images/main/product_ico03.svg);
}
&.ico04 {
background-image: url(../../public/static/images/main/product_ico04.svg);
}
&.ico05 {
background-image: url(../../public/static/images/main/product_ico05.svg);
}
&.ico01{background-image: url(../../public/static/images/main/product_ico01.svg);}
&.ico02{background-image: url(../../public/static/images/main/product_ico02.svg);}
&.ico03{background-image: url(../../public/static/images/main/product_ico03.svg);}
&.ico04{background-image: url(../../public/static/images/main/product_ico04.svg);}
&.ico05{background-image: url(../../public/static/images/main/product_ico05.svg);}
}
}
.more-btn{
@ -181,7 +156,7 @@
overflow: hidden;
.recently-list{
.recently-item{
border: 1px solid #f2f2f2;
border: 1px solid #F2F2F2;
background-color: transparent;
padding: 29.9px 20px;
margin-bottom: 5px;
@ -218,7 +193,7 @@
transform: translateY(-50%);
width: 1px;
height: 10px;
background-color: #bbb;
background-color: #BBB;
}
&:last-child{
&:after{
@ -270,15 +245,9 @@
}
}
}
&::-webkit-scrollbar {
width: 4px; /* 스크롤바의 너비 */
}
&::-webkit-scrollbar-thumb {
background: #697c8f; /* 스크롤바의 색상 */
}
&::-webkit-scrollbar-track {
background: transparent; /*스크롤바 뒷 배경 색상*/
}
&::-webkit-scrollbar {width: 4px; /* 스크롤바의 너비 */}
&::-webkit-scrollbar-thumb {background: #697C8F; /* 스크롤바의 색상 */}
&::-webkit-scrollbar-track {background: transparent; /*스크롤바 뒷 배경 색상*/}
}
.faq-item{
position: relative;
@ -331,9 +300,9 @@
padding: 20px;
text-align: left;
border-radius: 4px;
background-color: #697c8f;
background-color: #697C8F;
margin-bottom: 5px;
transition: background 0.17s ease-in-out;
transition: background .17s ease-in-out;
span{
position: relative;
display: block;
@ -364,19 +333,14 @@
.contact-info-list{
padding: 25px 30px;
border-radius: 4px;
background-color: #f4f4f7;
background-color: #F4F4F7;
.info-item{
display: flex;
align-items: center;
padding: 15px 0;
border-bottom: 1px solid #fff;
&:first-child {
padding-top: 0;
}
&:last-child {
padding-bottom: 0;
border: none;
}
&:first-child{padding-top: 0;}
&:last-child{padding-bottom: 0; border: none;}
.icon-box{
display: flex;
margin-right: 12px;
@ -424,7 +388,7 @@
color: #364864;
font-weight: 400;
padding-bottom: 30px;
border-bottom: 1px solid #e5e9ef;
border-bottom: 1px solid #E5E9EF;
span{
display: block;
font-weight: 600;
@ -440,7 +404,7 @@
position: relative;
display: flex;
align-items: center;
border: 1px solid #e5e9ef;
border: 1px solid #E5E9EF;
height: 45px;
padding-left: 40px;
padding-right: 15px;
@ -455,7 +419,7 @@
&::placeholder{
font-size: 13px;
font-weight: 400;
color: #d1d7e0;
color: #D1D7E0;
}
}
&::before{
@ -512,19 +476,19 @@
display: block;
width: 100%;
height: 45px;
background-color: #5c6773;
background-color: #5C6773;
color: #fff;
font-size: 15px;
font-weight: 600;
border-radius: 4px;
transition: background 0.15s ease-in-out;
transition: background .15s ease-in-out;
&:hover{
background-color: #717e8d;
}
&.light{
background-color: #fff;
border: 1px solid #5c6773;
color: #5c6773;
border: 1px solid #5C6773;
color: #5C6773;
}
}
.login-btn-box{
@ -597,16 +561,16 @@
width: 22px;
height: 22px;
top: -1px;
border-color: #a8b6c7;
border-color: #A8B6C7;
border-radius: 3px;
transition: background 0.05s ease-in-out;
transition: background .05s ease-in-out;
}
}
input[type='checkbox']:checked + label::before {
border-color: #a8b6c7;
background-color: #a8b6c7;
input[type=checkbox]:checked + label::before{
border-color: #A8B6C7;
background-color: #A8B6C7;
}
input[type='checkbox']:checked + label::after {
input[type=checkbox]:checked + label::after{
border-color: #fff;
width: 7px;
height: 11px;
@ -623,7 +587,7 @@
justify-content: center;
width: 100%;
min-height: 100vh;
background-color: #f4f4f7;
background-color: #F4F4F7;
overflow-x: hidden;
.center-page-inner{
width: 100%;
@ -648,6 +612,7 @@
max-width: 1000px;
}
}
}
// 회원가입 완료
@ -668,14 +633,14 @@
.complete-email-wrap{
padding: 36px 30px;
border-radius: 2px;
background: #f4f4f7;
background: #F4F4F7;
margin-bottom: 20px;
.email-info{
font-size: 13px;
font-weight: 400;
color: #000;
span{
color: #204af4;
color: #204AF4;
font-weight: 500;
}
}

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{
@ -38,6 +26,8 @@ $alert-color: #101010;
.modal-pop-wrap{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: -webkit-fit-content;
height: -moz-fit-content;
@ -89,10 +79,10 @@ $alert-color: #101010;
width: 800px;
}
&.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;
@ -197,7 +187,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;
@ -219,7 +209,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;
@ -240,7 +230,7 @@ $alert-color: #101010;
&.act{
i{
color: $pop-color;
background-color: #1083e3;
background-color: #1083E3;
}
}
}
@ -260,7 +250,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;
@ -287,9 +277,7 @@ $alert-color: #101010;
}
}
.select-form{
.sort-select {
width: 100%;
}
.sort-select{width: 100%;}
}
.grid-select{
flex: 1;
@ -334,6 +322,7 @@ $alert-color: #101010;
color: $pop-color;
font-weight: $pop-normal-weight;
padding-bottom: 15px;
}
.grid-direction{
display: flex;
@ -350,17 +339,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;
@ -436,11 +419,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;
@ -564,7 +546,7 @@ $alert-color: #101010;
align-items: center;
justify-content: center;
width: 50%;
background-color: #3d3d3d;
background-color: #3D3D3D;
border-radius: 2px ;
}
}
@ -572,7 +554,7 @@ $alert-color: #101010;
// 외벽선 속성 설정
.properties-guide{
font-size: $pop-normal-size;
color: #aaa;
color: #AAA;
font-weight: $pop-normal-weight;
margin-bottom: 14px;
}
@ -601,17 +583,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;
}
@ -633,8 +615,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%;
}
@ -645,17 +627,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;}
}
}
}
@ -703,12 +681,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{
@ -807,7 +785,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;
@ -815,7 +793,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;
@ -857,9 +835,9 @@ $alert-color: #101010;
margin-bottom: 10px;
.shape-menu-box{
border-radius: 2px;
background-color: #3d3d3d;
background-color: #3D3D3D;
padding: 8px;
transition: all 0.15s ease-in-out;
transition: all .15s ease-in-out;
.shape-box{
display: flex;
justify-content: center;
@ -872,7 +850,7 @@ $alert-color: #101010;
}
&.act,
&:hover{
background-color: #008bff;
background-color: #008BFF;
}
}
}
@ -883,32 +861,23 @@ $alert-color: #101010;
justify-content: center;
gap: 5px;
padding: 5px;
background-color: #3d3d3d;
background-color: #3D3D3D;
margin-bottom: 24px;
.library-btn{
width: 30px;
height: 30px;
border: 1px solid #6c6c6c;
border: 1px solid #6C6C6C;
border-radius: 2px;
background-color: transparent;
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: 14px 14px;
}
&.ico02 {
background-image: url(../../public/static/images/canvas/shape_labrary02.svg);
background-size: 13px 17px;
}
&.ico03 {
background-image: url(../../public/static/images/canvas/shape_labrary03.svg);
background-size: 17px 13px;
}
transition: all .15s ease-in-out;
&.ico01{background-image: url(../../public/static/images/canvas/shape_labrary01.svg); background-size: 14px 14px;}
&.ico02{background-image: url(../../public/static/images/canvas/shape_labrary02.svg); background-size: 13px 17px;}
&.ico03{background-image: url(../../public/static/images/canvas/shape_labrary03.svg); background-size: 17px 13px;}
&:hover{
border-color: #1083e3;
background-color: #1083e3;
border-color: #1083E3;
background-color: #1083E3;
}
}
}
@ -919,7 +888,7 @@ $alert-color: #101010;
.plane-box{
padding: 10px;
border-radius: 2px;
background-color: #3d3d3d;
background-color: #3D3D3D;
.plane-box-tit{
font-size: $pop-normal-size;
font-weight: 600;
@ -991,27 +960,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;
@ -1023,27 +976,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;
@ -1103,7 +1040,7 @@ $alert-color: #101010;
.warning{
font-size: $pop-normal-size;
font-weight: $pop-normal-weight;
color: #ffafaf;
color: #FFAFAF;
}
// 속성 변경
@ -1155,157 +1092,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: '';
@ -1340,6 +1157,7 @@ $alert-color: #101010;
}
}
// 지붕모듈선택
.roof-module-tab{
display: flex;
@ -1354,13 +1172,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;
}
@ -1373,7 +1191,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);
}
@ -1399,16 +1217,14 @@ $alert-color: #101010;
transform: translateX(-50%);
width: 1px;
height: 6px;
background-color: #8b8b8b;
background-color: #8B8B8B;
}
}
i{
top: 32px;
}
&.act{
i {
color: #8b8b8b;
}
i{color: #8B8B8B;}
}
}
}
@ -1440,7 +1256,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;
}
@ -1454,7 +1270,7 @@ $alert-color: #101010;
.module-table-box{
flex: 1;
background-color: #3d3d3d;
background-color: #3D3D3D;
border-radius: 2px;
.module-table-inner{
padding: 10px;
@ -1467,7 +1283,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%;
@ -1490,7 +1306,7 @@ $alert-color: #101010;
.warning-guide{
padding: 20px;
.warning{
color: #ffcaca;
color: #FFCACA;
max-height: 55px;
overflow-y: auto;
padding-right: 30px;
@ -1499,7 +1315,7 @@ $alert-color: #101010;
background-color: transparent;
}
&::-webkit-scrollbar-thumb {
background-color: #d9d9d9;
background-color: #D9D9D9;
}
&::-webkit-scrollbar-track {
background-color: transparent;
@ -1510,7 +1326,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{
@ -1519,7 +1335,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;
@ -1547,7 +1363,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;
}
@ -1585,7 +1401,7 @@ $alert-color: #101010;
background-color: transparent;
}
&::-webkit-scrollbar-thumb {
background-color: #d9d9d9;
background-color: #D9D9D9;
}
&::-webkit-scrollbar-track {
background-color: transparent;
@ -1603,7 +1419,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;
@ -1636,7 +1452,7 @@ $alert-color: #101010;
background-color: transparent;
}
&::-webkit-scrollbar-thumb {
background-color: #d9d9d9;
background-color: #D9D9D9;
}
&::-webkit-scrollbar-track {
background-color: transparent;
@ -1695,10 +1511,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;
}
}
@ -1723,7 +1539,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;
@ -1810,9 +1626,10 @@ $alert-color: #101010;
align-items: center;
justify-content: center;
width: 100%;
height: 80px;
min-height: 80px;
background-color: #fff;
}
}
// 치수선 설정
@ -1923,22 +1740,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;

View File

@ -3,100 +3,29 @@
-moz-text-size-adjust:none;
-ms-text-size-adjust:none;
text-size-adjust: none;
box-sizing: content-box;
box-sizing: content-box
}
*,
::after,
::before {
*, ::after, ::before {
box-sizing: border-box;
}
html,
body {
html, body{
width: 100%;
height: 100%;
font-size: 16px;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
@ -108,38 +37,23 @@ video {
font-smooth: never;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1.4;
}
body:first-of-type caption {
display: none;
}
body:first-of-type caption { display:none;}
ol,
ul {
ol, ul {
list-style: none;
}
blockquote,
q {
blockquote, q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
@ -149,9 +63,7 @@ table {
border-spacing:0;
border:0 none;
}
caption,
th,
td {
caption, th, td {
text-align:left;
font-weight: normal;
border:0;
@ -161,38 +73,26 @@ a {
cursor:pointer;
color:#000;
}
a,
a:hover,
a:active {
a, a:hover, a:active {
text-decoration:none;
-webkit-tap-highlight-color: transparent;
}
/*form_style*/
input,
select,
textarea,
button,
a,
label {
input, select, textarea, button, a, label {
-webkit-tap-highlight-color:rgba(0,0,0,0);
}
button,
input[type='text'],
input[type='button'] {
button,input[type=text], input[type=button] {
-webkit-appearance: none;
-webkit-border-radius: 0;
-webkit-appearance:none;
appearance: none;
border-radius: 0;
border-radius: 0
}
input[type='checkbox'],
input[type='radio'] {
input[type=checkbox], input[type=radio] {
box-sizing: border-box;
padding: 0;
}
input,
select,
button {
input, select, button {
border:0 none;
outline:none;
margin:0;
@ -231,53 +131,24 @@ button {
}
// margin
.mt5 {
margin-top: 5px !important;
}
.mt10 {
margin-top: 10px !important;
}
.mt15 {
margin-top: 15px !important;
}
.mb5 {
margin-bottom: 5px !important;
}
.mb10 {
margin-bottom: 10px !important;
}
.mb15 {
margin-bottom: 15px !important;
}
.mr5 {
margin-right: 5px !important;
}
.mr10 {
margin-right: 10px !important;
}
.mr15 {
margin-right: 15px !important;
}
.ml5 {
margin-left: 5px !important;
}
.ml10 {
margin-left: 10px !important;
}
.ml15 {
margin-left: 15px !important;
}
.mt5{margin-top: 5px !important;}
.mt10{margin-top: 10px !important;}
.mt15{margin-top: 15px !important;}
.mb5{margin-bottom: 5px !important;}
.mb10{margin-bottom: 10px !important;}
.mb15{margin-bottom: 15px !important;}
.mr5{margin-right: 5px !important;}
.mr10{margin-right: 10px !important;}
.mr15{margin-right: 15px !important;}
.ml5{margin-left: 5px !important;}
.ml10{margin-left: 10px !important;}
.ml15{margin-left: 15px !important;}
// align
.al-l {
text-align: left !important;
}
.al-r {
text-align: right !important;
}
.al-c {
text-align: center !important;
}
.al-l{text-align: left !important;}
.al-r{text-align: right !important;}
.al-c{text-align: center !important;}
// button
.btn-frame{
@ -292,7 +163,7 @@ button {
border: 1px solid #000;
text-align: center;
font-family: 'Pretendard', sans-serif;
transition: all 0.17s ease-in-out;
transition: all .17s ease-in-out;
cursor: pointer;
&.block{
width: 100%;
@ -305,15 +176,15 @@ button {
}
&.deepgray{
background-color: #2c2c2c;
background-color: #2C2C2C;
border: 1px solid #484848;
}
&.gray{
background-color: #3c3c3c;
background-color: #3C3C3C;
border: 1px solid #545454;
}
&.dark{
background-color: #1c1c1c;
background-color: #1C1C1C;
border: 1px solid #484848;
}
&.modal{
@ -322,8 +193,8 @@ button {
border: 1px solid #484848;
color: #aaa;
&:hover{
background-color: #1083e3;
border: 1px solid #1083e3;
background-color: #1083E3;
border: 1px solid #1083E3;
color: #fff;
font-weight: 500;
}
@ -333,13 +204,13 @@ button {
padding: 0 10px;
line-height: 28px;
font-family: 'Noto Sans JP', sans-serif;
background-color: #2d2d2d;
background-color: #2D2D2D;
border: 1px solid #393939;
color: #aaa;
&.act,
&:hover{
background-color: #414e6c;
border: 1px solid #414e6c;
background-color: #414E6C;
border: 1px solid #414E6C;
color: #fff;
font-weight: 500;
}
@ -353,11 +224,11 @@ button {
border: 1px solid #484848;
color: #fff;
&.blue{
background-color: #414e6c;
border: 1px solid #414e6c;
background-color: #414E6C;
border: 1px solid #414E6C;
&:hover{
background-color: #414e6c;
border: 1px solid #414e6c;
background-color: #414E6C;
border: 1px solid #414E6C;
}
}
&.white{
@ -384,7 +255,7 @@ button {
font-family: 'Noto Sans JP', sans-serif;
background-color: transparent;
border: 1px solid #676767;
color: #aaaaaa;
color: #AAAAAA;
&:hover{
background-color: #272727;
border-color: #676767;
@ -393,8 +264,8 @@ button {
}
&:hover,
&.act{
background-color: #1083e3;
border: 1px solid #1083e3;
background-color: #1083E3;
border: 1px solid #1083E3;
color: #fff;
font-weight: 500;
}
@ -424,7 +295,7 @@ button {
color: #fff;
font-size: 13px;
font-weight: 400;
transition: all 0.15s ease-in-out;
transition: all .15s ease-in-out;
&.navy{
background-color: #304961;
&:hover{
@ -432,21 +303,21 @@ button {
}
}
&.grey{
background-color: #94a0ad;
background-color: #94A0AD;
&:hover{
background-color: #607f9a;
background-color: #607F9A;
}
}
&.green{
background-color: #a6bba8;
background-color: #A6BBA8;
&:hover{
background-color: #98af9b;
}
}
&.white{
border: 1px solid #94a0ad;
border: 1px solid #94A0AD;
background-color: #fff;
color: #94a0ad;
color: #94A0AD;
&:hover{
background-color: #fff;
}
@ -462,7 +333,7 @@ button {
line-height: 30px;
padding: 0 25px 0 10px;
background-color: #373737;
border: 1px solid #3f3f3f;
border: 1px solid #3F3F3F;
border-radius: 2px;
border-top-left-radius: 2px;
color: #fff;
@ -482,7 +353,7 @@ button {
max-height: 100px;
overflow-y: auto;
background-color: #373737;
border: 1px solid #3f3f3f;
border: 1px solid #3F3F3F;
border-radius: 2px;
transition: all 0.17s ease-in-out;
visibility: hidden;
@ -492,19 +363,20 @@ button {
align-items: center;
padding: 8px 20px;
line-height: 1.4;
transition: all 0.17s ease-in-out;
transition: all .17s ease-in-out;
button{
font-size: 12px;
color: #fff;
line-height: 1.4;
}
&:hover{
background-color: #2c2c2c;
background-color: #2C2C2C;
}
}
&::-webkit-scrollbar {
width: 2px;
background-color: transparent;
}
&::-webkit-scrollbar-thumb {
background-color: #5a5a5a;
@ -524,7 +396,7 @@ button {
height: 6px;
background: url(/static/images/common/select-arr.svg) no-repeat center;
background-size: cover;
transition: all 0.17s ease-in-out;
transition: all .17s ease-in-out;
}
&.active{
.select-item-wrap{
@ -542,17 +414,17 @@ button {
display: block;
width: 100%;
height: 30px;
background: #fff url(../../public/static/images/common/select_light_arr.svg) calc(100% - 11px) center no-repeat;
background: #FFF url(../../public/static/images/common/select_light_arr.svg) calc(100% - 11px) center no-repeat;
background-size: 10px 6px;
border: 1px solid #eee;
padding: 0 30px 0 10px;
font-size: 13px;
color: #45576f;
color: #45576F;
font-family: 'Noto Sans JP', sans-serif;
cursor: pointer;
&:disabled{
opacity: 1;
background-color: #fafafa;
background-color: #FAFAFA;
color: #999;
cursor: default;
}
@ -568,6 +440,7 @@ button {
}
}
// input
.form-input{
label{
@ -578,9 +451,9 @@ button {
margin-bottom: 10px;
}
}
input[type='password'],
input[type='number'],
input[type='text'] {
input[type=password],
input[type=number],
input[type=text]{
&.input-origin{
display: inline-block;
height: 30px;
@ -603,7 +476,7 @@ input[type='text'] {
width: 100%;
}
&:read-only{
color: #aaa;
color: #AAA;
}
&.plane{
font-family: 'Noto Sans JP', sans-serif;
@ -621,25 +494,27 @@ input[type='text'] {
background-color: #fff;
font-family: 'Noto Sans JP', sans-serif;
font-size: 13px;
color: #45576f;
color: #45576F;
font-weight: normal;
transition: border-color 0.17s ease-in-out;
transition: border-color .17s ease-in-out;
text-align: left;
&:read-only{
background-color: #fafafa;
background-color: #FAFAFA;
color: #999999;
}
}
}
// check-btn
.check-btn{
display: flex;
align-items: center;
height: 30px;
background-color: #3a3a3a;
background-color: #3A3A3A;
border-radius: 3px;
transition: all 0.17s ease-in-out;
transition: all .17s ease-in-out;
.check-area{
flex: none;
width: 30px;
@ -676,10 +551,10 @@ input[type='text'] {
display: block;
height: 30px;
border-radius: 3px;
background-color: #3a3a3a;
background-color: #3A3A3A;
padding: 0 11px;
text-align: left;
transition: all 0.17s ease-in-out;
transition: all .17s ease-in-out;
span{
position: relative;
font-size: 12px;
@ -713,15 +588,15 @@ input[type='text'] {
background-color: #272727;
border: 1px solid #484848;
span{
color: #fff;
color: #Fff;
&:after{
background: url(../../public/static/images/canvas/arr_btn_ico_white.svg)no-repeat center;
}
}
&:hover,
&.act{
background-color: #1083e3;
border: 1px solid #1083e3;
background-color: #1083E3;
border: 1px solid #1083E3;
}
}
}
@ -731,8 +606,8 @@ input[type='text'] {
.d-check-box{
line-height: 1.1;
cursor: pointer;
input[type='checkbox'],
input[type='radio'] {
input[type=checkbox],
input[type=radio]{
position: static;
margin-left: 0;
cursor: pointer;
@ -755,7 +630,7 @@ input[type='text'] {
}
&.light{
label{
color: #45576f;
color: #45576F;
}
}
&.no-text{
@ -769,7 +644,7 @@ input[type='text'] {
label{
&::before{
cursor: pointer;
content: '';
content: "";
display: inline-block;
position: absolute;
width: 17px;
@ -783,13 +658,11 @@ input[type='text'] {
text-align:center;
font-size:13px;
line-height:1.4;
transition:
border 0.15s ease-in-out,
color 0.15s ease-in-out;
transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
&::after{
cursor: pointer;
content: '';
content: "";
display: inline-block;
position: absolute;
width: 9px;
@ -805,22 +678,20 @@ input[type='text'] {
line-height:1.4;
opacity: 0;
visibility: hidden;
transition:
opacity 0.15s ease-in-out,
color 0.15s ease-in-out;
transition: opacity 0.15s ease-in-out, color 0.15s ease-in-out;
}
}
&.light{
label{
&:before{
border-color: #d6d6d7;
border-color: #D6D6D7;
}
&:after{
background-color: #697c8f;
background-color: #697C8F;
}
}
}
input[type='radio']:checked + label::after {
input[type=radio]:checked + label::after{
opacity: 1;
visibility: visible;
}
@ -844,12 +715,10 @@ input[type='text'] {
// check-box
.d-check-box{
label{
&.red {
color: #ffcaca;
}
&.red{color: #FFCACA;}
&::before{
cursor: pointer;
content: '';
content: "";
display: inline-block;
position: absolute;
width: 17px;
@ -857,36 +726,32 @@ input[type='text'] {
top: 2px;
left: 0;
margin-left: -12px;
border: 1px solid #d6d6d7;
border: 1px solid #D6D6D7;
background-color: #fff;
transition:
border 0.15s ease-in-out,
color 0.15s ease-in-out;
transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
&:after{
cursor: pointer;
content: '';
content: "";
display: inline-block;
position: absolute;
width: 16px;
height: 16px;
top:0;
left: 0;
margin-left: -0.8rem;
transition:
border 0.05s ease-in-out,
color 0.05s ease-in-out;
margin-left: -.8rem;
transition: border 0.05s ease-in-out, color 0.05s ease-in-out;
}
}
input[type='checkbox']:checked + label::after {
content: '';
input[type=checkbox]:checked + label::after{
content: "";
display: inline-block;
position: absolute;
top: 1px;
left: -1px;
width: 5px;
height: 8px;
border: 2px solid #697c8f;
border: 2px solid #697C8F;
border-left: none;
border-top: none;
transform: translate(7.75px,4.5px) rotate(45deg);
@ -898,7 +763,7 @@ input[type='text'] {
background-color: transparent;
}
}
input[type='checkbox']:checked + label::after {
input[type=checkbox]:checked + label::after{
border-color: #fff;
}
&.no-text{
@ -908,25 +773,23 @@ input[type='text'] {
}
}
&.sel{
input[type='checkbox']:checked + label {
color: #d7c863;
input[type=checkbox]:checked + label{
color: #D7C863;
}
input[type='checkbox']:checked + label::before,
input[type='checkbox']:checked + label::after {
border-color: #d7c863;
input[type=checkbox]:checked + label::before,
input[type=checkbox]:checked + label::after{
border-color: #D7C863;
}
}
}
// date-picker
.date-picker{
svg {
display: none;
}
svg{display: none;}
.react-datepicker-wrapper{
width: 100%;
}
input[type='text'] {
input[type=text]{
display: block;
width: 100%;
height: 30px;
@ -934,7 +797,7 @@ input[type='text'] {
border-radius: 2px;
border: 1px solid #eee;
font-size: 13px;
color: #45576f;
color: #45576F;
font-weight: normal;
font-family: 'Noto Sans JP', sans-serif;
background: #fff url(../../public/static/images/common/datepicker.svg) calc(100% - 11px) center no-repeat;
@ -950,17 +813,18 @@ input[type='text'] {
height: 30px;
min-height: unset;
border-radius: 2px;
border-color: #eee;
border-color: #EEE;
background-color: #fff;
&:hover{
border-color: #eee;
border-color: #EEE;
}
}
.custom__control--is-focused{
border-color: #eee;
border-color: #EEE;
box-shadow: unset;
&:hover{
border-color: #eee;
border-color: #EEE;
}
}
.custom__value-container {
@ -973,7 +837,7 @@ input[type='text'] {
}
.custom__single-value{
font-size: 13px;
color: #45576f;
color: #45576F;
font-weight: 400;
}
.custom__placeholder{
@ -1010,7 +874,7 @@ input[type='text'] {
.custom__option{
font-size: 13px;
padding: 7px 10px;
color: #45576f;
color: #45576F;
}
.custom__option--is-selected{
color: #fff;
@ -1018,7 +882,7 @@ input[type='text'] {
// disable
&.custom--is-disabled{
.custom__control{
background-color: #fafafa;
background-color: #FAFAFA ;
}
.custom__single-value{
color: #999999;

View File

@ -1,5 +1 @@
@import '_main.scss';
.locale-switch {
cursor: pointer;
}