diff --git a/app/assets/stylesheets/admin/components/states_decorator.scss b/app/assets/stylesheets/admin/components/subscriptions_states.scss similarity index 63% rename from app/assets/stylesheets/admin/components/states_decorator.scss rename to app/assets/stylesheets/admin/components/subscriptions_states.scss index 4733f5367d..2377684416 100644 --- a/app/assets/stylesheets/admin/components/states_decorator.scss +++ b/app/assets/stylesheets/admin/components/subscriptions_states.scss @@ -1,7 +1,18 @@ @import "../variables"; -.state { - @extend .state; +#subscriptions .state { + border-radius: 3px; + text-transform: uppercase; + font-weight: 600; + border: 1px solid transparent; + padding: 2px 5px; + width: 100%; + display: inline-block; + text-align: center; + + &:before { + display: none; + } &.active { background-color: $spree-green; diff --git a/app/assets/stylesheets/admin/index_panels.css.scss b/app/assets/stylesheets/admin/index_panels.css.scss index a7e797bea1..8625fbfed2 100644 --- a/app/assets/stylesheets/admin/index_panels.css.scss +++ b/app/assets/stylesheets/admin/index_panels.css.scss @@ -14,6 +14,7 @@ tbody.panel-ctrl { i.icon-chevron::before { font-size: 1.2rem; content: "\f078"; + padding: 0; } &.error::before { @@ -109,6 +110,12 @@ tbody.panel-ctrl { border-color: #6788a2; padding: 0; .panel { + .actions { + .button { + display: inline-block; + } + } + .row{ margin: 0px -4px; diff --git a/app/assets/stylesheets/admin/openfoodnetwork.css.scss b/app/assets/stylesheets/admin/openfoodnetwork.css.scss index a4a13c7fa8..4afec72515 100644 --- a/app/assets/stylesheets/admin/openfoodnetwork.css.scss +++ b/app/assets/stylesheets/admin/openfoodnetwork.css.scss @@ -2,7 +2,7 @@ input[type="submit"], input[type="button"], button, .button { cursor: pointer; - padding: 6.5px 15px; + font-size: 85%; } .text-center {