Skip to content
Snippets Groups Projects
Commit 9b90487d authored by Martin Leblanc's avatar Martin Leblanc Committed by Eric Bremner
Browse files

ISTWCMS-5127: css to remove the padding in custom list blocks for services...

ISTWCMS-5127: css to remove the padding in custom list blocks for services views views-element-container
parent 6957d826
No related branches found
No related tags found
1 merge request!123Feature/istwcms 5127 ebremner services blocks gui
......@@ -13,20 +13,21 @@ $sidebar-width: 18.75rem;
&s-element-container{
@include uw-contained-width;
position:relative;
.block-views &,
.block-layout-builder &{
padding:0;
}
@include xl {
.block-views &,
.block-layout-builder & {
padding: 0;
}
}
}
display: grid;
gap:1rem;
grid-template-columns: 100%;
padding:0;
position: relative;
.block-views &{
padding:0;
}
@include xl {
.block-views &{
padding:0;
}
}
&.view-uw-view-contacts{
padding-left:0;
padding-right:0;
......@@ -61,7 +62,7 @@ $sidebar-width: 18.75rem;
grid-row:2/3;
width:100%;
.views-row{
width: 100%
width: 100%;
}
}
......@@ -84,9 +85,6 @@ $sidebar-width: 18.75rem;
gap:$grid-gap;
grid-template-columns: auto $sidebar-width;
}
.view-header {
// css
}
.view-content {
@include uw-flex-grid();
grid-column:1/2;
......@@ -160,7 +158,7 @@ $sidebar-width: 18.75rem;
}
}
// Overite the view for when in services or catalog
// Ovewrite the view for when in services or catalog
&-uw-view-catalog-show-nodes,
&-uw-view-catalog-show-terms,
&-uw-view-taxonomy-show-nodes,
......@@ -189,9 +187,6 @@ $sidebar-width: 18.75rem;
}
}
}
.views-row{
}
p{
margin:0;
......@@ -291,16 +286,14 @@ $sidebar-width: 18.75rem;
}
}
}
.uw-offcanvas--filter{
display: flex;
gap:0.5rem;
justify-content:flex-end;
}
//Setting the views views-row item grids.
.path-news,
.view-uw-view-news-items,
.path-blog,
.view-uw-view-blogs,
.path-events,
.view-uw-view-events,
.path-profiles,
.path-contacts{
.view-content {
......@@ -314,3 +307,8 @@ $sidebar-width: 18.75rem;
}
}
}
.uw-offcanvas--filter{
display: flex;
gap:0.5rem;
justify-content:flex-end;
}
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