proportions fixed for dashboard box
This commit is contained in:
parent
919ad6e869
commit
03ab40eed5
1 changed files with 8 additions and 8 deletions
|
@ -5,7 +5,7 @@
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
background-color: rgba(41, 66, 122, 0.59);
|
background-color: rgba(91, 116, 173, 0.7);
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
}
|
}
|
||||||
.hosting-dashboard:before {
|
.hosting-dashboard:before {
|
||||||
|
@ -23,12 +23,12 @@
|
||||||
|
|
||||||
.hosting-dashboard .dashboard-container-head {
|
.hosting-dashboard .dashboard-container-head {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
margin-bottom: 25px;
|
margin-bottom: 60px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hosting-dashboard-item {
|
.hosting-dashboard-item {
|
||||||
background: #e9ebee;
|
background: #e9ebee;
|
||||||
box-shadow: 1px 3px 3px rgba(0,0,0,0.5);
|
box-shadow: 1px 3px 3px rgba(0,0,0,0.4);
|
||||||
padding: 25px;
|
padding: 25px;
|
||||||
color: rgba(124, 139, 175, 1);
|
color: rgba(124, 139, 175, 1);
|
||||||
font-size: 19px;
|
font-size: 19px;
|
||||||
|
@ -45,14 +45,14 @@
|
||||||
|
|
||||||
.hosting-dashboard-item h2 {
|
.hosting-dashboard-item h2 {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-size: 19px;
|
font-size: 18px;
|
||||||
padding-bottom: 10px;
|
padding-bottom: 15px;
|
||||||
border-bottom: 2px solid #acb5cf;
|
border-bottom: 2px solid #acb5cf;
|
||||||
margin-bottom: 25px;
|
margin-bottom: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hosting-dashboard-image {
|
.hosting-dashboard-image {
|
||||||
height: 100px;
|
height: 110px;
|
||||||
fill: #8b9bb7;
|
fill: #8b9bb7;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
@ -61,7 +61,7 @@
|
||||||
.hosting-dashboard-image svg {
|
.hosting-dashboard-image svg {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
max-height: 65px;
|
max-height: 79px;
|
||||||
}
|
}
|
||||||
.hosting-dashboard-image img {
|
.hosting-dashboard-image img {
|
||||||
opacity: 0.2;
|
opacity: 0.2;
|
||||||
|
@ -74,6 +74,6 @@
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
.hosting-dashboard-item {
|
.hosting-dashboard-item {
|
||||||
width: 32%;
|
width: 31.5%;
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue