Update loading page.
This commit is contained in:
@@ -12,7 +12,9 @@ module.exports = {
|
|||||||
modifyVars: {
|
modifyVars: {
|
||||||
...(process.env.NODE_ENV === "development"
|
...(process.env.NODE_ENV === "development"
|
||||||
? { "@primary-color": "#a51d1d" }
|
? { "@primary-color": "#a51d1d" }
|
||||||
: { "@primary-color": "#1DA57A" }),
|
: {
|
||||||
|
//"@primary-color": "#1DA57A"
|
||||||
|
}),
|
||||||
// "@primary-color": " #1890ff", // primary color for all components
|
// "@primary-color": " #1890ff", // primary color for all components
|
||||||
// "@link-color": "#1890ff", // link color
|
// "@link-color": "#1890ff", // link color
|
||||||
// "@success-color": "#52c41a", // success state color
|
// "@success-color": "#52c41a", // success state color
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 55 KiB |
@@ -6,7 +6,7 @@
|
|||||||
position: relative;
|
position: relative;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
border-color: #666;
|
border-color: #666;
|
||||||
background-image: url("../../assets/banner3.jpeg");
|
background-image: url("../../assets/banner1.jpeg");
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
|
|||||||
Reference in New Issue
Block a user