File tree Expand file tree Collapse file tree
packages/view/src/components/FolderActivityFlow Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5656
5757 & __breadcrumb {
5858 padding-left : 50px ;
59- font-size : $font-size-body ;
60- min-height : 24px ; // 최소 높이 고정
61- display : flex ;
62- align-items : center ;
63-
64- .MuiBreadcrumbs-ol {
65- flex-wrap : nowrap ; // 줄바꿈 방지
66- }
6759
6860 .MuiBreadcrumbs-separator {
6961 color : $color-white ;
70- margin : 0 4px ; // 고정 간격
7162 }
7263
7364 .MuiTypography-root {
7465 color : $color-white ;
7566 font-size : $font-size-body ;
7667 font-weight : $font-weight-regular ;
77- white-space : nowrap ; // 텍스트 줄바꿈 방지
7868 }
7969
8070 .MuiLink-root {
8171 color : $color-white ;
8272 font-size : $font-size-body ;
8373 font-weight : $font-weight-regular ;
84- white-space : nowrap ; // 텍스트 줄바꿈 방지
8574 text-decoration : none ;
8675
8776 & :hover {
9281
9382 svg {
9483 color : $color-light-gray ;
95- display : block ; // 인라인 간격 제거
9684 }
9785 }
9886
You can’t perform that action at this time.
0 commit comments