argos/dmp-frontend/src/app/ui/dashboard/dashboard.component.scss

116 lines
1.8 KiB
SCSS

.header-image {
background: url("/assets/images/new-dashboard-bg.png") no-repeat;
background-size: cover;
margin-top: 70px;
min-height: 20em;
position: relative;
}
.header-text-container {
background: rgba(255, 255, 255, 0.7);
position: absolute;
bottom: 0px;
padding-left: 5em;
padding-right: 10em;
padding-top: 2em;
padding-bottom: 2em;
}
.dashboard-main-container {
margin-top: 0px;
}
.non-auth-main-container {
padding: 0;
}
.non-auth-stats {
background-color: rgba(255, 255, 255, 0.5);
}
.non-auth-title-container {
margin-top: 3em;
}
.dashboard {
.card {
padding: 25px 20px 20px 20px;
display: flex;
flex-direction: column;
align-items: center;
}
.card h6,
p {
color: #999;
}
.icon {
margin-top: 20px;
width: 130px;
height: 130px;
border: 1px solid #e5e5e5;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
}
.icon i {
font-size: 55px;
color: #e91e63;
}
.card-title {
margin-top: 30px;
margin-bottom: 3px;
}
.card-description {
margin-bottom: 20px;
}
.card-dataset {
display: flex;
flex-direction: column;
padding: 20px;
position: relative;
margin-top: 40px;
}
.card {
box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
border-radius: 6px;
color: rgba(0, 0, 0, 0.87);
background: #fff;
}
.card-raised {
box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.42), 0 4px 25px 0px rgba(0, 0, 0, 0.12),
0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.full-width {
width: 100%;
}
}
.info {
display: flex;
flex-wrap: nowrap;
}
.subtitle {
margin-bottom: 0px !important;
}
.view-all {
margin-left: auto;
margin-bottom: 0px !important;
color: #6aa4d9;
}
.view-all:hover {
color: rgb(46, 117, 182) !important;
}