diff --git a/assets/blocks/reader-registration/style.scss b/assets/blocks/reader-registration/style.scss index aca1d3ea89..09c53fe5e5 100644 --- a/assets/blocks/reader-registration/style.scss +++ b/assets/blocks/reader-registration/style.scss @@ -190,6 +190,16 @@ pointer-events: none; } + .newspack-registration__main { + .newspack-ui__button { + display: none !important; + + &.newspack-ui__button--loading { + display: inline-flex !important; + } + } + } + button[type='submit'] { position: relative; @@ -217,16 +227,6 @@ left: calc( 50% - ( var(--size) / 2 ) ); } } - - .newspack-registration__main { - .newspack-ui__button { - display: none !important; - - &.newspack-ui__button--loading { - display: inline-flex !important; - } - } - } } &--hidden,