Skip to content

Commit

Permalink
[UPD] Colores workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ilopezsmx committed Jan 16, 2024
1 parent 14ead36 commit 3b15e57
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 3 deletions.
8 changes: 8 additions & 0 deletions src/genweb6/theme/theme/scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@
--gw-state-published: var(--bs-primary);
--gw-state-restricted-to-managers: var(--bs-gray-600);

--plone-state-visible: var(--gw-state-visible);
--plone-state-draft: var(--gw-state-draft);
--plone-state-private: var(--gw-state-private);
--plone-state-intranet: var(--gw-state-intranet);
--plone-state-pending: var(--gw-state-pending);
--plone-state-published: var(--gw-state-published);
--plone-state-restricted-to-managers: var(--gw-state-restricted-to-managers);

--gw-state-visible-hover: #{darken(#72a31d, 10%)};
--gw-state-draft-hover: #{darken(#72a31d, 10%)};
--gw-state-private-hover: #{darken(#a62e1f, 10%)};
Expand Down
9 changes: 8 additions & 1 deletion src/genweb6/theme/theme/stylesheets/theme-concat.css
Original file line number Diff line number Diff line change
Expand Up @@ -17887,6 +17887,13 @@ select + .select2-container--bootstrap-5 {
--gw-state-pending: #df8505;
--gw-state-published: var(--bs-primary);
--gw-state-restricted-to-managers: var(--bs-gray-600);
--plone-state-visible: var(--gw-state-visible);
--plone-state-draft: var(--gw-state-draft);
--plone-state-private: var(--gw-state-private);
--plone-state-intranet: var(--gw-state-intranet);
--plone-state-pending: var(--gw-state-pending);
--plone-state-published: var(--gw-state-published);
--plone-state-restricted-to-managers: var(--gw-state-restricted-to-managers);
--gw-state-visible-hover: #547815;
--gw-state-draft-hover: #547815;
--gw-state-private-hover: #7b2217;
Expand All @@ -17897,7 +17904,7 @@ select + .select2-container--bootstrap-5 {
--gw-viewlet-horizontal-width: 1.2em;
}

/* line 37, ../scss/_variables.scss */
/* line 45, ../scss/_variables.scss */
.btn-primary {
--bs-btn-bg: var(--bs-primary);
--bs-btn-border-color: var(--bs-primary);
Expand Down
9 changes: 8 additions & 1 deletion src/genweb6/theme/theme/stylesheets/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@
--gw-state-pending: #df8505;
--gw-state-published: var(--bs-primary);
--gw-state-restricted-to-managers: var(--bs-gray-600);
--plone-state-visible: var(--gw-state-visible);
--plone-state-draft: var(--gw-state-draft);
--plone-state-private: var(--gw-state-private);
--plone-state-intranet: var(--gw-state-intranet);
--plone-state-pending: var(--gw-state-pending);
--plone-state-published: var(--gw-state-published);
--plone-state-restricted-to-managers: var(--gw-state-restricted-to-managers);
--gw-state-visible-hover: #547815;
--gw-state-draft-hover: #547815;
--gw-state-private-hover: #7b2217;
Expand All @@ -32,7 +39,7 @@
--gw-viewlet-horizontal-width: 1.2em;
}

/* line 37, ../scss/_variables.scss */
/* line 45, ../scss/_variables.scss */
.btn-primary {
--bs-btn-bg: var(--bs-primary);
--bs-btn-border-color: var(--bs-primary);
Expand Down
2 changes: 1 addition & 1 deletion src/genweb6/theme/theme/stylesheets/theme.min.css

Large diffs are not rendered by default.

0 comments on commit 3b15e57

Please sign in to comment.