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

117 lines
2.1 KiB
SCSS
Raw Normal View History

.dmp-criteria {
mat-form-field {
padding-bottom: 5px;
width: 100%;
}
2019-05-09 15:57:00 +02:00
mat-card {
padding-bottom: 0px;
}
2019-05-09 15:57:00 +02:00
.hidden {
display: none;
}
2019-05-09 15:57:00 +02:00
.uploadButton {
float: right;
}
}
2019-05-09 15:57:00 +02:00
.search ::ng-deep.mat-form-field-infix {
margin-left: 1em;
}
2019-05-09 15:57:00 +02:00
.filter-category {
background-color: #f6f6f6;
margin: 5px 0px;
}
2019-05-09 15:57:00 +02:00
.category-title {
2019-09-19 12:00:00 +02:00
color: #089dbb;
margin-top: 8px;
margin-bottom: 12px;
}
2019-05-09 15:57:00 +02:00
.import {
margin: 10px;
padding: 0px;
}
2019-05-09 15:57:00 +02:00
.filters {
border: 1px solid #e4e4e4;
border-radius: 5px;
}
2019-05-09 15:57:00 +02:00
.filters-title {
width: 90px;
2019-09-19 12:00:00 +02:00
color: #089dbb;
background-color: white;
padding: 0px 20px;
margin-top: -10px;
margin-left: 20px;
text-transform: uppercase;
}
2019-05-09 15:57:00 +02:00
.style-icon {
color: #adadad;
}
2019-05-09 15:57:00 +02:00
::ng-deep .mat-checkbox-inner-container {
background: white;
}
2019-05-09 15:57:00 +02:00
::ng-deep .mat-focused .mat-form-field-label {
2019-09-19 12:00:00 +02:00
color: #00b29f !important;
}
2019-05-09 15:57:00 +02:00
::ng-deep.mat-form-field-underline {
background-color: #adadad;
}
2019-05-09 15:57:00 +02:00
::ng-deep.mat-form-field-ripple {
2019-09-19 12:00:00 +02:00
background-color: #00b29f !important;
}
2019-05-09 15:57:00 +02:00
// ::ng-deep .mat-checkbox {
// background-color: #f6f6f6 !important;
// }
::ng-deep .mat-checkbox .mat-checkbox-frame {
border: 1px solid #aaaaaa;
}
2019-05-09 15:57:00 +02:00
::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 {
2019-09-19 12:00:00 +02:00
background-color: #00b29f;
}
2019-05-09 15:57:00 +02:00
::ng-deep .mat-ripple-element {
background-color: #2e74b649 !important;
}
2019-05-09 15:57:00 +02:00
::ng-deep .mat-radio-container {
border-radius: 1em;
background: white;
}
2019-05-09 15:57:00 +02:00
::ng-deep .mat-radio-button .mat-radio-outer-circle {
border: 1px solid #aaaaaa;
}
2019-05-09 15:57:00 +02:00
::ng-deep .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
2019-09-19 12:00:00 +02:00
border-color: #00b29f;
}
2019-05-09 15:57:00 +02:00
::ng-deep .mat-radio-button.mat-accent .mat-radio-inner-circle {
2019-09-19 12:00:00 +02:00
color: #00b29f;
background-color: #00b29f;
}
2019-05-09 15:57:00 +02:00
.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element {
background-color: #2e74b649;
}