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

41 lines
762 B
SCSS
Raw Normal View History

2019-05-09 17:22:09 +02:00
// .explore-dataset-info {
// background-color: #f6f6f6;
// padding: 8px 15px;
// }
2019-05-08 12:52:14 +02:00
2019-05-09 17:22:09 +02:00
// .explore-dataset-info p {
// margin-bottom: 0px;
// color: rgb(37, 35, 140);
// font-weight: 600;
// }
2019-05-08 12:52:14 +02:00
2019-05-09 17:22:09 +02:00
// .template-name {
// padding-left: 0px;
// border: 1px solid rgb(218, 227, 243);
// color: rgb(43, 104, 209);
// background-color: rgb(236, 241, 249);
// border-radius: 10em;
// justify-content: center;
// text-transform: uppercase;
// display: flex;
// width: 25em;
// height: 1.8em;
// margin-top: 15px;
// font-size: 13px;
// font-weight: 500;
// }
2019-05-08 12:52:14 +02:00
2019-05-09 17:22:09 +02:00
// .draft-bookmark {
// color: #e7e6e6;
// display: inline;
// }
2019-05-08 12:52:14 +02:00
2019-05-09 17:22:09 +02:00
// .finalized-bookmark {
// color: #92d050;
// display: inline;
// }
// h4 {
// display: inline;
// }