styled convos pre 2024
This commit is contained in:
parent
e35eb0f223
commit
c621ade809
|
@ -1998,6 +1998,31 @@ Add your custom styles in this file so it is easier to update the theme.
|
||||||
margin: 0;
|
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 {
|
.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-agenda .xarxaprod-card-each {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
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
|
@ -136,6 +136,24 @@
|
||||||
margin: 0;
|
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
|
/* used in
|
||||||
* ./template-parts/section-agenda.php
|
* ./template-parts/section-agenda.php
|
||||||
* */
|
* */
|
||||||
|
|
25
style.css
25
style.css
|
@ -1847,6 +1847,31 @@ textarea {
|
||||||
margin: 0;
|
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
|
/* used in
|
||||||
* ./template-parts/section-agenda.php
|
* ./template-parts/section-agenda.php
|
||||||
* */
|
* */
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue