Not feeling this design

This commit is contained in:
Jason Zimdars
2025-04-04 10:52:46 -05:00
parent 067193d776
commit ca0b8a6dd1
2 changed files with 2 additions and 4 deletions
+1 -3
View File
@@ -361,12 +361,10 @@
.card__move-button {
--btn-background: color-mix(in srgb, var(--bubble-color) 40%, var(--color-ink));
--btn-border-radius: 0.2em;
margin-block-start: calc(var(--block-space) * 1.2);
margin-inline-end: calc(var(--inline-space) * -4);
padding-inline-start: var(--inline-space);
transform: skewX(-15deg);
padding-inline-end: var(--inline-space);
}
.card__stages {
+1 -1
View File
@@ -33,8 +33,8 @@
<% if bubble.considering? %>
<%= button_to bucket_bubble_engagement_path(bubble.bucket, bubble), method: :post, class: "card__move-button card__hide-on-index btn btn--reversed" do %>
<%= icon_tag "menu" %>
<span class="txt-nowrap">Move to Doing</span>
<%= icon_tag "assigned" %>
<% end %>
<% end %>
</div>