mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-07 07:26:20 +08:00
Merge pull request #1382 from okriuchykhin/ok_SCI_2872
Change text color on project cards tabs [SCI-2872]
This commit is contained in:
commit
afe5db5cf3
1 changed files with 4 additions and 0 deletions
|
@ -729,6 +729,10 @@ ul.double-line > li {
|
||||||
border-bottom: 0;
|
border-bottom: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tab-pane {
|
||||||
|
color: $color-emperor;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.panel-archive {
|
.panel-archive {
|
||||||
|
|
Loading…
Reference in a new issue