Skip to content

Commit

Permalink
- Augmentation de la police taille fichier
Browse files Browse the repository at this point in the history
  • Loading branch information
jvk88511334 committed Aug 12, 2024
1 parent 41efc30 commit 5261063
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/components/Supp/TypeFile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
<v-col cols="12" sm="3" class="d-flex justify-center">
<v-icon size="x-large" dark color="primary"> mdi-file-document-outline </v-icon>
</v-col>
<v-col cols="12" sm="9" class="d-flex justify-start"><span class="group">Fichier {{ type }}</span></v-col>
<v-col cols="12" sm="9" class="d-flex justify-start">
<span class="group large-text">Fichier {{ type }}</span>
</v-col>
</v-row>
</div>
</v-hover>
Expand All @@ -34,3 +36,10 @@ function onClick(type) {
}
</script>

<style scoped>
.large-text {
font-size: 1.1rem;
font-weight: bold;
}
</style>

0 comments on commit 5261063

Please sign in to comment.