Files
music-admin/@core/scss/template/placeholders/_vertical-nav.scss
poptong 83b162d2bd
Some checks failed
🚀 Deploy - Demo / deployment (push) Has been cancelled
🔧 웹훅 URL을 HTTPS로 수정
- 웹훅 URL을 https://admin.youtooplay.com/webhook로 변경
- Nginx 리버스 프록시 설정 파일 추가
- 배포 가이드 업데이트
2025-10-01 01:47:51 +09:00

58 lines
1.3 KiB
SCSS
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// Open & Active nav group styles
%vertical-nav-group-active {
--v-theme-overlay-multiplier: 2;
color: rgb(var(--v-theme-primary));
}
%nav-header-action {
display: flex;
align-items: center;
justify-content: center;
background-color: rgb(var(--v-theme-primary));
block-size: 1.375rem;
inline-size: 1.375rem;
}
// nav-group and nav-link border radius
%vertical-nav-item-interactive {
border-radius: 0.375rem;
block-size: 2.625rem;
margin-block-end: 0.25rem;
}
// Icon styling for icon nested inside another nav item (2nd level)
%vertical-nav-items-nested-icon {
margin-inline: 6px 20px;
transition: transform 0.25s ease-in-out 0s;
}
%vertical-nav-items-icon-after-2nd-level {
margin-inline-start: 14px;
visibility: visible;
}
%vertical-nav-section-title {
block-size: 1.125rem;
color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
font-size: 0.8125rem;
line-height: 1.125rem;
text-transform: uppercase;
}
// Vertical nav item badge styles
%vertical-nav-item-badge {
z-index: 1;
display: flex;
align-items: center;
justify-content: center;
border-radius: 500px;
block-size: 1.5rem;
font-size: 0.8125rem;
font-weight: 500;
line-height: 1.25rem;
margin-inline-end: 0.5rem;
padding-block: 0;
padding-inline: 0.625rem;
}