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

57 lines
945 B
SCSS
Raw Normal View History

2019-05-08 11:53:23 +02:00
.search ::ng-deep.mat-form-field-infix {
2020-11-19 15:16:28 +01:00
margin-left: 1em;
2019-05-08 11:53:23 +02:00
}
.category-title {
2020-11-19 15:16:28 +01:00
color: black;
// color: #089dbb;
margin-top: 8px;
margin-bottom: 12px;
text-transform: none;
font-size: 1rem;
font-weight: 400;
2019-05-08 11:53:23 +02:00
}
.import {
2020-11-19 15:16:28 +01:00
margin: 10px;
padding: 0px;
2019-05-08 11:53:23 +02:00
}
.filters {
2020-11-19 15:16:28 +01:00
// border: 1px solid #e4e4e4;
// border-radius: 5px;
}
.criteria-title {
color: black;
font-weight: 500;
text-transform: none;
font-size: 1.25rem;
margin-bottom: 1.5em;
opacity: 0.8;
2019-05-08 11:53:23 +02:00
}
.filters-title {
2020-11-19 15:16:28 +01:00
width: 93px;
// color: #089dbb;
2023-02-10 14:08:23 +01:00
color: var(--primary-color-2);
2020-11-19 15:16:28 +01:00
background-color: white;
padding: 0px 20px;
margin-top: -10px;
margin-left: 20px;
text-transform: uppercase;
2019-05-08 11:53:23 +02:00
}
.style-icon {
2020-11-19 15:16:28 +01:00
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;
}