Skip to content

Commit

Permalink
Merge pull request #1490 from ecency/bugfix/fix-ci
Browse files Browse the repository at this point in the history
Fixed CI
  • Loading branch information
feruzm authored Oct 17, 2023
2 parents 49dac45 + 56d2ff6 commit e8cf594
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 567 deletions.
14 changes: 5 additions & 9 deletions src/common/components/decks/_deck-toolbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,11 @@
@include padding-top(0.75rem);

@include themify(day) {
@apply bg-white;
@apply border-gray-300;
@apply bg-white border-gray-300;
}

@include themify(night) {
@apply bg-dark-200;
@apply border-gray-800;
@apply bg-dark-200 border-gray-800;
}

&::-webkit-scrollbar {
Expand Down Expand Up @@ -126,13 +124,11 @@

&:hover {
@include themify(day) {
@apply bg-gray-100;
@apply text-gray-600;
@apply bg-gray-100 text-gray-600;
}

@include themify(night) {
@apply bg-dark-default;
@apply text-gray-500;
@apply bg-dark-default text-gray-500;
}
}

Expand Down Expand Up @@ -165,7 +161,7 @@
align-items: center;
justify-content: center;

@apply duration-300 rounded-full ml-[auto];
@apply duration-300 ml-[auto] rounded-full;

&.switched svg {
transform: rotate(180deg);
Expand Down
Loading

0 comments on commit e8cf594

Please sign in to comment.