mirror of
https://github.com/healthchecks/healthchecks.git
synced 2025-03-14 20:32:51 +00:00

Use a CSS box-shadow trick to implement it with just a single DOM element instead of four.
8 lines
No EOL
186 B
CSS
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;
|
|
} |