mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-11 23:54:43 +08:00
Fix Hound config and CSS code styling [SCI-2730]
This commit is contained in:
parent
7623ac2a18
commit
53874c4680
2 changed files with 3 additions and 4 deletions
|
@ -3,7 +3,7 @@ ruby:
|
||||||
|
|
||||||
eslint:
|
eslint:
|
||||||
enabled: true
|
enabled: true
|
||||||
config_file: .eslintrc.json
|
config_file: app/assets/.eslintrc.json
|
||||||
|
|
||||||
scss:
|
scss:
|
||||||
config_file: .scss-lint.yml
|
config_file: .scss-lint.yml
|
||||||
|
|
|
@ -623,8 +623,6 @@ ul.double-line > li {
|
||||||
color: $brand-primary;
|
color: $brand-primary;
|
||||||
}
|
}
|
||||||
|
|
||||||
#projects-index,
|
|
||||||
#project-archive,
|
|
||||||
#project-show,
|
#project-show,
|
||||||
#experiment-archive,
|
#experiment-archive,
|
||||||
#module-archive,
|
#module-archive,
|
||||||
|
@ -651,6 +649,7 @@ ul.double-line > li {
|
||||||
}
|
}
|
||||||
|
|
||||||
.panel-project {
|
.panel-project {
|
||||||
|
box-shadow: 0 3px 6px $color-alto;
|
||||||
color: $color-silver-chalice;
|
color: $color-silver-chalice;
|
||||||
|
|
||||||
&:not(.selected) .panel-heading .project-card-selector,
|
&:not(.selected) .panel-heading .project-card-selector,
|
||||||
|
@ -669,7 +668,7 @@ ul.double-line > li {
|
||||||
|
|
||||||
&.selected {
|
&.selected {
|
||||||
border-color: $brand-primary;
|
border-color: $brand-primary;
|
||||||
box-shadow: 0px 3px 10px $brand-primary !important;
|
box-shadow: 0 3px 10px $brand-primary;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.archived {
|
&.archived {
|
||||||
|
|
Loading…
Add table
Reference in a new issue