Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Change default font sizes - MEED-7147 - Meeds-io/MIPs#144 #507

Merged
merged 1 commit into from
Jun 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
-->
<template>
<div v-if="!isEditing">
<div class="mb-2">
<div class="text-header mb-2">
{{ $t('gamification.event.display.doItNow') }}
</div>
<div class="d-flex justify-center">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,13 @@
<template>
<v-app flat>
<div class="px-6">
<v-list-item class="px-0" two-line>
<v-list-item
class="px-0"
two-line
dense>
<v-list-item-content>
<v-list-item-title>
<h4 class="my-0">{{ $t('kudos.administration.title') }}</h4>
<v-list-item-title class="text-title">
{{ $t('kudos.administration.title') }}
</v-list-item-title>
<v-list-item-subtitle>
{{ $t('kudos.administration.subtitle') }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
-->
<template>
<v-card flat>
<div class="subtitle-1 mt-4 mb-2 text-color">
<div class="text-header mt-4 mb-2">
{{ $t('kudos.administration.label') }}
</div>
<div class="d-flex flex-row kudosPeriodConfiguration">
Expand Down