Skip to content
Snippets Groups Projects
Commit e8f8491d authored by Kevin Paxman's avatar Kevin Paxman
Browse files

Merge branch...

Merge branch 'feature/ISTWCMS-6900-m26lebla-opportunities-should-display-correctly-in-auto-manual-lists' into '1.1.x'

ISTWCMS-6900: Add grid to opportunities when placed in auto-manual list

See merge request !266
parents 109a71a3 46d885e5
No related branches found
No related tags found
1 merge request!266ISTWCMS-6900: Add grid to opportunities when placed in auto-manual list
......@@ -23,11 +23,10 @@
width: 100% !important;
}
}
// When in manual list , blog and events.
.block-uw-cbl-manual-list .blog &,
.block-uw-cbl-manual-list .events & {
// When in manual list.
.block-uw-cbl-manual-list div & {
.card {
align-self: inherit;
align-self: inherit;
}
}
.contact &{
......
......@@ -272,6 +272,7 @@ $sidebar-width: 18.75rem;
.view-uw-view-blogs,
.view-uw-view-events,
.view-uw-view-projects,
.view-uw-view-opportunities,
.path-taxonomy,
.path-projects,
.path-profiles,
......@@ -303,12 +304,13 @@ $sidebar-width: 18.75rem;
.path-news,
.path-blog,
.path-events,
.path-projects {
.path-projects,
.path-opportunities {
.view-content {
@media(min-width: $screen-sm) {
.views-row{
.views-row {
&:first-of-type,
&:nth-of-type(10n) {
&:nth-of-type(even):last-of-type {
grid-column: 1 / 3;
}
}
......@@ -337,10 +339,12 @@ $sidebar-width: 18.75rem;
.view-uw-view-blogs,
.view-uw-view-events,
.view-uw-view-projects,
.view-uw-view-opportunities,
.view-taxonomy-term {
.view-content {
.views-row {
&:first-of-type {
&:first-of-type,
&:nth-of-type(even):last-of-type {
grid-column: 1 / 3;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment