UNPKG

@tolokoban/ui

Version:

React components with theme

23 lines (19 loc) 285 B
.InputImage { position: relative; background-repeat: repeat; } .InputImage > * { position: absolute; left: 0; top: 0; width: 100%; height: 100%; } .busy { transition: all 0.3s; opacity: 1; } .notBusy { transition: all 0.3s; opacity: 0; }