f02bd233d2c25572a2cc5de677a643c01c4de401
[ccsdk/cds.git] /
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 .edit-button{
21     color:white;
22     background:#1B3E6F;
23     margin-right: 60px;
24     border: none;
25     width: 80px;
26     height: 20px;
27     margin-top: 25px;
28     font-size: 10px;
29     padding-left:5px;
30     padding-top: 3px;
31   }
32   .ed{
33     justify-content: space-between;
34   }
35   .single-line-model{
36     margin:20px;
37   }