Skip to content

Commit

Permalink
feat: Change default font sizes - MEED-7147 - Meeds-io/MIPs#144 (#803)
Browse files Browse the repository at this point in the history
This change will apply new font sizes:
- Title: 20px, regularColor, Bold
- Header: 18px, lowImportanceColor, Regular
- Body: 16px, regularColor, Regular
- Subtitle: 12px, lowImportanceColor, Regular
  • Loading branch information
boubaker authored and exo-swf committed Jul 5, 2024
1 parent 25632ac commit d305f24
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-->
<template>
<div v-if="isEditing">
<v-card-text class="px-0 dark-grey-color font-weight-bold">
<v-card-text class="px-0">
{{ $t('gamification.event.form.organization') }}
</v-card-text>
<v-progress-circular
Expand All @@ -39,7 +39,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
</v-chip-group>
<template v-if="selected">
<div class="d-flex flex-row">
<v-card-text class="px-0 dark-grey-color font-weight-bold">
<v-card-text class="px-0">
{{ $t('gamification.event.form.repository') }}
</v-card-text>
<div class="d-flex flex-row">
Expand Down

0 comments on commit d305f24

Please sign in to comment.