mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-31 12:09:17 +08:00
Fix css for no results on projects page [SCI-5438]
This commit is contained in:
parent
adb9442677
commit
cfc8383004
1 changed files with 9 additions and 2 deletions
|
@ -783,8 +783,11 @@ li.module-hover {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
&.no-results {
|
&.no-results {
|
||||||
display: block;
|
|
||||||
margin-top: 100px;
|
.no-results-container {
|
||||||
|
grid-row: 8;
|
||||||
|
grid-column: 1 / -1;
|
||||||
|
}
|
||||||
|
|
||||||
.no-results-img {
|
.no-results-img {
|
||||||
display: block;
|
display: block;
|
||||||
|
@ -1006,6 +1009,10 @@ li.module-hover {
|
||||||
grid-template-columns: max-content repeat(3, minmax(100px, auto)) max-content max-content;
|
grid-template-columns: max-content repeat(3, minmax(100px, auto)) max-content max-content;
|
||||||
margin: 40px 0 0 6px;
|
margin: 40px 0 0 6px;
|
||||||
|
|
||||||
|
.no-results-container {
|
||||||
|
grid-row: 12;
|
||||||
|
grid-column: 1 / -1;
|
||||||
|
}
|
||||||
|
|
||||||
.projects-group {
|
.projects-group {
|
||||||
display: contents;
|
display: contents;
|
||||||
|
|
Loading…
Reference in a new issue