Skip to content

Commit

Permalink
chore: convert css to scss
Browse files Browse the repository at this point in the history
  • Loading branch information
jxhnx committed Jan 9, 2025
1 parent fb93caa commit f4d7c5e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/app/components/marketplace/marketplace.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
white-space: normal;
word-wrap: break-word;
overflow-wrap: break-word;
}

.resource p {
margin: 0;
p {
margin: 0;
}
}

.participant {
Expand Down Expand Up @@ -68,13 +68,13 @@ mat-divider {
max-height: 300px;
overflow-y: auto;
padding-right: 5px;
}

.resource-description::-webkit-scrollbar {
width: 6px;
}
&::-webkit-scrollbar {
width: 6px;
}

.resource-description::-webkit-scrollbar-thumb {
background-color: rgba(0, 0, 0, 0.3);
border-radius: 3px;
&::-webkit-scrollbar-thumb {
background-color: rgba(0, 0, 0, 0.3);
border-radius: 3px;
}
}

0 comments on commit f4d7c5e

Please sign in to comment.