Skip to content

Commit

Permalink
fix: modifica loghi Docsmarshal
Browse files Browse the repository at this point in the history
  • Loading branch information
fpignatelli committed Dec 14, 2023
1 parent cca2403 commit 66031e3
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 12 deletions.
5 changes: 1 addition & 4 deletions assets/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,7 @@ a {
width: 460px;

&.logoDocms{
width: 115px;
height: 105px;
width: 130px;
margin-top: 50px;
}
}
Expand Down Expand Up @@ -2476,7 +2475,6 @@ a {

&.logoDocms{
width: 58px;
height: 53px;
}
}

Expand Down Expand Up @@ -3033,7 +3031,6 @@ a {

&.logoDocms{
width: 58px;
height: 53px;
}
}

Expand Down
5 changes: 1 addition & 4 deletions pages/docsmarshal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
<div>
<div class="businessUno backgroundSchermataDocsmarshal">
<div class="slideBusinessWA">
<img
src="../static/docsm/docsmarshal-logo-230x210.png"
class="logoDocms"
/>
<img src="../static/docsm/dm_logo_white.png" class="logoDocms" />
<div class="textUno fontWhitetext" style="line-height: 1em;">
docsmarshal<br />
</div>
Expand Down
10 changes: 8 additions & 2 deletions pages/integrazioni-gestionali.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@
<b-row class="d-flex flex-row justify-content-center">
<nuxt-link to="/docsmarshal" class="click_link">
<img
src="/docsm/ScrittaDocsMarshal-2048x467.png"
src="/docsm/dm_logo_grey.png"
alt="Docsmarshal"
class="logo_docsmarshal"
/>
</nuxt-link>
</b-row>
Expand Down Expand Up @@ -281,4 +282,9 @@ export default {
}
</script>

<style scoped></style>
<style scoped>
.logo_docsmarshal {
width: 200px;
margin-top: 30px;
}
</style>
14 changes: 12 additions & 2 deletions pages/webapp.vue
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,11 @@
<b-col class="col-12 col-lg-5">
<div class="d-flex flex-column align-items-center text-left">
<nuxt-link to="/docsmarshal" class="click_link">
<img src="/docsm/ScrittaDocsMarshal-2048x467.png" />
<img
src="/docsm/dm_logo_grey.png"
alt="Docsmarshal"
class="logo_docsmarshal"
/>
</nuxt-link>
<div class="mt-4">
<small>
Expand Down Expand Up @@ -113,4 +117,10 @@ export default {
}
</script>

<style scoped></style>
<style scoped>
.logo_docsmarshal {
width: 140px;
margin-top: 20px;
margin-bottom: 15px;
}
</style>
Binary file added static/docsm/dm_logo_grey.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/docsm/dm_logo_white.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 66031e3

Please sign in to comment.