@bee-design/ui
Version:
Bee Design React UI Library.
1 lines • 546 B
CSS
.bee-backtop{position:fixed;bottom:24px;right:24px;z-index:100;cursor:pointer}.bee-backtop-button{width:40px;height:40px;font-size:12px;text-align:center;outline:0;background-color:rgb(var(--bee-primary-6));border-radius:var(--bee-border-radius-circle);color:var(--bee-color-white);transition:all .2s cubic-bezier(0,0,1,1);cursor:pointer;border:none}.bee-backtop-button:focus-visible{box-shadow:0 0 0 2px var(--bee-color-primary-light-3)}.bee-backtop-button:hover{background-color:rgb(var(--bee-primary-5))}.bee-backtop-button svg{font-size:14px}