mobile-alert-zepto
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -118,3 +118,3 @@ /******/ (function(modules) { // webpackBootstrap | ||
// module | ||
exports.push([module.id, "@keyframes fadeIn {\n from {\n opacity: 0;\n }\n to {\n opacity: 1;\n }\n}\n@-webkit-keyframes fadeIn {\n from {\n opacity: 0;\n }\n to {\n opacity: 1;\n }\n}\n.alert {\n position: absolute;\n top: 0;\n bottom: 0;\n width: 100%;\n background-color: rgba(0, 0, 0, 0.4);\n font-size: 16px;\n -webkit-animation: fadeIn .2s both;\n animation: fadeIn .2s both;\n}\n.alert .alert-box {\n position: absolute;\n top: 50%;\n left: 50%;\n width: 270px;\n height: 120px;\n margin-left: -135px;\n margin-top: -60px;\n background-color: white;\n border-radius: 12.5px;\n}\n.alert .alert-box .alert-msg-container {\n height: 80px;\n border-bottom: 1px solid #e5e5e5;\n}\n.alert .alert-box .alert-msg-container .alert-msg {\n margin: 0;\n padding-top: 30px;\n text-align: center;\n}\n.alert .alert-box .alert-positive {\n text-align: center;\n line-height: 38px;\n color: #007aff;\n font-weight: 700;\n}\n", ""]); | ||
exports.push([module.id, "@keyframes fadeIn {\n from {\n opacity: 0;\n }\n to {\n opacity: 1;\n }\n}\n@-webkit-keyframes fadeIn {\n from {\n opacity: 0;\n }\n to {\n opacity: 1;\n }\n}\n.alert {\n position: absolute;\n top: 0;\n bottom: 0;\n width: 100%;\n background-color: rgba(0, 0, 0, 0.4);\n font-size: 16px;\n -webkit-animation: fadeIn .2s both;\n animation: fadeIn .2s both;\n z-index: 9998;\n}\n.alert .alert-box {\n position: absolute;\n top: 50%;\n left: 50%;\n width: 270px;\n height: 120px;\n margin-left: -135px;\n margin-top: -60px;\n background-color: white;\n border-radius: 12.5px;\n z-index: 9999;\n}\n.alert .alert-box .alert-msg-container {\n height: 80px;\n border-bottom: 1px solid #e5e5e5;\n}\n.alert .alert-box .alert-msg-container .alert-msg {\n margin: 0;\n padding-top: 30px;\n text-align: center;\n}\n.alert .alert-box .alert-positive {\n text-align: center;\n line-height: 38px;\n color: #007aff;\n font-weight: 700;\n}\n", ""]); | ||
@@ -121,0 +121,0 @@ // exports |
{ | ||
"name": "mobile-alert-zepto", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "mobile alert replacing window.alert(), mocking iOS alert UI, supporting custom message and positive button text", | ||
@@ -5,0 +5,0 @@ "main": "dist/alert.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
88619