Skip to content

Commit

Permalink
Fix code style issues with Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
fairdataihub-bot committed Jan 25, 2022
1 parent 00ba6f5 commit d4b3dc6
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 33 deletions.
18 changes: 9 additions & 9 deletions src/assets/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ html {
transform: rotate(0deg);
@apply transition-all;
@apply group-hover:text-primary-500;
@apply group-hover:bg-primary-500 bg-zinc-800;
@apply bg-zinc-800 group-hover:bg-primary-500;
}

#menu-hamburger span:nth-child(1) {
Expand Down Expand Up @@ -165,11 +165,11 @@ html {
}

.selected-project {
@apply bg-primary-200 hover:bg-primary-200 border-transparent;
@apply border-transparent bg-primary-200 hover:bg-primary-200;
}

.selected-repo {
@apply border-secondary-500 shadow-secondary-500/50 border shadow-md;
@apply border border-secondary-500 shadow-md shadow-secondary-500/50;
}

.handle:hover {
Expand All @@ -191,8 +191,8 @@ html {
@apply rounded px-5 py-2;
@apply min-w-[130px];
@apply text-[14px] font-medium;
@apply hover:text-primary-600 text-gray-900;
@apply border-primary-300 border;
@apply text-gray-900 hover:text-primary-600;
@apply border border-primary-300;
@apply hover:bg-primary-100;
@apply transition-all;
}
Expand All @@ -212,7 +212,7 @@ html {
@apply min-w-[130px];
@apply text-[14px] font-medium;
@apply text-white;
@apply border-primary-500 border;
@apply border border-primary-500;
@apply bg-primary-600 hover:bg-primary-500;
@apply transition-all;
}
Expand All @@ -227,8 +227,8 @@ html {
@apply rounded px-5 py-2;
@apply min-w-[130px];
@apply text-[14px] font-medium;
@apply hover:text-secondary-600 text-gray-900;
@apply border-secondary-500 border;
@apply text-gray-900 hover:text-secondary-600;
@apply border border-secondary-500;
@apply hover:bg-secondary-100;
@apply transition-all;
}
Expand All @@ -244,7 +244,7 @@ html {
@apply min-w-[130px];
@apply text-[14px] font-medium;
@apply text-black;
@apply border-secondary-500 border;
@apply border border-secondary-500;
@apply bg-secondary-200 hover:bg-secondary-300;
@apply transition-all;
}
Expand Down
6 changes: 3 additions & 3 deletions src/views/project/ShowAllProjects.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<span class="text-md font-medium">
{{ dataset.name }}
</span>
<p class="line-clamp-3 text-sm">
<p class="text-sm line-clamp-3">
{{ dataset.description }}
</p>
</div>
Expand Down Expand Up @@ -74,7 +74,7 @@
<span class="text-md font-medium">
{{ dataset.name }}
</span>
<p class="line-clamp-3 text-sm">
<p class="text-sm line-clamp-3">
{{ dataset.description }}
</p>
</div>
Expand All @@ -92,7 +92,7 @@
<div class="mb-5 flex flex-row justify-between">
<router-link to="/datasets/new">
<div
class="hover-underline-animation text-primary-600 my-3 flex w-max cursor-pointer flex-row items-center"
class="hover-underline-animation my-3 flex w-max cursor-pointer flex-row items-center text-primary-600"
>
<span class="font-medium">
Or start a new data curation project
Expand Down
14 changes: 7 additions & 7 deletions src/views/workflow/Code/CreateMetadata.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
>
<div class="w-full bg-gray-100 px-4 py-2">
<span
class="text-primary-600 pointer-events-none text-lg font-semibold"
class="pointer-events-none text-lg font-semibold text-primary-600"
>
Basic Information
</span>
Expand Down Expand Up @@ -136,7 +136,7 @@
>
<div class="w-full bg-gray-100 px-4 py-2">
<span
class="text-primary-600 pointer-events-none text-lg font-semibold"
class="pointer-events-none text-lg font-semibold text-primary-600"
>
Authors and Contributors
</span>
Expand Down Expand Up @@ -404,7 +404,7 @@
>
<div class="w-full bg-gray-100 px-4 py-2">
<span
class="text-primary-600 pointer-events-none text-lg font-semibold"
class="pointer-events-none text-lg font-semibold text-primary-600"
>
Discoverability
</span>
Expand Down Expand Up @@ -559,7 +559,7 @@
>
<div class="w-full bg-gray-100 px-4 py-2">
<span
class="text-primary-600 pointer-events-none text-lg font-semibold"
class="pointer-events-none text-lg font-semibold text-primary-600"
>
Development tools
</span>
Expand Down Expand Up @@ -711,7 +711,7 @@
>
<div class="w-full bg-gray-100 px-4 py-2">
<span
class="text-primary-600 pointer-events-none text-lg font-semibold"
class="pointer-events-none text-lg font-semibold text-primary-600"
>
Run-time environment
</span>
Expand Down Expand Up @@ -892,7 +892,7 @@
>
<div class="w-full bg-gray-100 px-4 py-2">
<span
class="text-primary-600 pointer-events-none text-lg font-semibold"
class="pointer-events-none text-lg font-semibold text-primary-600"
>
Current version of the software
</span>
Expand Down Expand Up @@ -998,7 +998,7 @@
>
<div class="w-full bg-gray-100 px-4 py-2">
<span
class="text-primary-600 pointer-events-none text-lg font-semibold"
class="pointer-events-none text-lg font-semibold text-primary-600"
>
Current version of the software
</span>
Expand Down
2 changes: 1 addition & 1 deletion src/views/workflow/Code/PickLicense.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
</el-select>

<div
class="hover-underline-animation text-primary-600 my-3 flex w-max cursor-pointer flex-row items-center"
class="hover-underline-animation my-3 flex w-max cursor-pointer flex-row items-center text-primary-600"
v-if="licenseForm.license != ''"
@click="openLicenseDetails"
>
Expand Down
2 changes: 1 addition & 1 deletion src/views/workflow/Code/SelectSourceFolder.vue
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,6 @@ export default {
}
.single-check-box:not(.disabled-card, .selected-repo):hover {
@apply border-secondary-500 shadow-secondary-500/50 border shadow-lg transition-all;
@apply border border-secondary-500 shadow-lg shadow-secondary-500/50 transition-all;
}
</style>
4 changes: 2 additions & 2 deletions src/views/workflow/SelectRepositoryDestination.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<span class="mx-5 text-lg"> Zenodo </span>
</div>
<div
class="hover-underline-animation text-primary-600 my-5 flex w-max cursor-pointer flex-row items-center"
class="hover-underline-animation my-5 flex w-max cursor-pointer flex-row items-center text-primary-600"
v-if="repoID === 'zenodo'"
@click="openWebsite('https://zenodo.org')"
>
Expand Down Expand Up @@ -235,6 +235,6 @@ export default {
}
.single-check-box:not(.disabled-card, .selected-repo):hover {
@apply border-secondary-500 shadow-secondary-500/50 border shadow-lg transition-all;
@apply border border-secondary-500 shadow-lg shadow-secondary-500/50 transition-all;
}
</style>
20 changes: 10 additions & 10 deletions src/views/zenodo/ZenodoMetadata.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
>
<template #title>
<div
class="font-inter flex w-full flex-row items-center justify-between"
class="flex w-full flex-row items-center justify-between font-inter"
>
<p class="px-4 text-sm font-semibold text-blue-500">
Basic Information
Expand Down Expand Up @@ -284,7 +284,7 @@
>
<template #title>
<div
class="font-inter flex w-full flex-row items-center justify-between"
class="flex w-full flex-row items-center justify-between font-inter"
>
<p class="px-4 text-sm font-semibold text-blue-500">License</p>
<span class="pr-2 text-gray-400"> required </span>
Expand Down Expand Up @@ -380,7 +380,7 @@
>
<template #title>
<div
class="font-inter flex w-full flex-row items-center justify-between"
class="flex w-full flex-row items-center justify-between font-inter"
>
<p class="px-4 text-sm font-semibold text-blue-500">
Related/alternate identifiers
Expand Down Expand Up @@ -501,7 +501,7 @@
>
<template #title>
<div
class="font-inter flex w-full flex-row items-center justify-between"
class="flex w-full flex-row items-center justify-between font-inter"
>
<p class="px-4 text-sm font-semibold text-blue-500">
Contributors
Expand Down Expand Up @@ -612,7 +612,7 @@
>
<template #title>
<div
class="font-inter flex w-full flex-row items-center justify-between"
class="flex w-full flex-row items-center justify-between font-inter"
>
<p class="px-4 text-sm font-semibold text-blue-500">
References
Expand Down Expand Up @@ -684,7 +684,7 @@
>
<template #title>
<div
class="font-inter flex w-full flex-row items-center justify-between"
class="flex w-full flex-row items-center justify-between font-inter"
>
<p class="px-4 text-sm font-semibold text-blue-500">Journal</p>
<span class="pr-2 text-gray-400"> optional </span>
Expand Down Expand Up @@ -737,7 +737,7 @@
>
<template #title>
<div
class="font-inter flex w-full flex-row items-center justify-between"
class="flex w-full flex-row items-center justify-between font-inter"
>
<p class="px-4 text-sm font-semibold text-blue-500">
Conference
Expand Down Expand Up @@ -833,7 +833,7 @@
>
<template #title>
<div
class="font-inter flex w-full flex-row items-center justify-between"
class="flex w-full flex-row items-center justify-between font-inter"
>
<p class="px-4 text-sm font-semibold text-blue-500">
Book/Report/Chapter
Expand Down Expand Up @@ -903,7 +903,7 @@
>
<template #title>
<div
class="font-inter flex w-full flex-row items-center justify-between"
class="flex w-full flex-row items-center justify-between font-inter"
>
<p class="px-4 text-sm font-semibold text-blue-500">Thesis</p>
<span class="pr-2 text-gray-400"> optional </span>
Expand Down Expand Up @@ -1000,7 +1000,7 @@
>
<template #title>
<div
class="font-inter flex w-full flex-row items-center justify-between"
class="flex w-full flex-row items-center justify-between font-inter"
>
<p class="px-4 text-sm font-semibold text-blue-500">Subjects</p>
<span class="pr-2 text-gray-400"> optional </span>
Expand Down

0 comments on commit d4b3dc6

Please sign in to comment.