Skip to content

Commit

Permalink
Categories added
Browse files Browse the repository at this point in the history
  • Loading branch information
elrumo committed Jun 6, 2021
1 parent fd018f4 commit c8c776d
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions website/macos-big-sur-icons/src/components/app.less
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ coral-buttongroup button{
position: absolute;
width: 30px;
height: 35px;
background-image: linear-gradient(270deg, #252525 40%, transparent);
// background-image: linear-gradient(270deg, #252525 40%, transparent);
content: ".";
right: 0px;
top: 35%;
Expand All @@ -471,13 +471,28 @@ coral-buttongroup button{
position: absolute;
width: 30px;
height: 35px;
background-image: linear-gradient(270deg, transparent, #252525 50%);
content: ".";
content: " ";
left: 0px;
top: 35%;
z-index: 9;
}

.coral--dark .categories-container::before{
background-image: linear-gradient(90deg, var(--coral-dark-bg) 40%, #25252500)
}

.coral--light .categories-container::before{
background-image: linear-gradient(90deg, var(--coral-light-bg) 40%, #f5f5f500)
}

.coral--dark .categories-container::after{
background-image: linear-gradient(270deg, var(--coral-dark-bg) 40%, #25252500)
}

.coral--light .categories-container::after{
background-image: linear-gradient(270deg, var(--coral-light-bg) 40%, #f5f5f500)
}

.categories-wrapper::-webkit-scrollbar{
display: none;
height: 47px;
Expand Down

1 comment on commit c8c776d

@vercel
Copy link

@vercel vercel bot commented on c8c776d Jun 6, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.