[TScroller] Scroll 디자인 변경

Detail Notes :
 
1. TButtonScroller와 동일하게 변경
This commit is contained in:
jangheon Pyo
2024-03-29 16:20:11 +09:00
parent 3730b3fa91
commit c710d6a1b9

View File

@@ -14,10 +14,17 @@
width: 100%;
height: 100%;
> div:nth-child(2) > div:nth-child(1) {
background-color: #fff;
width: 8px;
border-radius: 40px;
> div:nth-child(2) {
padding: 0;
> div:nth-child(1) {
background-color: #e7e7e7;
width: 8px;
border-radius: 0;
> div {
border-radius: 0;
background-color: #7a808d;
}
}
}
}
}