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

26 lines
437 B
SCSS
Raw Normal View History

2019-05-08 12:52:14 +02:00
text-center {
text-align: center
}
2019-05-08 12:52:14 +02:00
.header-image {
background: url('/assets/images/public-datasets-bg.png') no-repeat;
background-size: cover;
margin-top: 70px;
min-height: 15em;
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;
}
.explore-dmp-content {
padding: 30px 15px;
2019-05-09 17:22:09 +02:00
}