/* * ============LICENSE_START======================================================= * ONAP : CDS * ================================================================================ * Copyright (C) 2020 TechMahindra *================================================================================= * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= */ .sourceOptions, .sourceList{ background: #F4F9FE; border: solid 1px #D0DFF1 !important; box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1); border-radius: 3px !important; } .sourceOptions h5, .sourceList h5{ margin-bottom: 0; padding: 12px 20px; border-bottom: solid 1px #D7E7F9; color: #C3CDDB; text-transform: uppercase; font-size: 12px; font-weight: bold; background: #fff; } .searchBox{ position: relative; width: 100%; margin-left: 0; background-color:#fff; z-index: 9000; } .searchBox input{ width: 100%; background: url(src/assets/img/icon-search-light.svg) 20px center no-repeat; height: 40px; padding: 0 0 0 40px; background-size: 4.5%; border-radius: 0; border: 0; border-bottom: solid 1px #E8F0FA; color: #1B3E6F; font-size: 13px; } .searchBox input::placeholder{ color: #C3CDDB; font-size: 12px; } .searchBox input:focus{ background-color: #fff !important; box-shadow: 0 2px 6px 0 rgba(47, 83, 151, .15); text-shadow: none; border-color: #DEE8F3; } .sourceOtionsScroll, .sourceListScroll{ margin-bottom: 20px; height: 400px; max-height: 400px; overflow-y: auto; } .sourceOtionsScroll{ height: 362px; max-height: 362px; } .sourceOption{ margin: 12px 20px; padding: 6px 20px; background: #fff; font-size: 14px; box-shadow: 0 2px 6px 0 rgba(47, 83, 151, .15); } .sourceOptionActions{ margin-bottom: 20px; } .sourceOptionActions a{ margin-left: 20px; color: #2A81ED; font-weight: bold; font-size: 12px; } .sourceOptionActions a:hover, .deleteSource a:hover{ text-decoration: underline; cursor: pointer; } .sourceOptionActions .btn{ background: #1273EB; border-radius: 15px; font-weight: bold; font-size: 12px; color: #fff; } .deleteSource{ margin: 20px 0 0; padding: 9px 5px; background: #fff; border-top: solid 1px #E8F0FA; } .deleteSource a{ color: #FF6469; font-weight: bold; font-size: 12px; } .sourceListItems{ height: 410px; max-height: 410px; overflow-y: auto; } .sourceListItems .custom-control{ float: left; } .mat-form-field + .mat-form-field { margin-left: 8px; } mat-expansion-panel-header{ background-color:#E0E8F2; } mat-panel-title{ color:#1B3E6F; } mat-expansion-panel{ border-radius: 0px; border-left: none; } .example-list .card{ margin-bottom: 10px !important; } .expansion-panel{ border: none; background: white; border-radius: 0px; overflow: hidden; display: block; width: 100%; color:#1B3E6F; } .example-list1 { min-height: 12px; border-radius: 0px; overflow: hidden; display: block; margin: 5px; overflow-y:hidden; overflow-x:hidden; } .example-box1 { padding: 1px 1px; display: flex; flex-direction: row; align-items: center; justify-content: left; box-sizing: border-box; cursor: move; font-size: 14px; border-radius: 0px !important; } .cdk-drag-preview { box-sizing: border-box; border-radius: 4px; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); } .cdk-drag-placeholder { opacity: 0; } .cdk-drag-animating { transition: transform 250ms cubic-bezier(0, 0, 0.2, 1); } .example-box:last-child { border: none; } .example-list.cdk-drop-list-dragging .example-box:not(.cdk-drag-placeholder) { transition: transform 250ms cubic-bezier(0, 0, 0.2, 1); } .searchButton1{ float: left; padding-left: 0 !important; height: 30px; width:30px; background: url(src/assets/img/icon-search.svg) center center no-repeat; border: 0 !important; margin-right:0px; } .action-button1{ margin-left:50px; padding: 1px 6px; box-shadow: none; color:white; font-size: 14px; height: 25px; background-color:#007bff; border-radius:16px; border:solid 0.5px #ededed; }