styled convos pre 2024

This commit is contained in:
jorge-vitrubio 2024-03-11 16:36:50 +01:00
parent e35eb0f223
commit c621ade809
6 changed files with 71 additions and 3 deletions

View File

@ -1998,6 +1998,31 @@ Add your custom styles in this file so it is easier to update the theme.
margin: 0;
}
.edit-post-visual-editor__content-area .editor-styles-wrapper .convos-pre-2024,
.edit-post-visual-editor__content-area .editor-styles-wrapper .category-convocatories {
margin-bottom: 2em;
}
.edit-post-visual-editor__content-area .editor-styles-wrapper .convos-pre-2024 .wp-block-post-title,
.edit-post-visual-editor__content-area .editor-styles-wrapper .category-convocatories .wp-block-post-title {
text-transform: lowercase;
font-size: 1.5em;
margin-bottom: 0.5em;
padding-bottom: 0.5em;
border-bottom: 0.05em solid #000;
}
.edit-post-visual-editor__content-area .editor-styles-wrapper .convos-pre-2024 .wp-block-post-excerpt,
.edit-post-visual-editor__content-area .editor-styles-wrapper .category-convocatories .wp-block-post-excerpt {
margin: 0.5em 0;
border-bottom: 0.05em solid #000;
}
.edit-post-visual-editor__content-area .editor-styles-wrapper .convos-pre-2024 .wp-block-read-more,
.edit-post-visual-editor__content-area .editor-styles-wrapper .category-convocatories .wp-block-read-more {
margin: 1em 0;
}
.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-agenda .xarxaprod-card-each {
display: flex;
flex-direction: column;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -136,6 +136,24 @@
margin: 0;
}
}
.convos-pre-2024,.category-convocatories {
margin-bottom: 2em;
.wp-block-post-title {
text-transform: lowercase;
font-size: 1.5em;
margin-bottom: 0.5em;
padding-bottom: 0.5em;
border-bottom: 0.05em solid $color__black;
}
.wp-block-post-excerpt {
margin: 0.5em 0;
border-bottom: 0.05em solid $color__black;
}
.wp-block-read-more {
margin: 1em 0;
}
}
/* used in
* ./template-parts/section-agenda.php
* */

View File

@ -1847,6 +1847,31 @@ textarea {
margin: 0;
}
.convos-pre-2024,
.category-convocatories {
margin-bottom: 2em;
}
.convos-pre-2024 .wp-block-post-title,
.category-convocatories .wp-block-post-title {
text-transform: lowercase;
font-size: 1.5em;
margin-bottom: 0.5em;
padding-bottom: 0.5em;
border-bottom: 0.05em solid #000;
}
.convos-pre-2024 .wp-block-post-excerpt,
.category-convocatories .wp-block-post-excerpt {
margin: 0.5em 0;
border-bottom: 0.05em solid #000;
}
.convos-pre-2024 .wp-block-read-more,
.category-convocatories .wp-block-read-more {
margin: 1em 0;
}
/* used in
* ./template-parts/section-agenda.php
* */

File diff suppressed because one or more lines are too long