Skip to content
This repository has been archived by the owner on Oct 15, 2023. It is now read-only.

Commit

Permalink
💄 Amélioration du design des notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ecnivtwelve committed Mar 26, 2023
1 parent 42bad9e commit 2922ee9
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions src/views/grades/GradesView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@
<ion-title mode="md">Notes</ion-title>

<ion-buttons class="endBtns" slot="end">
<span class="selectIcon material-symbols-outlined mdls" v-if="display == 'Vue grille'">apps</span>
<span class="selectIcon material-symbols-outlined mdls" v-if="display == 'Vue grille'">grid_view</span>
<span class="selectIcon material-symbols-outlined mdls" v-if="display == 'Vue liste'">list</span>

<ion-select ref="displaySel" @ionChange="changeDisplay($event)" interface="popover" placeholder="Affichage" :value="display">
Expand Down Expand Up @@ -750,7 +750,7 @@
}
.dark .grade {
background: var(--ion-color-step-50);
background: var(--ion-color-step-100);
}
.myGrade {
Expand Down Expand Up @@ -889,7 +889,24 @@
font-weight: 500 !important;
}
.endBtns {
border: 1px solid var(--ion-color-step-200);
padding-left: 7px;
border-radius: 300px;
max-height: 32px !important;
min-height: 32px !important;
overflow: hidden;
}
.endBtns ion-select {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.selectIcon {
margin-right: -12px;
opacity: 48%;
}
</style>

0 comments on commit 2922ee9

Please sign in to comment.