🚨chore: Sync Sass

This commit is contained in:
minsik 2024-10-25 17:30:01 +09:00
parent 4d6c1f3b08
commit eaa3882045
3 changed files with 15 additions and 12 deletions

View File

@ -4,30 +4,28 @@
top: 200px; top: 200px;
left: 50px; left: 50px;
z-index: 999999; z-index: 999999;
display: flex;
width: 237px; width: 237px;
height: 40px; height: 40px;
line-height: 40px; line-height: 40px;
background-color: #fff; background-color: #fff;
border: 1px solid #DFDFDF; border: 1px solid #DFDFDF;
padding: 0 34px 0 10px; padding: 0 10px 0 10px;
border-radius: 2px; border-radius: 2px;
box-shadow: 0px 7px 14px 0px rgba(0, 0, 0, 0.05); box-shadow: 0px 7px 14px 0px rgba(0, 0, 0, 0.05);
cursor: pointer; cursor: pointer;
&::before{ .penal-arr{
content: ''; flex: none;
position: absolute; width: 24px;
top: 50%; height: 100%;
right: 12px;
transform: translateY(-50%);
width: 10px;
height: 6px;
background: url(../../public/static/images/canvas/penal_arr.svg)no-repeat center; background: url(../../public/static/images/canvas/penal_arr.svg)no-repeat center;
background-size: cover; background-size: 10px 6px;
} }
h2{ h2{
font-size: 12px; font-size: 12px;
font-weight: 500; font-weight: 500;
color: #3D3D3D; color: #3D3D3D;
flex: 1;
} }
.penal-table-wrap{ .penal-table-wrap{
display: none; display: none;
@ -69,7 +67,7 @@
h2{ h2{
color: #fff; color: #fff;
} }
&::before{ .penal-arr{
background: url(../../public/static/images/canvas/penal_arr_white.svg)no-repeat center; background: url(../../public/static/images/canvas/penal_arr_white.svg)no-repeat center;
} }
.penal-table-wrap{ .penal-table-wrap{

View File

@ -679,7 +679,6 @@
.infomation-box-wrap{ .infomation-box-wrap{
display: flex; display: flex;
align-items: center;
gap: 10px; gap: 10px;
.sub-table-box{ .sub-table-box{
flex: 1 ; flex: 1 ;

View File

@ -482,6 +482,9 @@ input[type=text]{
} }
&:read-only{ &:read-only{
color: #AAA; color: #AAA;
&:focus{
border: 1px solid #323234;
}
} }
&.plane{ &.plane{
font-family: 'Noto Sans JP', sans-serif; font-family: 'Noto Sans JP', sans-serif;
@ -509,6 +512,9 @@ input[type=text]{
&:read-only{ &:read-only{
background-color: #FAFAFA; background-color: #FAFAFA;
color: #999999; color: #999999;
&:focus{
border-color: #eee;
}
} }
} }
} }