Started adding frontend notifications, fixing firefox file upload bug
This commit is contained in:
18
goTorrentWebUI/node_modules/react-toastify/lib/config.js
generated
vendored
Normal file
18
goTorrentWebUI/node_modules/react-toastify/lib/config.js
generated
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
"use strict";
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = {
|
||||
width: "320px",
|
||||
background: "#ffffff",
|
||||
fontColor: "#999",
|
||||
fontSize: "13px",
|
||||
colorDefault: "#fff",
|
||||
colorInfo: "#3498db",
|
||||
colorSuccess: "#07bc0c",
|
||||
colorWarning: "#f1c40f",
|
||||
colorError: "#e74c3c",
|
||||
colorProgressDefault: "linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55)",
|
||||
smartphonePortrait: "only screen and (max-width : 480px)"
|
||||
};
|
Reference in New Issue
Block a user