[detail] 리뷰패널 다크모드적용#end
- 스크롤바 부분 색상 디테일과 동일하도록 변경. - 필터 버튼 색상잘못된 부분 수정
This commit is contained in:
@@ -53,7 +53,7 @@
|
|||||||
|
|
||||||
&__text {
|
&__text {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: #fff;
|
color: #eaeaea;
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
font-family: "LG Smart UI";
|
font-family: "LG Smart UI";
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
|||||||
@@ -16,11 +16,11 @@
|
|||||||
outline: none;
|
outline: none;
|
||||||
|
|
||||||
.track {
|
.track {
|
||||||
background-color: #d7d7d7;
|
background-color: #474747;
|
||||||
}
|
}
|
||||||
|
|
||||||
.thumb {
|
.thumb {
|
||||||
background-color: #6a707d;
|
background-color: #9c9c9c;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -29,7 +29,7 @@
|
|||||||
position: relative;
|
position: relative;
|
||||||
width: 8px;
|
width: 8px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background-color: #d0d0d0; // 회색 배경 (잘 보이도록)
|
background-color: #474747;
|
||||||
border-radius: 0; // DetailPanel과 동일 (각진 모서리)
|
border-radius: 0; // DetailPanel과 동일 (각진 모서리)
|
||||||
transition: background-color 0.2s ease;
|
transition: background-color 0.2s ease;
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
@@ -39,7 +39,7 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background-color: #7a808d; // DetailPanel과 동일
|
background-color: #9c9c9c; // DetailPanel과 동일
|
||||||
border-radius: 0; // DetailPanel과 동일 (각진 모서리)
|
border-radius: 0; // DetailPanel과 동일 (각진 모서리)
|
||||||
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|||||||
Reference in New Issue
Block a user