[categorypanel] 드랍다운 하단부분여백관련 처리

- tdropdown, categorypanel 스타일변경.
This commit is contained in:
junghoon86.park
2024-02-27 19:42:54 +09:00
parent 41d7bafed7
commit c8521e144d
2 changed files with 13 additions and 5 deletions

View File

@@ -40,13 +40,13 @@
transform: unset !important;
> div:nth-child(1) {
overflow: hidden;
//list layout
padding: 0 !important;
margin-top: 4px !important;
box-shadow: none !important;
background-color: @COLOR_GRAY03 !important;
border-radius: 6px !important;
> div {
> div > div {
> div {
@@ -58,10 +58,10 @@
font-family: @baseFontBold !important;
color: @COLOR_WHITE !important;
font-size: 24px !important;
margin: 0 !important;
padding: 7px 15px !important;
margin: 0 0 11px 0 !important;
padding: 14px 15px !important;
height: 60px !important;
line-height: 60px !important;
line-height: 56px !important;
-webkit-margin-start: 0 !important;
-webkit-inline-start: 0 !important;

View File

@@ -15,7 +15,7 @@
}
.tabContainer {
width: fit-content;
width: -webkit-fit-content;
height: 100%;
position: relative;
@@ -28,3 +28,11 @@
}
}
}
[id="floatLayer"] {
> div > div[id] > div:nth-child(2) {
> div:nth-child(1) {
height: 124px !important;
}
}
}