Skip to content

Commit

Permalink
fix: dashboard box header bg
Browse files Browse the repository at this point in the history
  • Loading branch information
hellodeloo authored and tonial committed Dec 13, 2024
1 parent f8dccec commit 530ef15
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 20 deletions.
31 changes: 11 additions & 20 deletions itou/static/css/itou.css
Original file line number Diff line number Diff line change
Expand Up @@ -351,16 +351,7 @@ an input field being invalid, generating an uncontrolled red box-shadow. */
background-image: url("../img/dashboard/card-header-bg-dora.png");
background-repeat: no-repeat;
background-position: center right;
background-size: 100% auto;
border-top-left-radius: 0.5rem;
border-top-right-radius: 0.5rem;
}

.c-box__header--gps {
background-image: url("../img/dashboard/card-header-bg-gps.png");
background-repeat: no-repeat;
background-position: center right;
background-size: 100% auto;
background-size: contain;
border-top-left-radius: 0.5rem;
border-top-right-radius: 0.5rem;
}
Expand All @@ -369,23 +360,16 @@ an input field being invalid, generating an uncontrolled red box-shadow. */
background-image: url("../img/dashboard/card-header-bg-diagoriente.png");
background-repeat: no-repeat;
background-position: center right;
background-size: 100% auto;
background-size: contain;
border-top-left-radius: 0.5rem;
border-top-right-radius: 0.5rem;
}

.c-banner--pilotage {
background-image: url("../img/dashboard/banner-statistiques-pilotage-bg.jpg");
background-repeat: no-repeat;
background-position: center right;
background-size: cover;
}

.c-box__header--gps {
background-image: url("../img/dashboard/card-header-bg-gps.png");
background-repeat: no-repeat;
background-position: center right;
background-size: 100% auto;
background-size: contain;
border-top-left-radius: 0.5rem;
border-top-right-radius: 0.5rem;
}
Expand All @@ -395,11 +379,18 @@ an input field being invalid, generating an uncontrolled red box-shadow. */
background-image: url("../img/dashboard/card-header-bg-immersion-facile.png");
background-repeat: no-repeat;
background-position: center right;
background-size: cover;
background-size: contain;
border-top-left-radius: 0.5rem;
border-top-right-radius: 0.5rem;
}

.c-banner--pilotage {
background-image: url("../img/dashboard/banner-statistiques-pilotage-bg.jpg");
background-repeat: no-repeat;
background-position: center right;
background-size: cover;
}

/* Fix for form.company and form.job_seeker width */
.w-lg-400px .select2-selection__rendered {
white-space: nowrap !important;
Expand Down
Binary file modified itou/static/img/dashboard/card-header-bg-gps.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 530ef15

Please sign in to comment.