diff --git a/app/javascript/application.scss b/app/javascript/application.scss index 61d3f645..a9709f8b 100644 --- a/app/javascript/application.scss +++ b/app/javascript/application.scss @@ -56,11 +56,45 @@ button[disabled] .enabled { } .base-button { - @apply btn btn-neutral text-white text-base; + @apply btn btn-primary text-white text-base; +} + +.btn-outline { + border-color: #004FCC; + color: #004FCC; +} + +.btn-outline:hover { + background-color: #004FCC; + border-color: #004FCC; + color: white; +} + +.btn-ghost { + color: #004FCC; +} + +.btn-ghost:hover { + background-color: #004FCC; + color: white; +} + +.btn-neutral { + background-color: #004FCC; + border-color: #004FCC; + color: white; +} + +.btn-neutral:hover { + background-color: #0063FF; + border-color: #0063FF; + color: white; } .white-button { @apply btn btn-outline text-base bg-white border-2; + border-color: #004FCC; + color: #004FCC; } .base-checkbox { diff --git a/app/javascript/form.scss b/app/javascript/form.scss index fb651155..753f53eb 100644 --- a/app/javascript/form.scss +++ b/app/javascript/form.scss @@ -56,11 +56,45 @@ button[disabled] .enabled { } .base-button { - @apply btn btn-neutral text-white text-base; + @apply btn btn-primary text-white text-base; +} + +.btn-outline { + border-color: #004FCC; + color: #004FCC; +} + +.btn-outline:hover { + background-color: #004FCC; + border-color: #004FCC; + color: white; +} + +.btn-ghost { + color: #004FCC; +} + +.btn-ghost:hover { + background-color: #004FCC; + color: white; +} + +.btn-neutral { + background-color: #004FCC; + border-color: #004FCC; + color: white; +} + +.btn-neutral:hover { + background-color: #0063FF; + border-color: #0063FF; + color: white; } .white-button { @apply btn btn-outline text-base bg-white border-2; + border-color: #004FCC; + color: #004FCC; } .base-checkbox { diff --git a/app/views/templates/_title.html.erb b/app/views/templates/_title.html.erb index 28d2e037..1d7501a6 100644 --- a/app/views/templates/_title.html.erb +++ b/app/views/templates/_title.html.erb @@ -40,15 +40,6 @@ <% if !template.archived_at? %>