Skip to content

Commit

Permalink
feat: update to theme v2.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
hellodeloo authored and EwenKorr committed Sep 12, 2024
1 parent 20a6a3f commit 13c6c40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
8 changes: 0 additions & 8 deletions itou/static/css/itou.css
Original file line number Diff line number Diff line change
Expand Up @@ -395,11 +395,3 @@ an input field being invalid, generating an uncontrolled red box-shadow. */
.w-lg-400px .select2-selection__rendered {
white-space: nowrap !important;
}

/* News Page
--------------------------------------------------------------------------- */
/* utility class soon included in the itou theme */
.img-muted {
filter: grayscale(100%);
opacity: 0.3;
}
6 changes: 3 additions & 3 deletions itou/utils/staticfiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,11 +190,11 @@
},
"theme-inclusion": {
"download": {
"url": "https://github.com/gip-inclusion/itou-theme/archive/refs/tags/v2.1.5.zip",
"sha256": "0dbe44fe1f2b18e40ef358f48ee87d8ca2ca0f516d16a39021f7cb94743412f8",
"url": "https://github.com/gip-inclusion/itou-theme/archive/refs/tags/v2.1.7.zip",
"sha256": "394c8861018cd0be49b0937784f360fb517753de397c4c35024f786d98dc6cc3",
},
"extract": {
"origin": "itou-theme-2.1.5/dist",
"origin": "itou-theme-2.1.7/dist",
"destination": "vendor/theme-inclusion/",
"files": [
"javascripts/app.js",
Expand Down

0 comments on commit 13c6c40

Please sign in to comment.