argos/dmp-frontend/src/app/homepage/homepage.component.css

74 lines
1.4 KiB
CSS

.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);
}
@media screen and (max-width: 990px) {
#sidebar,
#nav-right,
#nav-left-button {
display: none;
}
#menu {
display: inline;
}
#main-panel {
padding-left: 0;
-webkit-transition: all 400ms;
-moz-transition: all 400ms;
-ms-transition: all 400ms;
-o-transition: all 400ms;
transition: all 400ms;
}
}