snort/packages/app/src/Element/AsyncButton.css
Kieran ee0865d9af
Some checks failed
continuous-integration/drone/push Build is failing
chore: Update translations
2023-11-16 12:40:34 +00:00

29 lines
477 B
CSS

.spinner-wrapper {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.spinner-button > span {
display: flex;
justify-content: center;
align-items: center;
gap: 8px;
}
.light .spinner-button {
border: 1px solid var(--border-color);
color: var(--font-secondary);
box-shadow: rgba(0, 0, 0, 0.08) 0 1px 1px;
}
.light .spinner-button:hover {
box-shadow: rgba(0, 0, 0, 0.2) 0 1px 3px;
}
.light .spinner-button > span {
color: black;
}