der
This commit is contained in:
parent
9d0b5ec882
commit
320e295ff8
|
|
@ -291,11 +291,11 @@ h1, h2, h3, h4, h5, h6, .fw-bold, .fw-semibold {
|
||||||
.sidebar-nav > .nav-item > .nav-link {
|
.sidebar-nav > .nav-item > .nav-link {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 3px;
|
gap: 2px;
|
||||||
padding: 9px 10px;
|
padding: 9px 10px;
|
||||||
border-radius: var(--radius-md);
|
border-radius: var(--radius-md);
|
||||||
color: rgba(255,255,255,0.72);
|
color: rgba(255,255,255,0.72);
|
||||||
font-size: 11px;
|
font-size: 12px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
transition: all var(--transition-base);
|
transition: all var(--transition-base);
|
||||||
|
|
@ -323,7 +323,7 @@ h1, h2, h3, h4, h5, h6, .fw-bold, .fw-semibold {
|
||||||
|
|
||||||
.sidebar-nav > .nav-item > .nav-link span {
|
.sidebar-nav > .nav-item > .nav-link span {
|
||||||
font-family: 'Syne', sans-serif;
|
font-family: 'Syne', sans-serif;
|
||||||
font-size: 11px;
|
font-size: 12px;
|
||||||
letter-spacing: 0.02em;
|
letter-spacing: 0.02em;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
|
|
@ -339,7 +339,7 @@ h1, h2, h3, h4, h5, h6, .fw-bold, .fw-semibold {
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar-nav > .nav-item > .nav-link .bi-chevron-down {
|
.sidebar-nav > .nav-item > .nav-link .bi-chevron-down {
|
||||||
font-size: 11px;
|
font-size: 12px;
|
||||||
opacity: 0.6;
|
opacity: 0.6;
|
||||||
transition: transform var(--transition-base);
|
transition: transform var(--transition-base);
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user