styled bubbles in more views

This commit is contained in:
Jorge vitrubio.net 2024-04-11 13:36:48 +02:00
parent e0595f8a32
commit 7e88861955
4 changed files with 18 additions and 7 deletions

View File

@ -1013,7 +1013,8 @@ Add your custom styles in this file so it is easier to update the theme.
--bubble-color-04: #fff;
}
.edit-post-visual-editor__content-area .editor-styles-wrapper .page-template-associats-search {
.edit-post-visual-editor__content-area .editor-styles-wrapper .page-template-associats-search,
.edit-post-visual-editor__content-area .editor-styles-wrapper .post-type-archive-xarxaprod-associat {
--bubble-color-01: #fff;
--bubble-color-02: #68ed81;
--bubble-color-03: #ff79a8;
@ -1035,7 +1036,8 @@ Add your custom styles in this file so it is easier to update the theme.
--bubble-color-04: #fff;
}
.edit-post-visual-editor__content-area .editor-styles-wrapper .page-template-convos-search {
.edit-post-visual-editor__content-area .editor-styles-wrapper .page-template-convos-search,
.edit-post-visual-editor__content-area .editor-styles-wrapper .post-type-archive-xarxaprod-convo {
--bubble-color-01: #fff;
--bubble-color-02: #ff5a69;
--bubble-color-03: #00f274;
@ -1072,6 +1074,7 @@ Add your custom styles in this file so it is easier to update the theme.
}
.edit-post-visual-editor__content-area .editor-styles-wrapper .page-template-ajut-search,
.edit-post-visual-editor__content-area .editor-styles-wrapper .post-type-archive-xarxaprod-ajut,
.edit-post-visual-editor__content-area .editor-styles-wrapper .single-xarxaprod-ajut {
--bubble-color-01: #6cd3eb;
--bubble-color-02: #fff;

File diff suppressed because one or more lines are too long

View File

@ -54,7 +54,9 @@ body {
--bubble-color-03: #f6ca43;
--bubble-color-04: #ffffff;
}
.page-template-associats-search {
.page-template-associats-search,
.post-type-archive-xarxaprod-associat
{
--bubble-color-01: #ffffff;
--bubble-color-02: #68ed81;
--bubble-color-03: #ff79a8;
@ -75,7 +77,9 @@ body {
--bubble-color-03: #f61818;
--bubble-color-04: #ffffff;
}
.page-template-convos-search {
.page-template-convos-search,
.post-type-archive-xarxaprod-convo
{
--bubble-color-01: #ffffff;
--bubble-color-02: #ff5a69;
--bubble-color-03: #00f274;
@ -109,6 +113,7 @@ body {
--bubble-color-04: #ffffff;
}
.page-template-ajut-search,
.post-type-archive-xarxaprod-ajut,
.single-xarxaprod-ajut
//.custom-post-type-ajuts
{

View File

@ -870,7 +870,8 @@ body.admin-bar {
--bubble-color-04: #fff;
}
.page-template-associats-search {
.page-template-associats-search,
.post-type-archive-xarxaprod-associat {
--bubble-color-01: #fff;
--bubble-color-02: #68ed81;
--bubble-color-03: #ff79a8;
@ -892,7 +893,8 @@ body.admin-bar {
--bubble-color-04: #fff;
}
.page-template-convos-search {
.page-template-convos-search,
.post-type-archive-xarxaprod-convo {
--bubble-color-01: #fff;
--bubble-color-02: #ff5a69;
--bubble-color-03: #00f274;
@ -929,6 +931,7 @@ body.admin-bar {
}
.page-template-ajut-search,
.post-type-archive-xarxaprod-ajut,
.single-xarxaprod-ajut {
--bubble-color-01: #6cd3eb;
--bubble-color-02: #fff;