mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-02 21:20:08 +08:00
changed with mixin
This commit is contained in:
parent
f99c1db551
commit
378bf37ba4
1 changed files with 1 additions and 1 deletions
|
@ -8,13 +8,13 @@
|
|||
padding-left: 1.5rem;
|
||||
|
||||
.breadcrumbs-link {
|
||||
@include font-small;
|
||||
color: var(--sn-blue);
|
||||
display: inline-block;
|
||||
max-width: var(--max-breadcrumbs-link-width);
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
font-size: 12px;
|
||||
|
||||
&:last-child {
|
||||
color: var(--sn-grey);
|
||||
|
|
Loading…
Reference in a new issue