dashboard url, view,template and css added
This commit is contained in:
parent
b256199d82
commit
6890c82122
10 changed files with 206 additions and 14 deletions
21
hosting/static/hosting/css/dashboard.css
Normal file
21
hosting/static/hosting/css/dashboard.css
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue