Skip to content

Commit

Permalink
remove whitespace for some styling classes
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisHuynh333 committed Dec 19, 2024
1 parent 14c108f commit 2bae412
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 64 deletions.
17 changes: 1 addition & 16 deletions app/views/groups/bots/_new_destroy_modal.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,7 @@
) do |form| %>
<%= form.submit t("bots.new_destroy.submit_button"),
class:
"
button
text-sm
px-5
py-2.5
text-white
bg-red-700
border-red-800
focus:outline-none
hover:bg-red-800
focus:ring-red-300
dark:focus:ring-red-700
dark:bg-red-600
dark:text-white
dark:border-red-600
dark:hover:bg-red-700",
"button text-sm px-5 py-2.5 text-white bg-red-700 border-red-800 focus:outline-none hover:bg-red-800 focus:ring-red-300 dark:focus:ring-red-700 dark:bg-red-600 dark:text-white dark:border-red-600 dark:hover:bg-red-700",
data: {
action: "click->token#removeTokenPanel",
} %>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,7 @@
) do |form| %>
<%= form.submit t("personal_access_tokens.new_revoke.submit_button"),
class:
"
button
text-sm
px-5
py-2.5
text-white
bg-red-700
border-red-800
focus:outline-none
hover:bg-red-800
focus:ring-red-300
dark:focus:ring-red-700
dark:bg-red-600
dark:text-white
dark:border-red-600
dark:hover:bg-red-700",
"button text-sm px-5 py-2.5 text-white bg-red-700 border-red-800 focus:outline-none hover:bg-red-800 focus:ring-red-300 dark:focus:ring-red-700 dark:bg-red-600 dark:text-white dark:border-red-600 dark:hover:bg-red-700",
data: {
action: "click->token#removeTokenPanel",
} %>
Expand Down
17 changes: 1 addition & 16 deletions app/views/projects/bots/_new_destroy_modal.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,7 @@
) do |form| %>
<%= form.submit t("bots.new_destroy.submit_button"),
class:
"
button
text-sm
px-5
py-2.5
text-white
bg-red-700
border-red-800
focus:outline-none
hover:bg-red-800
focus:ring-red-300
dark:focus:ring-red-700
dark:bg-red-600
dark:text-white
dark:border-red-600
dark:hover:bg-red-700",
"button text-sm px-5 py-2.5 text-white bg-red-700 border-red-800 focus:outline-none hover:bg-red-800 focus:ring-red-300 dark:focus:ring-red-700 dark:bg-red-600 dark:text-white dark:border-red-600 dark:hover:bg-red-700",
data: {
action: "click->token#removeTokenPanel",
} %>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,7 @@
) do |form| %>
<%= form.submit t("personal_access_tokens.new_revoke.submit_button"),
class:
"
button
text-sm
px-5
py-2.5
text-white
bg-red-700
border-red-800
focus:outline-none
hover:bg-red-800
focus:ring-red-300
dark:focus:ring-red-700
dark:bg-red-600
dark:text-white
dark:border-red-600
dark:hover:bg-red-700",
"button text-sm px-5 py-2.5 text-white bg-red-700 border-red-800 focus:outline-none hover:bg-red-800 focus:ring-red-300 dark:focus:ring-red-700 dark:bg-red-600 dark:text-white dark:border-red-600 dark:hover:bg-red-700",
data: {
action: "click->token#removeTokenPanel",
} %>
Expand Down

0 comments on commit 2bae412

Please sign in to comment.