mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-07-08 09:53:08 +02:00
feat(core): add module shelljs support
This commit is contained in:
@@ -48,7 +48,6 @@
|
||||
}
|
||||
|
||||
.home_vip_info {
|
||||
background-color: #f7f7f7;
|
||||
background-color: #f7f7f7;
|
||||
background-image: url("http://image.tmdb.org/t/p/w1280/wwPWKRteE3vxTMta2IxdRgEhYsq.jpg");
|
||||
background-position: center;
|
||||
@@ -57,7 +56,6 @@
|
||||
background-size: cover;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
min-height: 300px;
|
||||
.vip-half-background {
|
||||
width: 100%;
|
||||
min-height: 300px;
|
||||
@@ -72,7 +70,7 @@
|
||||
right: 0;
|
||||
border-right: 5000px solid #2a2a2a;
|
||||
border-right: 5000px solid rgba(128, 128, 128, 0.4);
|
||||
border-top: 30000px solid transparent;
|
||||
border-top: 10000px solid transparent;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -145,7 +143,6 @@
|
||||
}
|
||||
|
||||
.home_global_search {
|
||||
min-height: 120px;
|
||||
background-color: #f7f7f7;
|
||||
.search-panel {
|
||||
min-height: 120px;
|
||||
|
||||
@@ -107,6 +107,7 @@
|
||||
"run-sequence": "~2.1.0",
|
||||
"serve-favicon": "^2.4.5",
|
||||
"sharp": "^0.19.0",
|
||||
"shelljs": "^0.8.1",
|
||||
"snyk": "^1.34.3",
|
||||
"socket.io": "~2.0.2",
|
||||
"sprintf-js": "^1.1.1",
|
||||
|
||||
Reference in New Issue
Block a user