Skip to content

Commit

Permalink
fix: Bug d'affichage des cartes des étudiants
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulBayfield committed Sep 12, 2024
1 parent 5950dcb commit 7f2c8b4
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions src/css/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ header > div.header-info > div.card-header-actions {
max-width: 50% !important;
}

.card-body {
border-radius: 15px !important;
}

body.rcc:not(.dark-theme) {
.table-striped tbody tr:nth-of-type(odd) td {
color: #000000 !important;
Expand Down Expand Up @@ -112,10 +116,6 @@ body.rcc.dark-theme {
box-shadow: -5px 5px 5px rgba(255, 255, 255, 0.1) !important;
}

.card-body {
border-radius: 15px !important;
}

.main-container {
background-color: #19191B !important;
}
Expand Down Expand Up @@ -354,4 +354,11 @@ body.rcc.dark-theme {
background-color: #292A2E !important;
color: #EEEEF0 !important;
}

.tab-pane {
.card-body {
background-color: #111113 !important;
color: #EEEEF0 !important;
}
}
}

0 comments on commit 7f2c8b4

Please sign in to comment.