Skip to content

Commit

Permalink
Merge pull request #103 from abes-esr/ITEM-173-front-augmenter-la-tai…
Browse files Browse the repository at this point in the history
…lle-police-type-fichier

- Augmentation de la police taille fichier
  • Loading branch information
SamuelQuetin authored Aug 19, 2024
2 parents 41efc30 + 5261063 commit d3bf15d
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 d3bf15d

Please sign in to comment.