Skip to content

Commit

Permalink
- small ui configuration chenges
Browse files Browse the repository at this point in the history
  • Loading branch information
fizfakovets committed Jul 22, 2023
1 parent 35ce30a commit bdb3a5b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ const vuetify = createVuetify({
md,
},
},
defaults: {
VChip: {
style: 'border-radius: 999px !important;',
},
VContainer: {
style: 'max-width: 900px;',
},
},
blueprint: md3,
theme: {
defaultTheme: 'customTheme',
Expand Down
2 changes: 1 addition & 1 deletion src/views/timetable/init/TimetableInitView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const sendMarketing = (e: Event) => {
<IrdomLayout>
<img :src="Logo" alt="Логотип физфака" class="align-self-center logo mb-20" />

<h1 class="text-lg-h1 text-md-h2 text-sm-h3 text-xs-h4 align-self-center greeting">Добро пожаловать!</h1>
<h4 class="text-h4 align-self-center greeting">Добро пожаловать!</h4>
<p class="message">Наше приложение позволит получить доступ к сервисам для студентов ФФ МГУ!</p>
<p class="message">Для просмотра расписания выберите свою группу:</p>

Expand Down

0 comments on commit bdb3a5b

Please sign in to comment.