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

45 lines
741 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-10-30 17:15:16 +01:00
color: black;
// 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 {
2020-03-31 10:50:25 +02:00
width: 93px;
2020-08-03 11:35:34 +02:00
// color: #089dbb;
color: #23bcba;
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
}
2020-08-03 11:35:34 +02:00
::ng-deep .search-form .mat-form-field-wrapper {
background-color: white !important;
padding-bottom: 0 !important;
}
::ng-deep .mat-form-field-appearance-outline .mat-form-field-infix {
padding: 0.3rem 0rem 0.6rem 0rem !important;
}