Skip to content

Commit

Permalink
519 contactup form title fixed (#520)
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislawK authored May 31, 2023
1 parent f618827 commit bc66ddd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<v-container class="pa-6">
<v-flex>
<v-col>
<v-alert
type="error"
:value="!!getError"
Expand All @@ -25,7 +25,7 @@
transition="slide-y-transition"
>{{ successAlert }}</v-alert
>
</v-flex>
</v-col>

<v-card>
<v-tabs
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/components/HomePage/ContactUs/ContactUs.vue
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<template>
<v-container fluid class="white-container" id="contact">
<v-row>
<v-flex>
<v-col>
<v-card flat color="transparent">
<v-card-text class="title">
<p class="blue-title">SKONTAKTUJ SIĘ Z NAMI</p>
</v-card-text>
</v-card>
</v-flex>
</v-col>
</v-row>
<form @submit.prevent="onSubmit">
<v-text-field
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/components/Login/LoginForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="register-form">
<v-app id="login">
<v-layout justify-center>
<v-flex xs12 sm6>
<v-col xs12 sm6>
<v-alert
type="error"
:value="!!getError"
Expand Down Expand Up @@ -46,7 +46,7 @@
></v-text-field>
<v-btn @click="onSubmit">Zaloguj</v-btn>
</form>
</v-flex>
</v-col>
</v-layout>
</v-app>
</div>
Expand Down
1 change: 1 addition & 0 deletions frontend/src/scss/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ a {
.blue-title {
color: $blue;
@include main-title;
margin-bottom: 16px;

&::before {
@include title-before;
Expand Down

0 comments on commit bc66ddd

Please sign in to comment.