mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-01 13:13:22 +08:00
Inventory css fixes [SCI-8510]
This commit is contained in:
parent
9470313899
commit
ce7f50908d
4 changed files with 11 additions and 2 deletions
|
@ -218,6 +218,7 @@
|
|||
|
||||
.repository-status-value-icon {
|
||||
.emoji {
|
||||
display: inline;
|
||||
height: 24px;
|
||||
margin-right: 5px;
|
||||
min-width: 24px;
|
||||
|
|
|
@ -324,6 +324,10 @@
|
|||
&[data-ds-tag-id=""] {
|
||||
opacity: .7;
|
||||
}
|
||||
|
||||
img {
|
||||
display: inline;
|
||||
}
|
||||
}
|
||||
|
||||
.fa-times {
|
||||
|
|
|
@ -540,6 +540,10 @@ mark,.mark {
|
|||
position: relative;
|
||||
right: 15px;
|
||||
|
||||
img {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
& li + li::before {
|
||||
color: $color-volcano;
|
||||
content: "/ ";
|
||||
|
|
Loading…
Reference in a new issue