-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: polish to replacement_service form #1106
Conversation
85e093a
to
9d334fb
Compare
@@ -3441,7 +3441,6 @@ fieldset:disabled a.btn { | |||
padding: 0.25rem 0.5rem; | |||
font-size: 0.875rem; | |||
line-height: 1.5; | |||
border-radius: 0.2rem; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A quick stab at making these buttons distinct from the disruptions save/cancel.
Left is with border-radius (before this line removal, it was pretty square-looking), which is coming from this btn-sm
class. On the right is the existing button, btn-primary
without btn-sm
.
We're aren't using this class btn-sm
elsewhere that I can see.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -175,15 +175,15 @@ defmodule ArrowWeb.LimitSection do | |||
</div> | |||
<div class="row"> | |||
<div class="col-lg-3"> | |||
<.button type="submit" class="btn btn-primary w-100" phx-target={@myself}> | |||
<.button type="submit" class="btn-primary btn-sm w-100" phx-target={@myself}> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I removed btn
from class=
because the .button
already had this class applied.
d6fb476
to
a72156b
Compare
a72156b
to
2cc7ebe
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good to go 👍
Summary of changes
Asana Ticket: Follow on to 🏹 Implement "Create Replacement Service Component" - Shuttle Activation Upload/Parsing + Save Component Button
Reviewer Checklist