Skip to content

Commit

Permalink
Update styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariazel Hernández authored and Mariazel Hernández committed Sep 25, 2023
1 parent cef6ff2 commit 07405fd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/web/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ box-shadow: 1px 3px 3px 0px rgba(163,163,163,0.33) !important;
<v-footer class="mt-16" flat style="z-index: 10" padless height="70">
<v-card class="flex " flat tile>
<v-card-title class="py-16 header-container full-width" id="footer-bg">
<v-container class="container-content pl-0">
<v-container class="container-content">
<img src="/logo-white.svg" style="margin: -8px 155px 0 0" height="44" />
</v-container>
</v-card-title>
<v-divider></v-divider>

<v-card class="footer-details">
<v-container class="container container-content px-3 px-md-0">
<v-container class="container container-content">

<div class="d-flex justify-space-between">

Expand Down
2 changes: 1 addition & 1 deletion src/web/src/components/Department.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<!--div class="py-4 d-flex align-center justify-center" style="width: 200px">
<IconLoader :image="'icon'" :stroke="'purple-stroke'" >
</div-->
<div class="d-flex align-center justify-center" style="width:80%">
<div class="d-flex align-center justify-center" style="width:100%">
<h2 class="py-4" style="color:#522A44!important; font-size: 32px; text-align: center;">{{ title }}</h2>
</div>
</v-card-actions>
Expand Down
2 changes: 1 addition & 1 deletion src/web/src/components/Employees.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</template>
</v-breadcrumbs>
<div class="full-width pt-6 bg-img">
<v-container class="small-container">
<v-container class="container-content">
<v-row>
<v-col cols="12" sm="12" class="align-center justify d-flex">
<h2 class="mb-n1 text-responsive" style="color: #522a44 !important; font-size: 32px !important">
Expand Down
2 changes: 1 addition & 1 deletion src/web/src/components/UI/FeedbackForm.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<v-container class="container-content pl-0 px-6">
<v-container class="container-content">
<div class=" mb-5 container text-center">
<img src="/Aurora-mini.svg" style="margin: 5% 0px 3% 0px" height="44" />
</div>
Expand Down

0 comments on commit 07405fd

Please sign in to comment.