styled convos and members

This commit is contained in:
jorge 2024-03-14 11:37:22 +01:00
parent ab2042f727
commit 0d0113f9de
6 changed files with 69 additions and 8 deletions

View File

@ -1908,7 +1908,14 @@ Add your custom styles in this file so it is easier to update the theme.
* */ * */
/* used in /* used in
* ./template-parts/content-xarxaprod-associat.php * template-parts/content-xarxaprod-associat.php
* * * * * * * * * */
/*
* used in
* archive-xarxaprod-associat.php
* page-templates/associats-search.php
*
* */ * */
/* /*
@ -2182,6 +2189,20 @@ Add your custom styles in this file so it is easier to update the theme.
font-size: 1em; font-size: 1em;
} }
.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-associat .xarxaprod-associat-contact {
font-size: 0.9rem;
}
.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-associat .xarxaprod-associat-contact h6 {
font-size: 0.9rem;
border: none;
}
.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-associat .xarxaprod-associat-contact li {
display: grid;
grid-template-columns: 1fr 2fr;
}
.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-cards, .edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-cards,
.edit-post-visual-editor__content-area .editor-styles-wrapper .category-convocatories, .edit-post-visual-editor__content-area .editor-styles-wrapper .category-convocatories,
.edit-post-visual-editor__content-area .editor-styles-wrapper .category-activitats, .edit-post-visual-editor__content-area .editor-styles-wrapper .category-activitats,

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -81,6 +81,7 @@
.xarxaprod-card-each { .xarxaprod-card-each {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
//justify-content: end;
.entry-title,h6 { .entry-title,h6 {
margin: 0; margin: 0;
padding: 0.5rem 0; padding: 0.5rem 0;
@ -190,8 +191,8 @@
} }
/* used in /* used in
* ./template-parts/content-xarxaprod-associat.php * template-parts/content-xarxaprod-associat.php
* */ * * * * * * * * * */
.single-xarxaprod-associat { .single-xarxaprod-associat {
.xarxaprod-associat { .xarxaprod-associat {
> section { > section {
@ -243,6 +244,25 @@
} }
} }
/*
* used in
* archive-xarxaprod-associat.php
* page-templates/associats-search.php
*
* */
.xarxaprod-associat {
.xarxaprod-associat-contact {
font-size: $font__size-body * 0.9;
h6 {
font-size: $font__size-body * 0.9;
border: none;
}
li {
display:grid;
grid-template-columns: 1fr 2fr;
}
}
}
/* /*
* categories: * categories:
* *

View File

@ -1970,8 +1970,8 @@ textarea {
} }
/* used in /* used in
* ./template-parts/content-xarxaprod-associat.php * template-parts/content-xarxaprod-associat.php
* */ * * * * * * * * * */
.single-xarxaprod-associat .xarxaprod-associat > section { .single-xarxaprod-associat .xarxaprod-associat > section {
margin-top: 4em; margin-top: 4em;
} }
@ -2018,6 +2018,26 @@ textarea {
font-size: 1em; font-size: 1em;
} }
/*
* used in
* archive-xarxaprod-associat.php
* page-templates/associats-search.php
*
* */
.xarxaprod-associat .xarxaprod-associat-contact {
font-size: 0.9rem;
}
.xarxaprod-associat .xarxaprod-associat-contact h6 {
font-size: 0.9rem;
border: none;
}
.xarxaprod-associat .xarxaprod-associat-contact li {
display: grid;
grid-template-columns: 1fr 2fr;
}
/* /*
* categories: * categories:
* *

File diff suppressed because one or more lines are too long