argos/dmp-frontend/src/app/ui/explore-dmp/listing-item/explore-dmp-listing-item.co...

93 lines
1.4 KiB
SCSS
Raw Normal View History

2019-05-09 17:22:09 +02:00
.gray-container {
letter-spacing: 5px;
color: #aaaaaa;
}
2019-05-09 17:22:09 +02:00
.container-header {
display: flex;
align-items: baseline;
margin-top: 0px;
text-transform: uppercase;
}
.about-item {
display: flex;
flex-wrap: wrap;
2019-05-09 17:22:09 +02:00
}
.about-item h4 {
font-size: 1rem;
line-height: 1.25em;
font-weight: 500;
}
2019-05-09 17:22:09 +02:00
.about-item .length {
2019-09-19 12:00:00 +02:00
color: #00b29f;
// color: #089dbb;
2019-05-09 17:22:09 +02:00
}
.about-item .title {
margin: 2px 10px;
}
.about-item p {
margin-left: auto;
margin-bottom: 0px;
padding-top: 7px;
color: #aaaaaa;
}
.draft-icon {
color: #aaaaaa;
}
.more-horiz {
font-size: 28px;
color: #aaaaaa;
}
.published-icon {
2019-09-19 12:00:00 +02:00
padding-top: 1px;
color: #08bd63;
// color: #92d050;
}
2019-05-09 17:22:09 +02:00
// .explore-dmp-listing-item {
// margin-top: 2em;
// margin-bottom: 2em;
// cursor: pointer;
// .title {
// color: black;
// }
// .grant-title {
2019-05-09 17:22:09 +02:00
// color: rgb(93, 125, 173);
// }
// .gray-icon {
// color: rgb(191, 191, 191);
// }
// .explore-dmp-chip {
// padding: 0.1em 1em;
// border: 0.1em solid rgb(236, 241, 249);
// border-radius: 10em;
// background-color: rgb(236, 241, 249);
// color: rgb(68, 114, 196);
// }
// .explore-dmp-squared-chip {
// padding: 0.1em 1em;
// border: 0.1em solid rgb(236, 241, 249);
// border-radius: 0.5em;
// background-color: rgb(246, 246, 246);
// color: rgb(127, 127, 127);
// }
// mat-icon {
// width: auto;
// height: auto;
// }
// }