argos/dmp-frontend/src/app/ui/dataset/listing/criteria/dataset-criteria.component....

34 lines
461 B
SCSS
Raw Normal View History

2019-05-08 11:53:23 +02:00
.search ::ng-deep.mat-form-field-infix {
margin-left: 1em;
}
.category-title {
2019-09-19 12:00:00 +02:00
color: #089dbb;
2019-05-08 11:53:23 +02:00
margin-top: 8px;
margin-bottom: 12px;
}
.import {
margin: 10px;
padding: 0px;
}
.filters {
border: 1px solid #e4e4e4;
border-radius: 5px;
}
.filters-title {
width: 90px;
2019-09-19 12:00:00 +02:00
color: #089dbb;
2019-05-08 11:53:23 +02:00
background-color: white;
padding: 0px 20px;
margin-top: -10px;
margin-left: 20px;
text-transform: uppercase;
}
.style-icon {
color: #adadad;
2017-12-20 13:23:44 +01:00
}