removed lowercase in xarxarec category
This commit is contained in:
parent
52f8a73b91
commit
fc64b2a859
|
@ -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
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue