@kvass/widgets 1.7.16 → 1.7.17
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/dist/finn.css +1 -1
- package/dist/finn.js +10 -9
- package/package.json +1 -1
package/dist/finn.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.godfather-entry{position:absolute;z-index:10}.godfather-entry .godfather-animation{animation:godfather-enter .2s ease-out;line-height:1.42;border-radius:4px;box-shadow:0 15px 25px -5px #0006}.godfather-entry .godfather-container{display:flex}.godfather-entry .godfather-inner-container{padding:1em;max-width:300px}.godfather-entry .godfather-actions{margin-top:15px;display:flex;justify-content:space-between}.godfather-entry button{font-size:.75em;cursor:pointer;padding:5px 15px;background:#ffffff1a;border:none;color:inherit;border-radius:2px;transition:background .1s ease-out}.godfather-entry button:hover{background:#fff3}.godfather-entry .godfather-image{background-position:center;background-size:75% 75%;background-repeat:no-repeat;background-color:#ffffff0d;width:125px;position:relative}.godfather-entry .godfather-image-loader:before{content:"";position:absolute;top:50%;left:50%;margin-left:-10px;margin-top:-10px;width:20px;height:20px;border-radius:50%;border:2px solid rgba(255,255,255,.5);border-top-color:transparent;animation:spin .5s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.godfather-entry .godfather-title{font-weight:700}.godfather-entry hr{border:none;border-top:1px solid currentColor;opacity:.2;margin:.5em 0}.godfather-entry .godfather-arrow{position:absolute;border-radius:2px;width:10px;height:10px;z-index:-1;pointer-events:none}.godfather-hint{cursor:pointer;position:absolute;opacity:.9;top:-5px;right:-5px;border-radius:50%;background:currentColor;width:20px;height:20px;z-index:1}.godfather-hint:before{content:"?";display:block;border-radius:50%;width:20px;height:20px;position:relative;font-size:13px;z-index:1;color:#fff;text-align:center;line-height:20px}.godfather-hint:after{content:"";flex-shrink:0;position:absolute;top:0;right:0;display:block;width:20px;height:20px;border-radius:50%;background:currentColor;animation:pulse 2s infinite ease-out}@keyframes pulse{0%{transform:scale(1)}to{transform:scale(1.5);opacity:0}}.godfather-overlay{position:fixed;top:0;left:0;height:100%;width:100%;background:#0006;z-index:8}@keyframes godfather-enter{0%{opacity:0;transform:translateY(10px)}}
|
|
1
|
+
.godfather-entry{position:absolute;z-index:10}.godfather-entry .godfather-animation{animation:godfather-enter .2s ease-out;line-height:1.42;border-radius:4px;box-shadow:0 15px 25px -5px #0006}.godfather-entry .godfather-container{display:flex}.godfather-entry .godfather-inner-container{padding:1em;max-width:300px}.godfather-entry .godfather-actions{margin-top:15px;display:flex;justify-content:space-between}.godfather-entry button{font-size:.75em;cursor:pointer;padding:5px 15px;background:#ffffff1a;border:none;color:inherit;border-radius:2px;transition:background .1s ease-out}.godfather-entry button:hover{background:#fff3}.godfather-entry .godfather-image{background-position:center;background-size:75% 75%;background-repeat:no-repeat;background-color:#ffffff0d;width:125px;position:relative}.godfather-entry .godfather-image-loader:before{content:"";position:absolute;top:50%;left:50%;margin-left:-10px;margin-top:-10px;width:20px;height:20px;border-radius:50%;border:2px solid rgba(255,255,255,.5);border-top-color:transparent;animation:spin .5s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.godfather-entry .godfather-title{font-weight:700}.godfather-entry hr{border:none;border-top:1px solid currentColor;opacity:.2;margin:.5em 0}.godfather-entry .godfather-arrow{position:absolute;border-radius:2px;width:10px;height:10px;z-index:-1;pointer-events:none}.godfather-hint{cursor:pointer;position:absolute;opacity:.9;top:-5px;right:-5px;border-radius:50%;background:currentColor;width:20px;height:20px;z-index:1}.godfather-hint:before{content:"?";display:block;border-radius:50%;width:20px;height:20px;position:relative;font-size:13px;z-index:1;color:#fff;text-align:center;line-height:20px}.godfather-hint:after{content:"";flex-shrink:0;position:absolute;top:0;right:0;display:block;width:20px;height:20px;border-radius:50%;background:currentColor;animation:pulse 2s infinite ease-out}@keyframes pulse{0%{transform:scale(1)}to{transform:scale(1.5);opacity:0}}.godfather-overlay{position:fixed;top:0;left:0;height:100%;width:100%;background:#0006;z-index:8}@keyframes godfather-enter{0%{opacity:0;transform:translateY(10px)}}
|