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

Merge branch 'feature/ISTWCMS-7028-m26lebla-fix-display-manual-list-services' into '1.1.x'

ISTWCMS-7028: Add css to the manual services list to match presentation of automatic list

See merge request !221
parents 3d72cd17 8f22cbe4
No related branches found
No related tags found
1 merge request!221ISTWCMS-7028: Add css to the manual services list to match presentation of automatic list
......@@ -108,3 +108,86 @@
}
}
}
.block-uw-cbl-manual-list {
.service {
.uw-content--grid-list__layout {
display: grid;
grid-row-gap: inherit;
.card {
flex: inherit;
flex-wrap: inherit;
column-gap: var(--grid-gutter);
order: inherit;
width: inherit;
.card__body{
height: inherit;
}
&:first-of-type {
flex: inherit;
flex-wrap: inherit;
column-gap: var(--grid-gutter);
order: inherit;
width: inherit !important;
}
&.card--show-hover {
border: 1px solid transparent;
box-shadow: inherit;
transition: inherit;
padding: inherit;
&:hover,
&:focus-within {
border-bottom: 1px solid inherit;
box-shadow: inherit;
}
}
.card__header {
margin: 0;
.card__title{
font-size: var(--font-size-1);
margin: var(--size-1) 0 0 0;
font-family: inherit;
line-height: inherit;
padding: inherit;
width: inherit;
a {
text-decoration: underline;
&:focus,
&:hover {
text-decoration: none;
}
}
}
}
.card__content {
margin: 0;
p {
margin: 0;
}
}
}
}
.view-content {
flex: inherit;
flex-flow: inherit;
gap: inherit;
.views-row {
flex: inherit;
flex-wrap: inherit;
column-gap: inherit;
width: inherit !important;
order: inherit;
&:first-of-type {
flex: inherit;
flex-wrap: inherit;
column-gap: inherit;
order: inherit;
width: inherit !important;
}
p {
margin: 0;
}
}
}
}
}
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