mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #21027 from overleaf/ds-gallery-redesign-no-articles-found-3
Gallery redesign - Updating the tagged page with no articles found GitOrigin-RevId: dfddfa29c84520093a35fec5017b4ad09634b617
This commit is contained in:
parent
75aa3764ea
commit
43965828c8
1 changed files with 26 additions and 1 deletions
|
@ -1,3 +1,14 @@
|
||||||
|
.gallery.gallery-tagged {
|
||||||
|
.gallery-title {
|
||||||
|
display: block;
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
.gallery-summary {
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.gallery {
|
.gallery {
|
||||||
margin-top: var(--spacing-10);
|
margin-top: var(--spacing-10);
|
||||||
|
|
||||||
|
@ -49,7 +60,7 @@
|
||||||
@include body-lg;
|
@include body-lg;
|
||||||
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-bottom: var(--spacing-08);
|
margin-bottom: var(--spacing-09);
|
||||||
}
|
}
|
||||||
|
|
||||||
.top-picks-banner.container {
|
.top-picks-banner.container {
|
||||||
|
@ -66,6 +77,20 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.no-articles-matching {
|
||||||
|
color: var(--neutral-90);
|
||||||
|
font-weight: 600;
|
||||||
|
|
||||||
|
@include heading-lg;
|
||||||
|
}
|
||||||
|
|
||||||
|
.template-summary {
|
||||||
|
margin-top: var(--spacing-02);
|
||||||
|
margin-bottom: var(--spacing-09);
|
||||||
|
|
||||||
|
@include body-lg;
|
||||||
|
}
|
||||||
|
|
||||||
@mixin text-overflow {
|
@mixin text-overflow {
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
Loading…
Reference in a new issue