diff --git a/src/assets/css/components/views/detections/detection-filter.scss b/src/assets/css/components/views/detections/detection-filter.scss index 8762aa1a..c7a06528 100644 --- a/src/assets/css/components/views/detections/detection-filter.scss +++ b/src/assets/css/components/views/detections/detection-filter.scss @@ -18,7 +18,7 @@ align-items: center; padding-left: 10px; color: #666; - background-color: #F3F7FA; + //background-color: #F3F7FA; cursor: pointer; span { @@ -33,7 +33,18 @@ i.arrow-rotate { transform: rotate(90deg) translate(2px, 3px); } + .new-detection-filter-header-title { + font-size: 14px; + color: #353636; + font-weight: 600; + } + .new-detection-filter-icon { + margin-left: 8px; + margin-bottom: 2px; + font-weight: bold !important; + } } + .filter__body { padding: 5px 0 0 15px; @@ -69,4 +80,17 @@ } } } + .new-detection-filter-title { + display: flex; + flex: 0 0 32px; + align-items: center; + padding-left: 27px; + background-color: #EFF2F5; + cursor: pointer; + font-size: 14px; + color: #353636; + font-weight: 600; + margin: -10px; + margin-bottom: 10px; + } } diff --git a/src/assets/css/components/views/detections/detection-list/row.scss b/src/assets/css/components/views/detections/detection-list/row.scss index 0913d5c1..d277989f 100644 --- a/src/assets/css/components/views/detections/detection-list/row.scss +++ b/src/assets/css/components/views/detections/detection-list/row.scss @@ -8,7 +8,7 @@ align-items: flex-start; margin-bottom: 1px; padding-top: 18px; - background-color: #F3F7FA; + background-color: #EFF2F5; span { transform: rotate(0); diff --git a/src/views/detections/DetectionFilter.vue b/src/views/detections/DetectionFilter.vue index ccc5aa38..73bfb81d 100644 --- a/src/views/detections/DetectionFilter.vue +++ b/src/views/detections/DetectionFilter.vue @@ -1,11 +1,13 @@