Skip to content

Commit

Permalink
Merge pull request #144 from CodeHive-Solutions/dev
Browse files Browse the repository at this point in the history
Remove unused centered image styling from vacation request template t…
  • Loading branch information
S-e-b-a-s authored Nov 14, 2024
2 parents 759dadf + 094e186 commit f42bfe7
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions INSIGHTSAPI/vacation/templates/vacation_request.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,23 +46,10 @@
margin-bottom: 35px;
font-size: 20px;
}

.centered-image {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
opacity: 0.1;
width: 100%;
max-width: 800px;
}
</style>
</head>

<body>
<img class="centered-image" alt="Logo de la empresa C&C SERVICES S.A.S"
src="data:image/png;base64,{{ company_logo }}" />

<div class="header">
<p>{{ vacation.created_at|date }}</p>
</div>
Expand Down

0 comments on commit f42bfe7

Please sign in to comment.