디스플레이 테마 1차 업로드
This commit is contained in:
@@ -462,10 +462,17 @@
|
||||
overflow: hidden;
|
||||
cursor: pointer;
|
||||
position: relative;
|
||||
@include maxtablet{
|
||||
height:8rem;
|
||||
}
|
||||
p {
|
||||
img {
|
||||
width: 12rem;
|
||||
height: 12rem;
|
||||
@include maxtablet{
|
||||
width: 8rem;
|
||||
height: 8rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -555,12 +562,17 @@
|
||||
-webkit-box-orient: vertical;
|
||||
overflow: hidden;
|
||||
@include desktopMax{
|
||||
font-size:1.6rem ;
|
||||
font-size:1.4rem ;
|
||||
}
|
||||
}
|
||||
strong{font-weight: 600;}
|
||||
span{font-weight: 400;}
|
||||
strong + span{margin-top:1rem; }
|
||||
strong + span{
|
||||
margin-top:1rem;
|
||||
@include maxtablet{
|
||||
margin-top:.5rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -828,9 +840,15 @@
|
||||
|
||||
.optionList {
|
||||
overflow: auto;
|
||||
width: 500px;
|
||||
//width: 500px;
|
||||
height: 600px;
|
||||
padding:25px;
|
||||
border:1px solid #DEDEDE;
|
||||
border-radius: 6px;
|
||||
@include maxtablet{
|
||||
height: 49.5rem;
|
||||
padding:2rem;
|
||||
}
|
||||
@include desktopMax{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user