add properties for dictionary sources
[ccsdk/cds.git] / cds-ui / designer-client / src / app / modules / feature-modules / resource-dictionary / resource-dictionary-creation / resource-dictionary-creation.component.css
1 /*
2 * ============LICENSE_START=======================================================
3 * ONAP : CDS
4 * ================================================================================
5 * Copyright (C) 2020 TechMahindra
6 *=================================================================================
7 * Licensed under the Apache License, Version 2.0 (the "License");
8 * you may not use this file except in compliance with the License.
9 * You may obtain a copy of the License at
10 *
11 *     http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing, software
14 * distributed under the License is distributed on an "AS IS" BASIS,
15 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 * See the License for the specific language governing permissions and
17 * limitations under the License.
18 * ============LICENSE_END=========================================================
19 */
20 .tab-pane{
21   padding-top: 20px;
22 }
23 .edit-button,
24 .edit-button:hover,
25 .edit-button.edit-button.active{
26   position: absolute;
27   right: 15px;
28   height: 38px;
29   margin-top: 12px;
30   padding: 0 15px !important;
31   color: #fff !important;
32   background:#1B3E6F;  
33   line-height: 38px;
34   border-top-left-radius: 3px;
35   border-top-right-radius: 3px;
36 }
37 .edit-button.active{
38   background:#5DBDBA !important;
39 }
40 .edit-button::before{
41   content: '';
42 }
43 .single-line-model{
44   margin:20px;
45 }