mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-23 18:44:51 +00:00
2 lines
533 B
CSS
2 lines
533 B
CSS
.loading-spinner[data-v-c6d8f4b7]{width:24px;height:24px;border:2px solid #e5e7eb;border-top:2px solid #3b82f6;border-radius:50%;animation:spin-c6d8f4b7 1s linear infinite}@keyframes spin-c6d8f4b7{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.accounts-container[data-v-c6d8f4b7]{min-height:calc(100vh - 300px)}.table-container[data-v-c6d8f4b7]{overflow-x:auto;border-radius:12px;border:1px solid rgba(0,0,0,.05)}.table-row[data-v-c6d8f4b7]{transition:all .2s ease}.table-row[data-v-c6d8f4b7]:hover{background-color:#00000005}
|