<% content_for(:title) { "Custom styles" } %> <% content_for :header do %> <% end %>
<%= form_with model: @account, url: account_custom_styles_url, class: "flex flex-column gap", data: { controller: "form", action: "keydown.ctrl+enter->form#submit keydown.meta+enter->form#submit" } do |form| %>
<%= translation_button(:custom_styles) %>

Custom CSS

Add custom CSS styles. <%= image_tag "alert.svg", class: "flex-inline colorize--black", size: 16, aria: { hidden: "true" } %> Use Caution: you could break things.

<%= form.button class: "btn btn--reversed center txt-large", type: "submit" do %> <%= image_tag "check.svg", aria: { hidden: "true" }, size: 20 %> Save changes <% end %> <% end %>