CoolFace
Apppublic

DataScope26/WEB

sourceHugging Faceupdated 7d agoView on Hugging Face
0likes
ButtonAlert.css20 linesDownload Raw Back to components
1.button-alert {2  background: var(--color-danger-bg);3  color: var(--color-danger);4  font-family: var(--font-body);5  font-weight: 500;6  border: 0.0625rem solid var(--color-danger-border);7  border-radius: 0.5rem;8  cursor: pointer;9  font-size: 0.875rem;10  display: inline-flex;11  align-items: center;12  justify-content: center;13  padding: 0.5rem 0.75rem;14  min-width: 7.5rem;15}16 17.button-alert:hover {18  background: rgba(159, 5, 25, 0.12);19}20