removed lowercase in xarxarec category

This commit is contained in:
jorge 2024-04-19 16:45:26 +02:00
parent 52f8a73b91
commit fc64b2a859
4 changed files with 1 additions and 4 deletions

View File

@ -2794,7 +2794,6 @@ Add your custom styles in this file so it is easier to update the theme.
.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-cards .wp-block-post-title, .edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-cards .wp-block-post-title,
.edit-post-visual-editor__content-area .editor-styles-wrapper .category-convocatories .wp-block-post-title, .edit-post-visual-editor__content-area .editor-styles-wrapper .category-convocatories .wp-block-post-title,
.edit-post-visual-editor__content-area .editor-styles-wrapper .category-rec .wp-block-post-title { .edit-post-visual-editor__content-area .editor-styles-wrapper .category-rec .wp-block-post-title {
text-transform: lowercase;
font-size: 1.5rem; font-size: 1.5rem;
margin-bottom: 0.5em; margin-bottom: 0.5em;
padding-bottom: 0.5em; padding-bottom: 0.5em;

File diff suppressed because one or more lines are too long

View File

@ -404,7 +404,6 @@
justify-content: flex-end; justify-content: flex-end;
padding-bottom: $font__size-body * 2; padding-bottom: $font__size-body * 2;
.wp-block-post-title { .wp-block-post-title {
text-transform: lowercase;
font-size: $font__size-body*1.5; font-size: $font__size-body*1.5;
margin-bottom: 0.5em; margin-bottom: 0.5em;
padding-bottom: 0.5em; padding-bottom: 0.5em;

View File

@ -2632,7 +2632,6 @@ textarea {
.xarxaprod-cards .wp-block-post-title, .xarxaprod-cards .wp-block-post-title,
.category-convocatories .wp-block-post-title, .category-convocatories .wp-block-post-title,
.category-rec .wp-block-post-title { .category-rec .wp-block-post-title {
text-transform: lowercase;
font-size: 1.5rem; font-size: 1.5rem;
margin-bottom: 0.5em; margin-bottom: 0.5em;
padding-bottom: 0.5em; padding-bottom: 0.5em;