@das-fed/mframe 0.0.17 → 0.0.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es5.js +3481 -3433
- package/index.css +1 -0
- package/index.js +2963 -2944
- package/package.json +1 -1
package/index.css
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.loader-container[data-v-f2ebd949]{display:flex;align-items:center;justify-content:center}.loader[data-v-f2ebd949]{border:4px solid #f3f3f3;border-top:4px solid #3498db;border-radius:50%;width:24px;height:24px;margin-right:10px;animation:spin-f2ebd949 2s linear infinite}@keyframes spin-f2ebd949{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
|