mirror of
https://github.com/lights0123/n-link.git
synced 2024-12-23 02:35:27 +00:00
19 lines
232 B
CSS
19 lines
232 B
CSS
@tailwind base;
|
|
|
|
@tailwind components;
|
|
|
|
@tailwind utilities;
|
|
|
|
@keyframes lds-dual-ring {
|
|
0% {
|
|
transform: rotate(0deg);
|
|
}
|
|
100% {
|
|
transform: rotate(360deg);
|
|
}
|
|
}
|
|
|
|
.el-popover {
|
|
@apply select-none;
|
|
}
|