mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-06 15:40:31 +08:00
Fix corrupted SCSS file
This commit is contained in:
parent
aa3944fea8
commit
c5b286c764
1 changed files with 14 additions and 13 deletions
|
@ -14,25 +14,26 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.experiment-actions-menu {
|
|
||||||
.dropdown-menu {
|
|
||||||
a,
|
|
||||||
button {
|
|
||||||
@include font-button;
|
|
||||||
padding: .5em 1em;
|
|
||||||
|
|
||||||
.fas {
|
|
||||||
margin-right: .4em;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
&.archived {
|
&.archived {
|
||||||
[data-view-mode="active"] {
|
[data-view-mode="active"] {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.experiment-actions-menu {
|
||||||
|
.dropdown-menu {
|
||||||
|
a,
|
||||||
|
button {
|
||||||
|
@include font-button;
|
||||||
|
padding: .5em 1em;
|
||||||
|
|
||||||
|
.fas {
|
||||||
|
margin-right: .4em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.content-header {
|
.content-header {
|
||||||
.project-name {
|
.project-name {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
Loading…
Reference in a new issue