some basic palette tooltip style refinements
This commit is contained in:
@@ -89,15 +89,20 @@
|
|||||||
.tt-title {
|
.tt-title {
|
||||||
color: rgba(var(--terUser), 1);
|
color: rgba(var(--terUser), 1);
|
||||||
font-size: 0.95rem;
|
font-size: 0.95rem;
|
||||||
margin: 0 0 0.3rem;
|
margin: 0 0 0.1rem;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tt-lock {
|
.tt-lock {
|
||||||
margin: 0.25rem 0 0;
|
margin: 0.75rem 0 0.1rem;
|
||||||
font-size: 0.8rem;
|
font-size: 0.8rem;
|
||||||
opacity: 0.85;
|
opacity: 0.85;
|
||||||
|
|
||||||
i { margin-right: 0.25rem; }
|
i { margin-right: 0.25rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tt-date {
|
||||||
|
font-size: 0.75rem !important;
|
||||||
|
font-variant-caps: small-caps;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user