diff --git a/app/assets/stylesheets/settings/addons.scss b/app/assets/stylesheets/settings/addons.scss index c9260ae32..b494c3fd0 100644 --- a/app/assets/stylesheets/settings/addons.scss +++ b/app/assets/stylesheets/settings/addons.scss @@ -9,9 +9,14 @@ .addons-title { border-bottom: $border-tertiary; + margin-bottom: 0; padding-bottom: 15px; } + .addons-subtitle { + margin-top: 2em; + } + .printers-container { .printer { border: $border-default; diff --git a/app/assets/stylesheets/settings/webhooks.scss b/app/assets/stylesheets/settings/webhooks.scss index a2a7b2d49..d22aa8284 100644 --- a/app/assets/stylesheets/settings/webhooks.scss +++ b/app/assets/stylesheets/settings/webhooks.scss @@ -67,6 +67,7 @@ .webhooks-list { list-style: none; + padding-top: .5em; } .webhook-form { @@ -91,6 +92,9 @@ } .webhook { + border-top: $border-tertiary; + padding: .5em 0; + .view-mode { align-items: center; display: flex; @@ -128,6 +132,22 @@ .fas { margin-right: .25em; } + + .divider-label { + @include font-small; + color: $color-silver-chalice; + padding-left: 1em; + } + + a { + border-radius: unset; + cursor: pointer; + padding: .5em 1em; + + &:hover { + background: $color-concrete; + } + } } } diff --git a/app/assets/stylesheets/shared/content_pane.scss b/app/assets/stylesheets/shared/content_pane.scss index 44781ee25..c5f7fd81d 100644 --- a/app/assets/stylesheets/shared/content_pane.scss +++ b/app/assets/stylesheets/shared/content_pane.scss @@ -115,7 +115,7 @@ .dropdown-menu { @include font-button; - min-width: 150px; + min-width: 200px; padding: .5em 0; a { @@ -136,6 +136,10 @@ right: 1em; } } + + .fa-stack { + width: 2em; + } } } } diff --git a/app/views/label_printers/index.html.erb b/app/views/label_printers/index.html.erb index 4dcc0565e..dcb1a988b 100644 --- a/app/views/label_printers/index.html.erb +++ b/app/views/label_printers/index.html.erb @@ -30,7 +30,7 @@ <%= t("users.settings.account.label_printer.fluics_instruction.p1") %>