mirror of
https://github.com/lights0123/n-link.git
synced 2025-01-03 15:15:26 +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;
|
||
|
}
|