Skip to content

Commit

Permalink
Remove unnecessary file / line of code
Browse files Browse the repository at this point in the history
  • Loading branch information
fabienSvstr committed Jan 15, 2024
1 parent 0a986b5 commit 0e51455
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 218 deletions.
74 changes: 0 additions & 74 deletions client/src/views/home/HomePageHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -195,78 +195,4 @@ defineEmits<{
}
}
}

.topbar-right {
display: flex;
justify-content: flex-end;
width: 100%;

&-buttons {
display: flex;
gap: 1rem;

&__item {
background: var(--parsec-color-light-primary-30-opacity15);
color: var(--parsec-color-light-secondary-white);
border-radius: var(--parsec-radius-32);
transition: all 150ms linear;

&::part(native) {
--background-hover: none;
border-radius: var(--parsec-radius-32);
padding: 0.5rem 0.75rem;
}

&:hover {
background: var(--parsec-color-light-primary-100);
color: var(--parsec-color-light-primary-600);
box-shadow: var(--parsec-shadow-strong);
}

ion-icon {
font-size: 1.25rem;
margin-right: 0.5rem;
}
}

&:hover {
border-color: var(--parsec-color-light-primary-100);
}
}
}

.topbar-right {
display: flex;
justify-content: flex-end;
width: 100%;

&-buttons {
display: flex;
gap: 1rem;

&__item {
background: var(--parsec-color-light-primary-30-opacity15);
color: var(--parsec-color-light-secondary-white);
border-radius: var(--parsec-radius-32);
transition: all 150ms linear;

&::part(native) {
--background-hover: none;
border-radius: var(--parsec-radius-32);
padding: 0.5rem 0.75rem;
}

&:hover {
background: var(--parsec-color-light-primary-100);
color: var(--parsec-color-light-primary-600);
box-shadow: var(--parsec-shadow-strong);
}

ion-icon {
font-size: 1.25rem;
margin-right: 0.5rem;
}
}
}
}
</style>
144 changes: 0 additions & 144 deletions client/src/views/home/HomePageSidebar.vue

This file was deleted.

0 comments on commit 0e51455

Please sign in to comment.