Skip to content

Commit

Permalink
Ticket #4847 - Studio: Layout changes. Stage 3.
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonLV committed Dec 26, 2024
1 parent 15e355b commit 778e9c4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion plugins_public/tailwind/css/tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -1350,8 +1350,13 @@
@apply text-gray-800 dark:text-gray-200;
}

.bx-std .bx-def-color-bg-block,
.bx-std .bx-popup-color-bg {
@apply bg-white dark:bg-gray-900 shadow;
@apply bg-white dark:bg-gray-900;
}

.bx-std .bx-popup-color-bg {
@apply shadow;
}
.bx-std .bx-popup-border {
@apply m-px ring-1 ring-gray-300 dark:ring-gray-700 rounded-2xl;
Expand Down
2 changes: 1 addition & 1 deletion plugins_public/tailwind/css/tailwind.min.css

Large diffs are not rendered by default.

0 comments on commit 778e9c4

Please sign in to comment.