🚨chore: Sync Sass

This commit is contained in:
minsik 2024-10-24 17:54:24 +09:00
parent ac7e3c9f93
commit 2d0d96d0cd
2 changed files with 12 additions and 2 deletions

View File

@ -309,12 +309,12 @@
padding-top: 46.8px; padding-top: 46.8px;
transition: all .17s ease-in-out; transition: all .17s ease-in-out;
.canvas-frame{ .canvas-frame{
height: 86.3vh; height: calc(100vh - 129.3px);
} }
&.active{ &.active{
padding-top: calc(46.8px + 50px); padding-top: calc(46.8px + 50px);
.canvas-frame{ .canvas-frame{
height: 81vh; height: calc(100vh - 179.4px);
} }
} }
} }
@ -1024,6 +1024,7 @@
display: flex; display: flex;
padding: 20px; padding: 20px;
.simulation-tit-wrap{ .simulation-tit-wrap{
flex: none;
padding-right: 40px; padding-right: 40px;
border-right: 1px solid #EEEEEE; border-right: 1px solid #EEEEEE;
span{ span{
@ -1047,6 +1048,7 @@
} }
} }
.simulation-guide-box{ .simulation-guide-box{
flex: 1;
padding-left: 40px; padding-left: 40px;
dl{ dl{
margin-bottom: 25px; margin-bottom: 25px;
@ -1066,6 +1068,9 @@
margin-bottom: 0; margin-bottom: 0;
} }
} }
ul, ol{
list-style: unset;
}
} }
} }

View File

@ -405,10 +405,15 @@
display: flex; display: flex;
align-items: center; align-items: center;
border: 1px solid #E5E9EF; border: 1px solid #E5E9EF;
border-radius: 4px;
height: 45px; height: 45px;
padding-left: 40px; padding-left: 40px;
padding-right: 15px; padding-right: 15px;
margin-bottom: 15px; margin-bottom: 15px;
transition: border .15s ease-in-out;
&.focus{
border-color: #A8B6C7;
}
.login-input{ .login-input{
flex: 1; flex: 1;
height: 100%; height: 100%;