CoolFace
Apppublic

DataScope26/WEB

sourceHugging Faceupdated 7d agoView on Hugging Face
0likes
ButtonClose.css19 linesDownload Raw Back to components
1.button-close {2  position: absolute;3  top: 1rem;4  right: 1.25rem;5  background: transparent;6  border: none;7  color: var(--white);8  font-size: 1.75rem;9  line-height: 1;10  padding: 0;11  cursor: pointer;12  outline: none;13}14 15.button-close:hover,16.button-close:focus-visible {17  opacity: 0.85;18}19