Skip to content

Commit

Permalink
⬆️(funmooc) upgrade to richie 2.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jbpenrath committed Oct 16, 2024
1 parent 2121840 commit d1dd225
Show file tree
Hide file tree
Showing 4 changed files with 3,042 additions and 4,187 deletions.
2 changes: 1 addition & 1 deletion sites/funmooc/requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ dockerflow==2024.4.2
factory-boy==3.3.0
gunicorn==22.0.0
psycopg2-binary==2.9.9
richie==2.29.2
richie==2.30.0
sentry-sdk==2.2.1
2 changes: 1 addition & 1 deletion sites/funmooc/src/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"homepage": "https://github.com/openfun/fun-richie-site-factory#readme",
"dependencies": {
"richie-education": "2.29.2",
"richie-education": "2.30.0",
"tarteaucitronjs": "1.14.0"
},
"devDependencies": {
Expand Down
12 changes: 12 additions & 0 deletions sites/funmooc/src/frontend/scss/extras/colors/_theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,18 @@ $r-theme: recursive-map-merge(
cta-color: r-color('white'),
cta-border: r-color('lipstick'),
),
compacted-banner: (
title-color: r-color('lipstick'),
title-alt-color: r-color('black-two'),
content-color: r-color('black'),
search-input-background: r-color('white'),
search-btn-background: r-color('lipstick'),
search-icon-fill: r-color('white'),
cta-variant-from: r-color('lipstick'),
cta-variant-to: scale-color(r-color('lipstick'), $lightness: -10%),
cta-color: r-color('white'),
cta-border: r-color('lipstick'),
),
section-plugin: (
title-emphased-color: r-color('lipstick'),
),
Expand Down
Loading

0 comments on commit d1dd225

Please sign in to comment.