background and margin fix

This commit is contained in:
Arvind Tiwari 2017-08-24 00:39:47 +05:30
parent 27a233ffc4
commit fc0ed90447

View file

@ -1,6 +1,6 @@
.hosting-dashboard:after { .hosting-dashboard:after {
content: ''; content: '';
position: absolute; position: fixed;
top: 0; top: 0;
bottom: 0; bottom: 0;
left: 0; left: 0;
@ -10,7 +10,7 @@
} }
.hosting-dashboard:before { .hosting-dashboard:before {
content: ''; content: '';
position: absolute; position: fixed;
top: 0; top: 0;
bottom: 0; bottom: 0;
left: 0; left: 0;
@ -18,6 +18,7 @@
background: url(../../datacenterlight/img/pattern.jpg) no-repeat center center; background: url(../../datacenterlight/img/pattern.jpg) no-repeat center center;
background-size: cover; background-size: cover;
z-index: -2; z-index: -2;
height: 100%;
} }
.hosting-dashboard .dashboard-container-head { .hosting-dashboard .dashboard-container-head {
@ -31,6 +32,8 @@
padding: 25px; padding: 25px;
color: rgba(124, 139, 175, 0.7); color: rgba(124, 139, 175, 0.7);
font-size: 19px; font-size: 19px;
display: block;
margin-bottom: 15px;
} }
.hosting-dashboard-item:hover, .hosting-dashboard-item:hover,
.hosting-dashboard-item:focus, .hosting-dashboard-item:focus,
@ -72,6 +75,5 @@
} }
.hosting-dashboard-item { .hosting-dashboard-item {
width: 32%; width: 32%;
margin-bottom: 15px;
} }
} }