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 17, 2024
1 parent 294c9a3 commit e3f2bdc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
6 changes: 3 additions & 3 deletions plugins_public/tailwind/css/tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -1380,11 +1380,11 @@
.bx-std-bg.bx-std-page-launcher {
@apply bg-gray-200 dark:bg-black;
}
.bx-std-widgets .bx-std-widget {

.bx-std .bx-std-widgets .bx-std-widget {
@apply px-6 pt-6 pb-3 sm:px-10 sm:pt-10 sm:pb-4;
}

/* Studio: Settings */
#adm-settings-form-categorized .bx-form-advanced-wrapper .bx-form-section-wrapper:last-child {
@apply bg-white/90 dark:bg-gray-900/90;
Expand Down
2 changes: 1 addition & 1 deletion plugins_public/tailwind/css/tailwind.min.css

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions studio/template/css/launcher.css
Original file line number Diff line number Diff line change
Expand Up @@ -261,10 +261,6 @@ div.bx-std-widget-caption-jitter {
width: 5rem;
height: 2rem;
}
div.bx-std-widget-caption,
div.bx-std-widget-caption a {
color: rgba(0, 0, 0, 0.5);
}


/**
Expand Down
2 changes: 1 addition & 1 deletion studio/template/widget.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<div class="bx-std-widget-loading"></div>

<div class="bx-std-widget-caption">
<a class="bx-std-widget-link" href="__url__" <bx_if:show_click_link>onClick="__content__"</bx_if:show_click_link> title="__caption_attr__">__caption__</a>
<a class="bx-std-widget-link text-black/50 dark:text-white/50" href="__url__" <bx_if:show_click_link>onClick="__content__"</bx_if:show_click_link> title="__caption_attr__">__caption__</a>
<div class="bx-std-widget-caption-jitter" style="display:none"></div>
</div>
</div>
Expand Down

0 comments on commit e3f2bdc

Please sign in to comment.