Not feeling this design
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user