argos/dmp-frontend/src/app/ui/explore-dmp/dmp-explore-filters/explore-dmp-filters.compone...

108 lines
2.1 KiB
SCSS
Raw Normal View History

2019-04-26 16:05:15 +02:00
.facet-search-component {
2019-05-13 17:41:40 +02:00
.mat-form-field {
width: 100%;
}
2019-04-26 16:05:15 +02:00
2019-05-13 17:41:40 +02:00
.tags-chips {
padding: 0px;
}
}
.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-13 17:41:40 +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;
2023-02-10 14:08:23 +01:00
color: var(--primary-color-2);
2019-05-13 17:41:40 +02:00
background-color: white;
padding: 0px 20px;
margin-top: -10px;
margin-left: 20px;
text-transform: uppercase;
}
.style-icon {
color: #adadad;
}
2019-10-30 17:15:16 +01:00
// ::ng-deep .mat-checkbox-inner-container {
// background: white;
// }
2019-05-13 17:41:40 +02:00
2019-10-30 17:15:16 +01:00
// ::ng-deep .mat-focused .mat-form-field-label {
2023-02-10 14:08:23 +01:00
// color: var(--primary-color-3) !important;
2019-10-30 17:15:16 +01:00
// }
2019-05-13 17:41:40 +02:00
2019-10-30 17:15:16 +01:00
// ::ng-deep.mat-form-field-underline {
// background-color: #adadad;
// }
2019-05-13 17:41:40 +02:00
2019-10-30 17:15:16 +01:00
// ::ng-deep.mat-form-field-ripple {
2023-02-10 14:08:23 +01:00
// background-color: var(--primary-color-3) !important;
2019-10-30 17:15:16 +01:00
// }
2019-05-13 17:41:40 +02:00
// ::ng-deep .mat-checkbox {
// background-color: #f6f6f6 !important;
// }
::ng-deep .mat-checkbox .mat-checkbox-frame {
border: 1px solid #aaaaaa;
}
::ng-deep .mat-checkbox-checked.mat-accent .mat-checkbox-background,
.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,
.mat-accent .mat-pseudo-checkbox-checked,
.mat-accent .mat-pseudo-checkbox-indeterminate,
.mat-pseudo-checkbox-checked,
.mat-pseudo-checkbox-indeterminate {
2023-02-10 14:08:23 +01:00
background-color: var(--primary-color-3);
2019-05-13 17:41:40 +02:00
}
::ng-deep .mat-ripple-element {
background-color: #2e74b649 !important;
}
::ng-deep .mat-radio-container {
border-radius: 1em;
background: white;
}
::ng-deep .mat-radio-button .mat-radio-outer-circle {
border: 1px solid #aaaaaa;
}
::ng-deep .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
2019-10-30 17:15:16 +01:00
border-color: #777777;
2023-02-10 14:08:23 +01:00
// border-color: var(--primary-color-3);
2019-05-13 17:41:40 +02:00
}
::ng-deep .mat-radio-button.mat-accent .mat-radio-inner-circle {
2019-10-30 17:15:16 +01:00
color: #777777;
background-color: #777777;
2023-02-10 14:08:23 +01:00
// color: var(--primary-color-3);
// background-color: var(--primary-color-3);
2019-05-13 17:41:40 +02:00
}
.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element {
background-color: #2e74b649;
2019-04-26 16:05:15 +02:00
}