PluginProbe ʕ •ᴥ•ʔ
Superb Addons: Blocks, Patterns, Pre-built Pages, Sliders, Popups, Free Forms, Animations & More / trunk
Superb Addons: Blocks, Patterns, Pre-built Pages, Sliders, Popups, Free Forms, Animations & More vtrunk
4.1.0 4.0.9 4.0.8 4.0.7 4.0.6 4.0.5 4.0.4 4.0.3 4.0.2 4.0.1 4.0.0 trunk 1.0.0 2.0.0 2.0.1 2.0.2 2.0.3 3.0 3.0.1 3.0.2 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 3.1.0 3.1.2 3.1.3 3.2.0 3.2.1 3.2.2 3.2.4 3.2.5 3.2.7 3.2.8 3.2.9 3.3.0 3.3.1 3.3.2 3.4.0 3.4.1 3.4.2 3.4.5 3.4.6 3.5.0 3.5.1 3.5.2 3.5.3 3.5.4 3.5.6 3.5.7 3.5.8 3.5.9 3.6.0 3.6.1 3.6.2 3.7.0 3.7.1
superb-blocks / assets / css / toast.min.css
superb-blocks / assets / css Last commit date
admin-dashboard.min.css 2 weeks ago admin-forms.min.css 2 weeks ago admin-modal.min.css 2 weeks ago editor-enhancements.min.css 1 week ago enhancements.min.css 1 week ago framework.min.css 2 weeks ago layout-library-editor.min.css 2 weeks ago layout-library-preview.min.css 2 weeks ago page-wizard-preview.min.css 2 weeks ago page-wizard.min.css 2 weeks ago patterns.min.css 2 weeks ago toast.min.css 2 weeks ago
toast.min.css
1 lines
1 #spbaddons-toast-container{position:fixed;top:20px;right:20px;z-index:999999;display:flex;flex-direction:column;gap:10px;pointer-events:none;max-width:400px;width:calc(100vw - 40px);box-sizing:border-box}.spbaddons-toast{display:flex;align-items:flex-start;gap:12px;background:#fff;border-radius:10px;box-shadow:0 8px 24px rgba(0,0,0,.12),0 2px 6px rgba(0,0,0,.06);padding:14px 14px 14px 16px;border-left:4px solid rgba(0,0,0,0);pointer-events:all;position:relative;overflow:hidden;opacity:0;transform:translateX(30px);transition:opacity 280ms ease-out,transform 280ms ease-out;box-sizing:border-box;font-family:Manrope,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.spbaddons-toast--show{opacity:1;transform:translateX(0)}.spbaddons-toast--hide{opacity:0;transform:translateX(20px);transition:opacity 220ms ease-in,transform 220ms ease-in}.spbaddons-toast--success{border-left-color:#00bc87}.spbaddons-toast--error{border-left-color:#bc0000}.spbaddons-toast--info{border-left-color:#6448e7}.spbaddons-toast__icon{flex-shrink:0;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center}.spbaddons-toast--success .spbaddons-toast__icon{background-color:#e8f8f4}.spbaddons-toast--error .spbaddons-toast__icon{background-color:#fdecea}.spbaddons-toast--info .spbaddons-toast__icon{background-color:#ede7f6}.spbaddons-toast__body{flex:1;min-width:0}.spbaddons-toast__title{font-size:13px;font-weight:700;color:#263238;line-height:1.4;margin:0}.spbaddons-toast__message{font-size:13px;font-weight:400;color:#546e7a;line-height:1.5;margin-top:2px;word-break:break-word}.spbaddons-toast__close{flex-shrink:0;background:none;border:none;padding:2px;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:4px;margin-top:1px;transition:background-color 150ms ease;line-height:1}.spbaddons-toast__close:hover{background-color:#f5f5f5}.spbaddons-toast__progress{position:absolute;bottom:0;left:0;right:0;height:3px;background-color:#f0f0f0;overflow:hidden}.spbaddons-toast__progress-fill{height:100%;width:100%;transform-origin:left center;animation:spbaddons-toast-progress linear forwards}.spbaddons-toast--success .spbaddons-toast__progress-fill{background-color:#00bc87}.spbaddons-toast--info .spbaddons-toast__progress-fill{background-color:#6448e7}.spbaddons-toast__progress--paused .spbaddons-toast__progress-fill{animation-play-state:paused}@keyframes spbaddons-toast-progress{from{transform:scaleX(1)}to{transform:scaleX(0)}}