Skip to content

Commit

Permalink
feat(dh): update various design elements from review #2
Browse files Browse the repository at this point in the history
  • Loading branch information
cmoinier committed Feb 23, 2024
1 parent 0020fcc commit 76a2275
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div
class="flex flex-col border-l-[1px] border-gray-3 pt-12 pb-8 pl-8 pr-20 w-[438px]"
class="flex flex-col border-l-[1px] border-gray-5 pt-12 pb-8 pl-8 pr-20"
>
<div class="pb-6 gap-1">
<div class="inline-flex bg-primary h-1 w-16"></div>
Expand Down Expand Up @@ -35,15 +35,15 @@
<div class="flex gap-1 gap-x-2 flex-row flex-wrap">
<button
type="button"
attr.aria-label="Lille"
aria-label="Lille"
title="Lille"
class="mel-badge-button-secondary truncate"
>
Lille
</button>
<button
type="button"
attr.aria-label="Hauts-de-France"
aria-label="Hauts-de-France"
title="Hauts-de-France"
class="mel-badge-button-secondary truncate"
>
Expand All @@ -67,7 +67,7 @@
</div>
<div class="flex flex-col gap-2 pt-4">
<span class="font-semibold" translate="">mel.dataset.share</span>
<div class="flex flex-row gap-4">
<div class="flex flex-row gap-4 flex-wrap">
<a
class="mel-social-media-button"
href="https://twitter.com/MetropoleLille/"
Expand Down
2 changes: 1 addition & 1 deletion apps/datahub/src/assets/i18n/en_MEL.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"mel.dataset.favorite": "Favorites",
"mel.dataset.informations": "Information",
"mel.dataset.less": "Less",
"mel.dataset.licenses": "License(s) :",
"mel.dataset.licenses": "License :",
"mel.dataset.logo.email": "Email",
"mel.dataset.logo.facebook": "Facebook",
"mel.dataset.logo.linkedin": "Linkedin",
Expand Down
2 changes: 1 addition & 1 deletion apps/datahub/src/assets/i18n/fr_MEL.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"mel.dataset.favorite": "Favoris",
"mel.dataset.informations": "Informations",
"mel.dataset.less": "Reduire",
"mel.dataset.licenses": "Licence(s) :",
"mel.dataset.licenses": "Licence :",
"mel.dataset.logo.email": "Email",
"mel.dataset.logo.facebook": "Facebook",
"mel.dataset.logo.linkedin": "Linkedin",
Expand Down
2 changes: 1 addition & 1 deletion apps/datahub/src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
@apply w-3 h-3 rounded-full border border-gray-1 bg-transparent;
}
.mel-social-media-button {
@apply inline-flex items-center justify-center w-10 h-10 bg-primary rounded-full cursor-pointer;
@apply inline-flex items-center justify-center w-10 h-10 bg-primary rounded-full cursor-pointer hover:bg-primary-dark;
}
}
.tippy-box[data-theme~='data-platform'] {
Expand Down

0 comments on commit 76a2275

Please sign in to comment.