![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/ts.corals.io/frontend/node_modules/vue-select/src/scss/modules/ |
/* Loading Spinner */ .vs__spinner { align-self: center; opacity: 0; font-size: 5px; text-indent: -9999em; overflow: hidden; border-top: .9em solid rgba(100, 100, 100, .1); border-right: .9em solid rgba(100, 100, 100, .1); border-bottom: .9em solid rgba(100, 100, 100, .1); border-left: .9em solid rgba(60, 60, 60, .45); transform: translateZ(0); animation: vSelectSpinner 1.1s infinite linear; transition: opacity .1s; } .vs__spinner, .vs__spinner:after { border-radius: 50%; width: 5em; height: 5em; } /* Loading Spinner States */ .vs--loading .vs__spinner { opacity: 1; }