-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #797 from betagouv/dependabot/npm_and_yarn/prettie…
…r-3.2.5 chore(deps-dev): bump prettier from 2.8.8 to 3.2.5
- Loading branch information
Showing
74 changed files
with
339 additions
and
327 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,4 +11,4 @@ updates: | |
schedule: | ||
interval: "weekly" | ||
time: "07:00" | ||
timezone: "Europe/Paris" | ||
timezone: "Europe/Paris" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
_static/** | ||
**/assets/dist/** | ||
.github/workflows/automerge-dependabot.yaml | ||
.github/workflows/automerge-dependabot.yaml | ||
.mypy_cache/** | ||
*.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,73 +1,73 @@ | ||
#changelist { | ||
flex-direction: column-reverse; | ||
flex-direction: column-reverse; | ||
} | ||
|
||
#changelist table { | ||
table-layout: fixed ; | ||
table-layout: fixed; | ||
} | ||
|
||
#changelist table thead th { | ||
word-wrap: break-word; | ||
white-space: normal; | ||
word-wrap: break-word; | ||
white-space: normal; | ||
} | ||
|
||
#changelist th.column-invitation_completed_display, | ||
#changelist th.column-invitation_completed_display, | ||
#changelist th.column-is_lab_admin, | ||
#changelist th.column-is_superuser { | ||
width: 100px; | ||
width: 100px; | ||
} | ||
|
||
#changelist th.action-checkbox-column { | ||
width: 2.5rem !important; | ||
width: 2.5rem !important; | ||
} | ||
|
||
#changelist table td.field-last_institution_display { | ||
white-space: nowrap; | ||
overflow: hidden; | ||
text-overflow: ellipsis; | ||
white-space: nowrap; | ||
overflow: hidden; | ||
text-overflow: ellipsis; | ||
} | ||
|
||
#changelist th.field-full_name_display { | ||
width: 200px; | ||
white-space: nowrap; | ||
overflow: hidden; | ||
text-overflow: ellipsis; | ||
width: 200px; | ||
white-space: nowrap; | ||
overflow: hidden; | ||
text-overflow: ellipsis; | ||
} | ||
|
||
#changelist td.field-email { | ||
word-wrap: anywhere; | ||
word-wrap: anywhere; | ||
} | ||
|
||
#changelist #changelist-filter { | ||
margin: 0; | ||
flex: none; | ||
width: 100%; | ||
margin: 0; | ||
flex: none; | ||
width: 100%; | ||
} | ||
|
||
#changelist #changelist-filter a { | ||
display: inline-flex; | ||
color: var(--text-action-high-blue-france); | ||
display: inline-flex; | ||
color: var(--text-action-high-blue-france); | ||
} | ||
|
||
#changelist .actions { | ||
display: flex; | ||
align-items: end; | ||
margin-bottom: 15px; | ||
padding-left: 10px !important; | ||
display: flex; | ||
align-items: end; | ||
margin-bottom: 15px; | ||
padding-left: 10px !important; | ||
} | ||
|
||
#changelist .actions button[type="submit"] { | ||
margin-left: 2rem; | ||
margin-left: 2rem; | ||
} | ||
|
||
#changelist #changelist-search #euphrosyne-searchbar { | ||
max-width: 600px; | ||
max-width: 600px; | ||
} | ||
|
||
.change-form .fr-tag { | ||
padding: .25rem .75rem; | ||
padding: 0.25rem 0.75rem; | ||
} | ||
|
||
.object-tools { | ||
display: none; | ||
} | ||
display: none; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,76 +1,76 @@ | ||
.dashboard .content { | ||
background-color: var(--background-alt-grey); | ||
background-color: var(--background-alt-grey); | ||
} | ||
|
||
.dashboard #content { | ||
width: auto; | ||
width: auto; | ||
} | ||
|
||
.calendar { | ||
background-color: var(--background-raised-grey); | ||
filter: drop-shadow(var(--raised-shadow)); | ||
z-index: calc(var(--ground) + 750); | ||
background-color: var(--background-raised-grey); | ||
filter: drop-shadow(var(--raised-shadow)); | ||
z-index: calc(var(--ground) + 750); | ||
} | ||
|
||
.calendar td :nth-child(2n + 1) { | ||
background: inherit; | ||
} | ||
|
||
.upcoming-projects-banner { | ||
display: flex; | ||
justify-content: space-between; | ||
display: flex; | ||
justify-content: space-between; | ||
} | ||
|
||
.upcoming-projects-banner a { | ||
color: var(--text-action-high-blue-france); | ||
color: var(--text-action-high-blue-france); | ||
} | ||
|
||
|
||
/** FULL CALENDAR */ | ||
:root { | ||
--fc-event-text-color: unset !important; | ||
--fc-button-bg-color: transparent !important; | ||
--fc-button-text-color: var(--text-action-high-blue-france) !important; | ||
--fc-button-border-color: transparent; | ||
--fc-border-color : transparent; | ||
|
||
--fc-button-active-bg-color: var(--background-action-high-blue-france) !important; | ||
--fc-button-active-border-color: transparent !important; | ||
--fc-button-text-color:var(--text-inverted-blue-france) !important; | ||
--fc-event-text-color: unset !important; | ||
--fc-button-bg-color: transparent !important; | ||
--fc-button-text-color: var(--text-action-high-blue-france) !important; | ||
--fc-button-border-color: transparent; | ||
--fc-border-color: transparent; | ||
|
||
--fc-button-hover-bg-color: var(--hover-tint); | ||
--fc-button-hover-border-color: unset; | ||
--fc-button-hover-text-color: inherit; | ||
--fc-button-active-bg-color: var( | ||
--background-action-high-blue-france | ||
) !important; | ||
--fc-button-active-border-color: transparent !important; | ||
--fc-button-text-color: var(--text-inverted-blue-france) !important; | ||
|
||
--fc-button-hover-bg-color: var(--hover-tint); | ||
--fc-button-hover-border-color: unset; | ||
--fc-button-hover-text-color: inherit; | ||
} | ||
.fc-event-title { | ||
font-size: .8rem; | ||
font-size: 0.8rem; | ||
} | ||
.fc-daygrid-event, .fc-button { | ||
border-radius: 0 !important; | ||
.fc-daygrid-event, | ||
.fc-button { | ||
border-radius: 0 !important; | ||
} | ||
.fc .fc-button-primary:hover { | ||
background-color: var(--hover-tint) !important; | ||
background-color: var(--hover-tint) !important; | ||
} | ||
.fc .fc-button-primary[aria-pressed='false'] { | ||
--hover: inherit; | ||
color: inherit !important; | ||
.fc .fc-button-primary[aria-pressed="false"] { | ||
--hover: inherit; | ||
color: inherit !important; | ||
} | ||
.fc .fc-button-primary[aria-pressed='true'] { | ||
--hover: var(--background-action-high-blue-france-hover); | ||
.fc .fc-button-primary[aria-pressed="true"] { | ||
--hover: var(--background-action-high-blue-france-hover); | ||
} | ||
|
||
.fc-daygrid-event-dot { | ||
display: none; | ||
display: none; | ||
} | ||
|
||
.calendar .fc .fc-prev-button { | ||
margin-right: 1rem;; | ||
margin-right: 1rem; | ||
} | ||
|
||
@media (min-width: 1080px) { | ||
.dashboard .module table td a { | ||
padding: .6em; | ||
} | ||
.dashboard .module table td a { | ||
padding: 0.6em; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.