🚨chore: Sync Sass
This commit is contained in:
parent
38a65702aa
commit
ec483a8bb8
@ -5,24 +5,12 @@ $pop-normal-size: 12px;
|
|||||||
$alert-color: #101010;
|
$alert-color: #101010;
|
||||||
|
|
||||||
@keyframes mountpop{
|
@keyframes mountpop{
|
||||||
from {
|
from{opacity: 0; scale: 0.95;}
|
||||||
opacity: 0;
|
to{opacity: 1; scale: 1;}
|
||||||
scale: 0.95;
|
|
||||||
}
|
|
||||||
to {
|
|
||||||
opacity: 1;
|
|
||||||
scale: 1;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
@keyframes unmountpop{
|
@keyframes unmountpop{
|
||||||
from {
|
from{opacity: 1; scale: 1;}
|
||||||
opacity: 1;
|
to{opacity: 0; scale: 0.95;}
|
||||||
scale: 1;
|
|
||||||
}
|
|
||||||
to {
|
|
||||||
opacity: 0;
|
|
||||||
scale: 0.95;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.normal-font{
|
.normal-font{
|
||||||
@ -97,10 +85,10 @@ $alert-color: #101010;
|
|||||||
width: 900px;
|
width: 900px;
|
||||||
}
|
}
|
||||||
&.mount{
|
&.mount{
|
||||||
animation: mountpop 0.17s ease-in-out forwards;
|
animation: mountpop .17s ease-in-out forwards;
|
||||||
}
|
}
|
||||||
&.unmount{
|
&.unmount{
|
||||||
animation: unmountpop 0.17s ease-in-out forwards;
|
animation: unmountpop .17s ease-in-out forwards;
|
||||||
}
|
}
|
||||||
&.alert{
|
&.alert{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@ -226,7 +214,7 @@ $alert-color: #101010;
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.outer-line-wrap{
|
.outer-line-wrap{
|
||||||
border-top: 1px solid #3c3c3c;
|
border-top: 1px solid #3C3C3C;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
padding-top: 15px;
|
padding-top: 15px;
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
@ -255,7 +243,7 @@ $alert-color: #101010;
|
|||||||
.adsorption-point{
|
.adsorption-point{
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
background-color: #3a3a3a;
|
background-color: #3A3A3A;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
padding-left: 11px;
|
padding-left: 11px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
@ -276,7 +264,7 @@ $alert-color: #101010;
|
|||||||
&.act{
|
&.act{
|
||||||
i{
|
i{
|
||||||
color: $pop-color;
|
color: $pop-color;
|
||||||
background-color: #1083e3;
|
background-color: #1083E3;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -305,7 +293,7 @@ $alert-color: #101010;
|
|||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
&::-webkit-scrollbar-thumb {
|
&::-webkit-scrollbar-thumb {
|
||||||
background-color: #d9d9d9;
|
background-color: #D9D9D9;
|
||||||
}
|
}
|
||||||
&::-webkit-scrollbar-track {
|
&::-webkit-scrollbar-track {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
@ -316,7 +304,7 @@ $alert-color: #101010;
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border: 1px solid #3d3d3d;
|
border: 1px solid #3D3D3D;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
padding: 15px 10px;
|
padding: 15px 10px;
|
||||||
gap: 20px;
|
gap: 20px;
|
||||||
@ -355,6 +343,7 @@ $alert-color: #101010;
|
|||||||
top: 50%;
|
top: 50%;
|
||||||
right: 0;
|
right: 0;
|
||||||
transform: translateY(-50%);
|
transform: translateY(-50%);
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.input-grid{
|
.input-grid{
|
||||||
@ -364,9 +353,7 @@ $alert-color: #101010;
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.select-form{
|
.select-form{
|
||||||
.sort-select {
|
.sort-select{width: 100%;}
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
.grid-select{
|
.grid-select{
|
||||||
flex: 1;
|
flex: 1;
|
||||||
@ -412,6 +399,7 @@ $alert-color: #101010;
|
|||||||
color: $pop-color;
|
color: $pop-color;
|
||||||
font-weight: $pop-normal-weight;
|
font-weight: $pop-normal-weight;
|
||||||
padding-bottom: 15px;
|
padding-bottom: 15px;
|
||||||
|
|
||||||
}
|
}
|
||||||
.grid-direction{
|
.grid-direction{
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -428,17 +416,11 @@ $alert-color: #101010;
|
|||||||
background-position: center;
|
background-position: center;
|
||||||
background-size: 16px 15px;
|
background-size: 16px 15px;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
transition: all 0.15s ease-in-out;
|
transition: all .15s ease-in-out;
|
||||||
opacity: 0.6;
|
opacity: 0.6;
|
||||||
&.down {
|
&.down{transform: rotate(180deg);}
|
||||||
transform: rotate(180deg);
|
&.left{transform: rotate(-90deg);}
|
||||||
}
|
&.right{transform: rotate(90deg);}
|
||||||
&.left {
|
|
||||||
transform: rotate(-90deg);
|
|
||||||
}
|
|
||||||
&.right {
|
|
||||||
transform: rotate(90deg);
|
|
||||||
}
|
|
||||||
&:hover,
|
&:hover,
|
||||||
&.act{
|
&.act{
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
@ -524,11 +506,10 @@ $alert-color: #101010;
|
|||||||
}
|
}
|
||||||
&.light{
|
&.light{
|
||||||
padding: 0;
|
padding: 0;
|
||||||
th,
|
th,td{
|
||||||
td {
|
|
||||||
color: $alert-color;
|
color: $alert-color;
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
border-top: 1px solid #efefef;
|
border-top: 1px solid #EFEFEF;
|
||||||
}
|
}
|
||||||
th{
|
th{
|
||||||
padding: 14px 0;
|
padding: 14px 0;
|
||||||
@ -593,6 +574,7 @@ $alert-color: #101010;
|
|||||||
color: $pop-color;
|
color: $pop-color;
|
||||||
font-weight: $pop-normal-weight;
|
font-weight: $pop-normal-weight;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.img-edit-wrap{
|
.img-edit-wrap{
|
||||||
@ -608,7 +590,7 @@ $alert-color: #101010;
|
|||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transition: all 0.15s ease-in-out;
|
transition: all .15s ease-in-out;
|
||||||
.img-edit{
|
.img-edit{
|
||||||
width: 16px;
|
width: 16px;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
@ -628,6 +610,7 @@ $alert-color: #101010;
|
|||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
input{
|
input{
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
|
||||||
}
|
}
|
||||||
.img-check{
|
.img-check{
|
||||||
flex: none;
|
flex: none;
|
||||||
@ -653,12 +636,8 @@ $alert-color: #101010;
|
|||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
&.fail {
|
&.fail{background-image: url(../../public/static/images/canvas/img_check_fail.svg);}
|
||||||
background-image: url(../../public/static/images/canvas/img_check_fail.svg);
|
&.success{background-image: url(../../public/static/images/canvas/img_check_success.svg);}
|
||||||
}
|
|
||||||
&.success {
|
|
||||||
background-image: url(../../public/static/images/canvas/img_check_success.svg);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -738,7 +717,7 @@ $alert-color: #101010;
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
background-color: #3d3d3d;
|
background-color: #3D3D3D;
|
||||||
border-radius: 2px ;
|
border-radius: 2px ;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -746,7 +725,7 @@ $alert-color: #101010;
|
|||||||
// 외벽선 속성 설정
|
// 외벽선 속성 설정
|
||||||
.properties-guide{
|
.properties-guide{
|
||||||
font-size: $pop-normal-size;
|
font-size: $pop-normal-size;
|
||||||
color: #aaa;
|
color: #AAA;
|
||||||
font-weight: $pop-normal-weight;
|
font-weight: $pop-normal-weight;
|
||||||
margin-bottom: 14px;
|
margin-bottom: 14px;
|
||||||
}
|
}
|
||||||
@ -775,17 +754,17 @@ $alert-color: #101010;
|
|||||||
color: #fff;
|
color: #fff;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
transition: all 0.15s ease-in-out;
|
transition: all .15s ease-in-out;
|
||||||
&.green{
|
&.green{
|
||||||
background-color: #305941;
|
background-color: #305941;
|
||||||
border: 1px solid #45cd7d;
|
border: 1px solid #45CD7D;
|
||||||
&:hover{
|
&:hover{
|
||||||
background-color: #3a6b4e;
|
background-color: #3a6b4e;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&.blue{
|
&.blue{
|
||||||
background-color: #2e5360;
|
background-color: #2E5360;
|
||||||
border: 1px solid #3fbae6;
|
border: 1px solid #3FBAE6;
|
||||||
&:hover{
|
&:hover{
|
||||||
background-color: #365f6e;
|
background-color: #365f6e;
|
||||||
}
|
}
|
||||||
@ -814,8 +793,8 @@ $alert-color: #101010;
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 13px;
|
padding: 13px;
|
||||||
background-color: #3d3d3d;
|
background-color: #3D3D3D;
|
||||||
transition: background 0.15s ease-in-out;
|
transition: background .15s ease-in-out;
|
||||||
img{
|
img{
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
@ -826,17 +805,13 @@ $alert-color: #101010;
|
|||||||
color: $pop-color;
|
color: $pop-color;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
transition: color 0.15s ease-in-out;
|
transition: color .15s ease-in-out;
|
||||||
}
|
}
|
||||||
.shape-menu-box{
|
.shape-menu-box{
|
||||||
&.act,
|
&.act,
|
||||||
&:hover{
|
&:hover{
|
||||||
.shape-box {
|
.shape-box{background-color: #008BFF;}
|
||||||
background-color: #008bff;
|
.shape-title{color: #008BFF;}
|
||||||
}
|
|
||||||
.shape-title {
|
|
||||||
color: #008bff;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -851,7 +826,7 @@ $alert-color: #101010;
|
|||||||
}
|
}
|
||||||
.discrimination-box{
|
.discrimination-box{
|
||||||
padding: 16px 12px;
|
padding: 16px 12px;
|
||||||
border: 1px solid #3d3d3d;
|
border: 1px solid #3D3D3D;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -884,12 +859,12 @@ $alert-color: #101010;
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
background-color: #3d3d3d;
|
background-color: #3D3D3D;
|
||||||
border: 1px solid #3d3d3d;
|
border: 1px solid #3D3D3D;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
&.act{
|
&.act{
|
||||||
border: 1px solid #ed0004;
|
border: 1px solid #ED0004;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&:last-child{
|
&:last-child{
|
||||||
@ -939,7 +914,7 @@ $alert-color: #101010;
|
|||||||
font-weight: $pop-normal-weight;
|
font-weight: $pop-normal-weight;
|
||||||
border: 1px solid #484848;
|
border: 1px solid #484848;
|
||||||
background-color: #323234;
|
background-color: #323234;
|
||||||
transition: background-color 0.13s ease-in-out;
|
transition: background-color .13s ease-in-out;
|
||||||
i{
|
i{
|
||||||
display: block;
|
display: block;
|
||||||
width: 12px;
|
width: 12px;
|
||||||
@ -994,7 +969,7 @@ $alert-color: #101010;
|
|||||||
border: 1px solid #646464;
|
border: 1px solid #646464;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
transition: all 0.15s ease-in-out;
|
transition: all .15s ease-in-out;
|
||||||
i{
|
i{
|
||||||
height: 15px;
|
height: 15px;
|
||||||
display: block;
|
display: block;
|
||||||
@ -1002,7 +977,7 @@ $alert-color: #101010;
|
|||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
transition: all 0.15s ease-in-out;
|
transition: all .15s ease-in-out;
|
||||||
&.allocation01{
|
&.allocation01{
|
||||||
background-image: url(../../public/static/images/canvas/allocation_icon01_white.svg);
|
background-image: url(../../public/static/images/canvas/allocation_icon01_white.svg);
|
||||||
width: 15px;
|
width: 15px;
|
||||||
@ -1075,9 +1050,7 @@ $alert-color: #101010;
|
|||||||
height: 34px;
|
height: 34px;
|
||||||
background-color: #373737;
|
background-color: #373737;
|
||||||
border: 1px solid #676767;
|
border: 1px solid #676767;
|
||||||
transition:
|
transition: background .15s ease-in-out, border .15s ease-in-out;
|
||||||
background 0.15s ease-in-out,
|
|
||||||
border 0.15s ease-in-out;
|
|
||||||
.shape-box{
|
.shape-box{
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
@ -1089,8 +1062,8 @@ $alert-color: #101010;
|
|||||||
}
|
}
|
||||||
&.act,
|
&.act,
|
||||||
&:hover{
|
&:hover{
|
||||||
border-color: #008bff;
|
border-color: #008BFF;
|
||||||
background-color: #008bff;
|
background-color: #008BFF;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -1105,27 +1078,18 @@ $alert-color: #101010;
|
|||||||
.library-btn{
|
.library-btn{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 34px;
|
height: 34px;
|
||||||
border: 1px solid #6c6c6c;
|
border: 1px solid #6C6C6C;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
background-color: #373737;
|
background-color: #373737;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
transition: all 0.15s ease-in-out;
|
transition: all .15s ease-in-out;
|
||||||
&.ico01 {
|
&.ico01{background-image: url(../../public/static/images/canvas/shape_labrary01.svg); background-size: 19px 18px;}
|
||||||
background-image: url(../../public/static/images/canvas/shape_labrary01.svg);
|
&.ico02{background-image: url(../../public/static/images/canvas/shape_labrary02.svg); background-size: 15px 20px;}
|
||||||
background-size: 19px 18px;
|
&.ico03{background-image: url(../../public/static/images/canvas/shape_labrary03.svg); background-size: 19px 16px;}
|
||||||
}
|
|
||||||
&.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{
|
&:hover{
|
||||||
border-color: #1083e3;
|
border-color: #1083E3;
|
||||||
background-color: #1083e3;
|
background-color: #1083E3;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -1211,27 +1175,11 @@ $alert-color: #101010;
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
color: #b1b1b1;
|
color: #B1B1B1;
|
||||||
&.top {
|
&.top{top: 0; left: 50%; transform: translateX(-50%);}
|
||||||
top: 0;
|
&.right{top: 50%; right: 0; transform: translateY(-50%);}
|
||||||
left: 50%;
|
&.bottom{bottom: 0; left: 50%; transform: translateX(-50%);}
|
||||||
transform: translateX(-50%);
|
&.left{top: 50%; left: 0; transform: translateY(-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{
|
.plane-btn{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@ -1243,27 +1191,11 @@ $alert-color: #101010;
|
|||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
transition: all 0.15s ease-in-out;
|
transition: all .15s ease-in-out;
|
||||||
&.up {
|
&.up{top: 22px; left: 50%; transform: translateX(-50%);}
|
||||||
top: 22px;
|
&.right{top: 50%; right: 32px; transform: translateY(-50%) rotate(90deg);}
|
||||||
left: 50%;
|
&.down{bottom: 22px; left: 50%; transform: translateX(-50%) rotate(180deg);}
|
||||||
transform: translateX(-50%);
|
&.left{top: 50%; left: 32px; transform: translateY(-50%) rotate(270deg);}
|
||||||
}
|
|
||||||
&.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,
|
&:hover,
|
||||||
&.act{
|
&.act{
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
@ -1340,7 +1272,7 @@ $alert-color: #101010;
|
|||||||
.warning{
|
.warning{
|
||||||
font-size: $pop-normal-size;
|
font-size: $pop-normal-size;
|
||||||
font-weight: $pop-normal-weight;
|
font-weight: $pop-normal-weight;
|
||||||
color: #ffafaf;
|
color: #FFAFAF;
|
||||||
}
|
}
|
||||||
|
|
||||||
// 각 변 속성 변경
|
// 각 변 속성 변경
|
||||||
@ -1396,157 +1328,37 @@ $alert-color: #101010;
|
|||||||
top: 12.5px;
|
top: 12.5px;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
color: #8b8b8b;
|
color: #8B8B8B;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
-webkit-user-select: none;
|
-webkit-user-select: none;
|
||||||
-moz-user-select: none;
|
-moz-user-select: none;
|
||||||
-ms-use-select: none;
|
-ms-use-select: none;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
&:nth-child(1) {
|
&:nth-child(1) { transform: rotate(180deg) translate(-50%, -50%); i{transform: translateX(-50%) rotate(180deg);}}
|
||||||
transform: rotate(180deg) translate(-50%, -50%);
|
&:nth-child(2) { transform: rotate(195deg) translate(-50%, -50%); i{transform: translateX(-50%) rotate(165deg);}}
|
||||||
i {
|
&:nth-child(3) { transform: rotate(210deg) translate(-50%, -50%); i{transform: translateX(-50%) rotate(150deg);}}
|
||||||
transform: translateX(-50%) rotate(180deg);
|
&: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(2) {
|
&:nth-child(7) { transform: rotate(270deg) translate(-50%, -50%); i{transform: translateX(-50%) rotate(90deg);}}
|
||||||
transform: rotate(195deg) translate(-50%, -50%);
|
&:nth-child(8) { transform: rotate(285deg) translate(-50%, -50%); i{transform: translateX(-50%) rotate(75deg);}}
|
||||||
i {
|
&:nth-child(9) { transform: rotate(300deg) translate(-50%, -50%); i{transform: translateX(-50%) rotate(60deg);}}
|
||||||
transform: translateX(-50%) rotate(165deg);
|
&: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(3) {
|
&:nth-child(13) { transform: rotate(0deg) translate(-50%, -50%); i{transform: translateX(-50%) rotate(0deg);}}
|
||||||
transform: rotate(210deg) translate(-50%, -50%);
|
&:nth-child(14) { transform: rotate(15deg) translate(-50%, -50%); i{transform: translateX(-50%) rotate(-15deg);}}
|
||||||
i {
|
&:nth-child(15) { transform: rotate(30deg) translate(-50%, -50%); i{transform: translateX(-50%) rotate(-30deg);}}
|
||||||
transform: translateX(-50%) rotate(150deg);
|
&: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(4) {
|
&:nth-child(19) { transform: rotate(90deg) translate(-50%, -50%); i{transform: translateX(-50%) rotate(-90deg);}}
|
||||||
transform: rotate(225deg) translate(-50%, -50%);
|
&:nth-child(20) { transform: rotate(105deg) translate(-50%, -50%); i{transform: translateX(-50%) rotate(-105deg);}}
|
||||||
i {
|
&:nth-child(21) { transform: rotate(120deg) translate(-50%, -50%); i{transform: translateX(-50%) rotate(-120deg);}}
|
||||||
transform: translateX(-50%) rotate(135deg);
|
&: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(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{
|
&.act{
|
||||||
&::after{
|
&::after{
|
||||||
content: '';
|
content: '';
|
||||||
@ -1600,13 +1412,13 @@ $alert-color: #101010;
|
|||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
color: #aaa;
|
color: #AAA;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
transition: all 0.15s ease-in-out;
|
transition: all .15s ease-in-out;
|
||||||
&.act{
|
&.act{
|
||||||
background-color: #1083e3;
|
background-color: #1083E3;
|
||||||
border: 1px solid #1083e3;
|
border: 1px solid #1083E3;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
@ -1619,7 +1431,7 @@ $alert-color: #101010;
|
|||||||
background-position: center;
|
background-position: center;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-image: url(../../public/static/images/canvas/module_tab_arr.svg);
|
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{
|
&.act{
|
||||||
background-image: url(../../public/static/images/canvas/module_tab_arr_white.svg);
|
background-image: url(../../public/static/images/canvas/module_tab_arr_white.svg);
|
||||||
}
|
}
|
||||||
@ -1652,9 +1464,7 @@ $alert-color: #101010;
|
|||||||
top: 22px;
|
top: 22px;
|
||||||
}
|
}
|
||||||
&.act{
|
&.act{
|
||||||
i {
|
i{color: #8B8B8B;}
|
||||||
color: #8b8b8b;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -1686,7 +1496,7 @@ $alert-color: #101010;
|
|||||||
height: 30px;
|
height: 30px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
transition: all 0.15s ease-in-out;
|
transition: all .15s ease-in-out;
|
||||||
&:first-child{
|
&:first-child{
|
||||||
border-left: 1px solid #505050;
|
border-left: 1px solid #505050;
|
||||||
}
|
}
|
||||||
@ -1700,7 +1510,7 @@ $alert-color: #101010;
|
|||||||
|
|
||||||
.module-table-box{
|
.module-table-box{
|
||||||
flex: 1;
|
flex: 1;
|
||||||
background-color: #3d3d3d;
|
background-color: #3D3D3D;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
.module-table-inner{
|
.module-table-inner{
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
@ -1713,7 +1523,7 @@ $alert-color: #101010;
|
|||||||
padding: 10px 0;
|
padding: 10px 0;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
border-bottom: 1px solid #4d4d4d;
|
border-bottom: 1px solid #4D4D4D;
|
||||||
}
|
}
|
||||||
.eaves-keraba-table{
|
.eaves-keraba-table{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@ -1736,7 +1546,7 @@ $alert-color: #101010;
|
|||||||
.warning-guide{
|
.warning-guide{
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
.warning{
|
.warning{
|
||||||
color: #ffcaca;
|
color: #FFCACA;
|
||||||
max-height: 55px;
|
max-height: 55px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
padding-right: 30px;
|
padding-right: 30px;
|
||||||
@ -1745,7 +1555,7 @@ $alert-color: #101010;
|
|||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
&::-webkit-scrollbar-thumb {
|
&::-webkit-scrollbar-thumb {
|
||||||
background-color: #d9d9d9;
|
background-color: #D9D9D9;
|
||||||
}
|
}
|
||||||
&::-webkit-scrollbar-track {
|
&::-webkit-scrollbar-track {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
@ -1756,7 +1566,7 @@ $alert-color: #101010;
|
|||||||
|
|
||||||
.module-self-table{
|
.module-self-table{
|
||||||
display: table;
|
display: table;
|
||||||
border-top: 1px solid #4d4d4d;
|
border-top: 1px solid #4D4D4D;
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
.self-table-item{
|
.self-table-item{
|
||||||
@ -1765,7 +1575,7 @@ $alert-color: #101010;
|
|||||||
.self-item-th{
|
.self-item-th{
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
border-bottom: 1px solid #4d4d4d;
|
border-bottom: 1px solid #4D4D4D;
|
||||||
}
|
}
|
||||||
.self-item-th{
|
.self-item-th{
|
||||||
width: 60px;
|
width: 60px;
|
||||||
@ -1793,7 +1603,7 @@ $alert-color: #101010;
|
|||||||
.hexagonal-wrap{
|
.hexagonal-wrap{
|
||||||
.hexagonal-item{
|
.hexagonal-item{
|
||||||
padding: 15px 0;
|
padding: 15px 0;
|
||||||
border-bottom: 1px solid #4d4d4d;
|
border-bottom: 1px solid #4D4D4D;
|
||||||
&:first-child{
|
&:first-child{
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
}
|
}
|
||||||
@ -1827,7 +1637,7 @@ $alert-color: #101010;
|
|||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
&::-webkit-scrollbar-thumb {
|
&::-webkit-scrollbar-thumb {
|
||||||
background-color: #d9d9d9;
|
background-color: #D9D9D9;
|
||||||
}
|
}
|
||||||
&::-webkit-scrollbar-track {
|
&::-webkit-scrollbar-track {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
@ -1876,7 +1686,7 @@ $alert-color: #101010;
|
|||||||
gap: 5px;
|
gap: 5px;
|
||||||
min-height: 60px;
|
min-height: 60px;
|
||||||
padding: 12px;
|
padding: 12px;
|
||||||
border: 1px solid rgba(255, 255, 255, 0.2);
|
border: 1px solid rgba(255, 255, 255, 0.20);
|
||||||
span{
|
span{
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@ -1907,7 +1717,7 @@ $alert-color: #101010;
|
|||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
&::-webkit-scrollbar-thumb {
|
&::-webkit-scrollbar-thumb {
|
||||||
background-color: #d9d9d9;
|
background-color: #D9D9D9;
|
||||||
}
|
}
|
||||||
&::-webkit-scrollbar-track {
|
&::-webkit-scrollbar-track {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
@ -1921,26 +1731,31 @@ $alert-color: #101010;
|
|||||||
}
|
}
|
||||||
.circuit-title-sel{
|
.circuit-title-sel{
|
||||||
padding-bottom: 14px;
|
padding-bottom: 14px;
|
||||||
.outline-form {
|
.circuit-title{
|
||||||
span {
|
font-size: 12px;
|
||||||
color: #62c207;
|
color: #62C207;
|
||||||
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
.circuit-sel-wrap{
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
.grid-select{
|
.grid-select{
|
||||||
.sort-select{
|
.sort-select{
|
||||||
border: 1px solid #4e9e04;
|
border: 1px solid #4E9E04;
|
||||||
background-color: #1a3104;
|
background-color: #1A3104;
|
||||||
p{
|
p{
|
||||||
line-height: 27px;
|
line-height: 27px;
|
||||||
}
|
}
|
||||||
.select-item-wrap{
|
.select-item-wrap{
|
||||||
background-color: #1a3104;
|
background-color: #1A3104;
|
||||||
border: 1px solid #4e9e04;
|
border: 1px solid #4E9E04;
|
||||||
.select-item:hover{
|
.select-item:hover{
|
||||||
background-color: #294e07;
|
background-color: #294e07;
|
||||||
}
|
}
|
||||||
&::-webkit-scrollbar {
|
&::-webkit-scrollbar {
|
||||||
width: 2px;
|
width: 2px;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
|
||||||
}
|
}
|
||||||
&::-webkit-scrollbar-thumb {
|
&::-webkit-scrollbar-thumb {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
@ -2007,10 +1822,10 @@ $alert-color: #101010;
|
|||||||
height: 16px;
|
height: 16px;
|
||||||
&.pink{
|
&.pink{
|
||||||
border: 2px solid #ce1c9c;
|
border: 2px solid #ce1c9c;
|
||||||
background-color: #16417d;
|
background-color: #16417D;
|
||||||
}
|
}
|
||||||
&.white{
|
&.white{
|
||||||
border: 2px solid #fff;
|
border: 2px solid #FFF;
|
||||||
background-color: #001027;
|
background-color: #001027;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -2035,7 +1850,7 @@ $alert-color: #101010;
|
|||||||
.react-colorful__pointer{
|
.react-colorful__pointer{
|
||||||
width: 15px;
|
width: 15px;
|
||||||
height: 15px;
|
height: 15px;
|
||||||
border: 4px solid #fff;
|
border: 4px solid #Fff;
|
||||||
}
|
}
|
||||||
.react-colorful__saturation{
|
.react-colorful__saturation{
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
@ -2125,6 +1940,7 @@ $alert-color: #101010;
|
|||||||
min-height: 80px;
|
min-height: 80px;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// 치수선 설정
|
// 치수선 설정
|
||||||
@ -2244,22 +2060,10 @@ $alert-color: #101010;
|
|||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&:nth-child(1) {
|
&:nth-child(1){ top: 0; left: 0; }
|
||||||
top: 0;
|
&:nth-child(2){ top: 0; right: 0; }
|
||||||
left: 0;
|
&:nth-child(3){ bottom: 0; left: 0; }
|
||||||
}
|
&:nth-child(4){ bottom: 0; right: 0; }
|
||||||
&:nth-child(2) {
|
|
||||||
top: 0;
|
|
||||||
right: 0;
|
|
||||||
}
|
|
||||||
&:nth-child(3) {
|
|
||||||
bottom: 0;
|
|
||||||
left: 0;
|
|
||||||
}
|
|
||||||
&:nth-child(4) {
|
|
||||||
bottom: 0;
|
|
||||||
right: 0;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
.size-box{
|
.size-box{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@ -2352,13 +2156,13 @@ $alert-color: #101010;
|
|||||||
max-height: 650px;
|
max-height: 650px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
padding-bottom: 15px;
|
padding-bottom: 15px;
|
||||||
border-bottom: 1px solid #4d4d4d;
|
border-bottom: 1px solid #4D4D4D;
|
||||||
&::-webkit-scrollbar {
|
&::-webkit-scrollbar {
|
||||||
width: 4px;
|
width: 4px;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
&::-webkit-scrollbar-thumb {
|
&::-webkit-scrollbar-thumb {
|
||||||
background-color: #d9d9d9;
|
background-color: #D9D9D9;
|
||||||
}
|
}
|
||||||
&::-webkit-scrollbar-track {
|
&::-webkit-scrollbar-track {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
@ -2368,6 +2172,7 @@ $alert-color: #101010;
|
|||||||
&.tab2{
|
&.tab2{
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
gap: 15px;
|
gap: 15px;
|
||||||
|
|
||||||
}
|
}
|
||||||
.module-flex-item{
|
.module-flex-item{
|
||||||
flex: 1;
|
flex: 1;
|
||||||
@ -2376,7 +2181,7 @@ $alert-color: #101010;
|
|||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
border-bottom: 1px solid #4d4d4d;
|
border-bottom: 1px solid #4D4D4D;
|
||||||
}
|
}
|
||||||
.flex-item-btn-wrap{
|
.flex-item-btn-wrap{
|
||||||
display: grid;
|
display: grid;
|
||||||
@ -2424,120 +2229,6 @@ $alert-color: #101010;
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.pop-spinner {
|
|
||||||
position: absolute;
|
|
||||||
bottom: 10px;
|
|
||||||
left: 5px;
|
|
||||||
width: calc(100% - 10px);
|
|
||||||
height: calc(100% - 49px);
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
|
||||||
background-color: rgba($color: #101010, $alpha: 0.5);
|
|
||||||
z-index: 2000000;
|
|
||||||
.loader {
|
|
||||||
font-size: 10px;
|
|
||||||
width: 1.2em;
|
|
||||||
height: 1.2em;
|
|
||||||
border-radius: 50%;
|
|
||||||
position: relative;
|
|
||||||
text-indent: -9999em;
|
|
||||||
animation: mulShdSpin 1.1s infinite ease;
|
|
||||||
transform: translateZ(0);
|
|
||||||
}
|
|
||||||
@keyframes mulShdSpin {
|
|
||||||
0%,
|
|
||||||
100% {
|
|
||||||
box-shadow:
|
|
||||||
0em -2.6em 0em 0em #fff,
|
|
||||||
1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
|
|
||||||
2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
|
|
||||||
1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
|
|
||||||
0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
|
|
||||||
-1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2),
|
|
||||||
-2.6em 0em 0 0em rgba(255, 255, 255, 0.5),
|
|
||||||
-1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
|
|
||||||
}
|
|
||||||
12.5% {
|
|
||||||
box-shadow:
|
|
||||||
0em -2.6em 0em 0em rgba(255, 255, 255, 0.7),
|
|
||||||
1.8em -1.8em 0 0em #fff,
|
|
||||||
2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
|
|
||||||
1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
|
|
||||||
0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
|
|
||||||
-1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
|
|
||||||
-2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
|
|
||||||
-1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
|
|
||||||
}
|
|
||||||
25% {
|
|
||||||
box-shadow:
|
|
||||||
0em -2.6em 0em 0em rgba(255, 255, 255, 0.5),
|
|
||||||
1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7),
|
|
||||||
2.5em 0em 0 0em #fff,
|
|
||||||
1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
|
|
||||||
0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
|
|
||||||
-1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
|
|
||||||
-2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
|
|
||||||
-1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
|
|
||||||
}
|
|
||||||
37.5% {
|
|
||||||
box-shadow:
|
|
||||||
0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
|
|
||||||
1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5),
|
|
||||||
2.5em 0em 0 0em rgba(255, 255, 255, 0.7),
|
|
||||||
1.75em 1.75em 0 0em #fff,
|
|
||||||
0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
|
|
||||||
-1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
|
|
||||||
-2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
|
|
||||||
-1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
|
|
||||||
}
|
|
||||||
50% {
|
|
||||||
box-shadow:
|
|
||||||
0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
|
|
||||||
1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
|
|
||||||
2.5em 0em 0 0em rgba(255, 255, 255, 0.5),
|
|
||||||
1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7),
|
|
||||||
0em 2.5em 0 0em #fff,
|
|
||||||
-1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
|
|
||||||
-2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
|
|
||||||
-1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
|
|
||||||
}
|
|
||||||
62.5% {
|
|
||||||
box-shadow:
|
|
||||||
0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
|
|
||||||
1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
|
|
||||||
2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
|
|
||||||
1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5),
|
|
||||||
0em 2.5em 0 0em rgba(255, 255, 255, 0.7),
|
|
||||||
-1.8em 1.8em 0 0em #fff,
|
|
||||||
-2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
|
|
||||||
-1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
|
|
||||||
}
|
|
||||||
75% {
|
|
||||||
box-shadow:
|
|
||||||
0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
|
|
||||||
1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
|
|
||||||
2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
|
|
||||||
1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
|
|
||||||
0em 2.5em 0 0em rgba(255, 255, 255, 0.5),
|
|
||||||
-1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7),
|
|
||||||
-2.6em 0em 0 0em #fff,
|
|
||||||
-1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
|
|
||||||
}
|
|
||||||
87.5% {
|
|
||||||
box-shadow:
|
|
||||||
0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
|
|
||||||
1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
|
|
||||||
2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
|
|
||||||
1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
|
|
||||||
0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
|
|
||||||
-1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5),
|
|
||||||
-2.6em 0em 0 0em rgba(255, 255, 255, 0.7),
|
|
||||||
-1.8em -1.8em 0 0em #fff;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.pop-spinner{
|
.pop-spinner{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 10px;
|
bottom: 10px;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user