mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-03 22:21:53 +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 {
|
||||
[data-view-mode="active"] {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
.experiment-actions-menu {
|
||||
.dropdown-menu {
|
||||
a,
|
||||
button {
|
||||
@include font-button;
|
||||
padding: .5em 1em;
|
||||
|
||||
.fas {
|
||||
margin-right: .4em;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.content-header {
|
||||
.project-name {
|
||||
align-items: center;
|
||||
|
|
Loading…
Reference in a new issue