mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-23 21:04:07 -06:00
폴더명 옆 파일 개수 표시 스타일 적용방식 개선
This commit is contained in:
parent
7e948f891d
commit
92450d48c9
@ -159,6 +159,15 @@ button.desktop-explorer {
|
||||
align-items: center;
|
||||
user-select: none;
|
||||
|
||||
// folder-count 스타일 추가
|
||||
& .folder-count {
|
||||
color: var(--secondary);
|
||||
font-size: 1.05em;
|
||||
margin-left: 0.3em;
|
||||
font-weight: $semiBoldWeight;
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
& div > a {
|
||||
color: var(--secondary);
|
||||
font-family: var(--headerFont);
|
||||
@ -194,14 +203,7 @@ button.desktop-explorer {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
// folder-count 스타일 추가
|
||||
& .folder-count {
|
||||
color: var(--gray);
|
||||
font-size: 0.9em;
|
||||
margin-left: 0.5em;
|
||||
font-weight: $normalWeight;
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user