UNPKG

winbox-ui-next

Version:

We Design Vue 2.0: A Vue.js 3 UI Library

45 lines (44 loc) 1.04 kB
/******** borderSize *******/ /******** borderStyle *******/ /******** radius *******/ /******** shadow distance *******/ /******** size *******/ /******** spacing *******/ /******** shadow *******/ /******** opacity *******/ /******** fontSize *******/ /******** fontWeight ********/ /******** radius *******/ /******** Primary *******/ /******** success *******/ /******** warning *******/ /******** danger *******/ /******** link *******/ /******** radius *******/ /********* icon hover *********/ .w-back-top { position: fixed; right: 24px; bottom: 24px; z-index: 100; } .w-back-top-btn { width: 48px; height: 48px; color: var(--color-text-1); font-size: 20px; text-align: center; background-color: var(--color-bg-5); border: none; border-radius: var(--border-radius-circle); outline: none; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); cursor: pointer; transition: all 0.2s cubic-bezier(0, 0, 1, 1); } .w-back-top-btn:hover { color: rgb(var(--primary-6)); } .w-back-top-btn svg { font-size: 14px; }