Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MDS-681] Update partners.io theme, add pay.io theme #708

Merged
merged 1 commit into from
Sep 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion priv/static/themes/partners.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
:root.theme-partners-light,
.theme-partners-light {
--piccolo: 66 150 89; /* #429659 */
--piccolo: 0 0 0; /* #000000 */
--hit: 70 99 163; /* #4663a3 */
--beerus: 224 224 225; /* #e0e0e1 */
--gohan: 255 255 255; /* #ffffff */
Expand Down
80 changes: 80 additions & 0 deletions priv/static/themes/pay.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
:root.theme-pay-light,
.theme-pay-light {
--piccolo: 76 73 234; /* #4c49ea */
--hit: 234 235 235; /* #eaebeb */
--beerus: 218 218 222; /* #dadade */
--gohan: 244 245 246; /* #f4f5f6 */
--goten: 255 255 255; /* #ffffff */
--goku: 255 255 255; /* #ffffff */
--bulma: 27 20 20; /* #1b1414 */
--trunks: 178 177 185; /* #b2b1b9 */
--popo: 0 0 0; /* #000000 */
--jiren: 76 73 234 / 0.12; /* #4c49ea */
--heles: 58 57 72 / 0.12; /* #3a3948 */
--zeno: 25 30 37 / 0.4; /* #191e25 */

/* support-colors */
--krillin: 255 179 25; /* #ff9800 */
--krillin-60: 255 179 25 / 0.56; /* #ff9800 */
--krillin-10: 255 179 25 / 0.08; /* #ff9800 */

--chichi: 255 78 100; /* #ff4e64 */
--chichi-60: 255 78 100 / 0.56; /* #ff4e64 */
--chichi-10: 255 78 100 / 0.08; /* #ff4e64 */

--roshi: 46 125 50; /* #2e7d32 */
--roshi-60: 46 125 50 / 0.56; /* #2e7d32 */
--roshi-10: 46 125 50 / 0.08; /* #2e7d32 */

--dodoria: 211 48 48; /* #d33030 */
--dodoria-60: 211 48 48 / 0.56; /* #d33030 */
--dodoria-10: 211 48 48 / 0.08; /* #d33030 */

--cell: 149 241 213; /* #95f1d5 */
--cell-60: 149 241 213 / 0.56; /* #95f1d5 */
--cell-10: 149 241 213 / 0.08; /* #95f1d5 */

--raditz: 179 128 74; /* #b3804a */
--raditz-60: 179 128 74 / 0.56; /* #b3804a */
--raditz-10: 179 128 74 / 0.08; /* #b3804a */

--whis: 52 72 240; /* #3448f0 */
--whis-60: 52 72 240 / 0.56; /* #3448f0 */
--whis-10: 52 72 240 / 0.08; /* #3448f0 */

--frieza: 92 51 207; /* #5c33cf */
--frieza-60: 92 51 207 / 0.56; /* #5c33cf */
--frieza-10: 92 51 207 / 0.08; /* #5c33cf */

--nappa: 114 85 80; /* #725550 */
--nappa-60: 114 85 80 / 0.56; /* #725550 */
--nappa-10: 114 85 80 / 0.08; /* #725550 */

/* border-radius */
--radius-i-xs: 0.25rem; /* 4px */
--radius-i-sm: 0.5rem; /* 8px */
--radius-i-md: 0.75rem; /* 12px */
--radius-s-xs: 0.25rem; /* 4px */
--radius-s-sm: 0.5rem; /* 8px */
--radius-s-md: 0.75rem; /* 12px */
--radius-s-lg: 1rem; /* 16px */

/* border-width */
--border-width: 0.0625rem; /* 1px */
--border-i-width: 0.125rem; /* 2px */

/* opacity */
--opacity-moon: 0.6;

/* fonts */
--averta: 'Averta Std';
--dm-sans: 'DM Sans';

/* box-shadow */
--shadow-xs: 0 4px 12px -6px rgb(0 0 0 / 0.06);
--shadow-sm: 0 6px 6px -6px rgb(0 0 0 / 0.16), 0 0 1px rgb(0 0 0 / 0.4);
--shadow-md: 0 12px 12px -6px rgb(0 0 0 / 0.16), 0 0 1px rgb(0 0 0 / 0.4);
--shadow-lg: 0 8px 24px -6px rgb(0 0 0 / 0.16), 0 0 1px rgb(0 0 0 / 0.4);
--shadow-xl: 0 32px 32px -8px rgb(0 0 0 / 0.08),
0 0 32px -8px rgb(0 0 0 / 0.12), 0 0 1px rgb(0 0 0 / 0.2);
}
2 changes: 1 addition & 1 deletion priv/static/themes/sportsbet.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
:root.theme-sb-light,
.theme-sb-light {
--piccolo: 73 179 86; /* #49b356 */
--hit: 247 247 247; /* #f7f7f7 */
--hit: 234 235 235; /* #eaebeb */
--beerus: 224 227 229; /* #e0e3e5 */
--goku: 255 255 255; /* #ffffff */
--gohan: 244 245 246; /* #f4f5f6 */
Expand Down