Skip to content

Commit

Permalink
style(reader-registration): reorganise file
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasguillot committed Jul 16, 2024
1 parent 7dde411 commit 19a7555
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions assets/blocks/reader-registration/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 19a7555

Please sign in to comment.