mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-15 03:01:37 -05:00
Added animated icon for signup form loading state
refs https://github.com/TryGhost/Team/issues/3256
This commit is contained in:
parent
4af604a04f
commit
c892f3a5e1
1 changed files with 6 additions and 6 deletions
|
@ -151,7 +151,7 @@
|
|||
|
||||
.kg-signup-card-button {
|
||||
display: flex;
|
||||
position: static;
|
||||
position: relative;
|
||||
align-items: center;
|
||||
outline: none;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
|
@ -224,15 +224,15 @@
|
|||
}
|
||||
|
||||
.kg-signup-card-button-loading {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.kg-signup-card-form.loading .kg-signup-card-button-default {
|
||||
position: absolute;
|
||||
inset: 0;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.kg-signup-card-form.loading .kg-signup-card-button-loading {
|
||||
display: inline-block;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
/* Disclaimer */
|
||||
|
|
Loading…
Add table
Reference in a new issue