summaryrefslogtreecommitdiffstats
path: root/cds-ui/designer-client/src/app/modules/feature-modules/resource-dictionary/resource-dictionary-creation/resource-dictionary-creation.component.css
blob: bae7ea0ba42fea6dad8d81cf42e7bc36c64628ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
/*
* ============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=========================================================
*/
.tab-pane{
  padding-top: 20px;
}
.edit-button,
.edit-button:hover,
.edit-button.edit-button.active{
  position: absolute;
  right: 15px;
  height: 38px;
  margin-top: 12px;
  padding: 0 15px !important;
  color: #fff !important;
  background:#1B3E6F;  
  line-height: 38px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.edit-button.active{
  background:#5DBDBA !important;
}
.edit-button::before{
  content: '';
}
.single-line-model{
  margin:20px;
}