dashboard url, view,template and css added

This commit is contained in:
Arvind Tiwari 2017-08-22 20:45:18 +05:30
commit 6890c82122
10 changed files with 206 additions and 14 deletions

View file

@ -0,0 +1,21 @@
.hosting-dashboard:after {
content: '';
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(41, 66, 122, 0.59);
z-index: -1;
}
.hosting-dashboard:before {
content: '';
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: url(../../datacenterlight/img/pattern.jpg) no-repeat center center;
background-size: cover;
z-index: -2;
}