Skip to content

Commit

Permalink
style: 💄 add icons and fix button size for contact pop-up
Browse files Browse the repository at this point in the history
  • Loading branch information
nutfdt committed Feb 16, 2024
1 parent e573fd7 commit 9270927
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
10 changes: 10 additions & 0 deletions frontend/src/components/PopupContact.vue
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,13 @@ function onClose () {
</a>
</div>
</template>

<style scoped>
@media only screen and (max-width: 600px) {
.confirm-button {
font-size: 12px; /* Réduisez la taille pour les écrans mobiles */
}
}
</style>
6 changes: 6 additions & 0 deletions frontend/src/icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,15 @@ export {
RiThumbDownFill,
RiZoomInLine,
RiArrowGoBackFill,
RiMailLine,
RiErrorWarningLine,
RiAlertLine,
RiArrowLeftLine,
RiArrowRightLine,
RiListOrdered,
RiLogoutBoxRLine,
RiInformationFill,
RiInformationLine,
RiHome3Line,
RiHome4Line,
RiCheckboxCircleLine,
Expand Down

0 comments on commit 9270927

Please sign in to comment.