healthchecks_healthchecks/static/css/add_credential.css
Pēteris Caune 3c43e5aa45
Optimize the spinner animation
Use a CSS box-shadow trick to implement it with just a single
DOM element instead of four.
2022-07-07 10:25:13 +03:00

8 lines
No EOL
186 B
CSS

#waiting .spinner {
margin: 0 0 0 10px;
}
#add-credential-form #error-text, #login-tfa-form #error-text {
font-family: "Lucida Console", Monaco, monospace;
margin: 16px 0;
}