15261b489ab4905f10eee24835c71682014bcbe6
[dcaegen2/services.git] /
1 /*
2 * ============LICENSE_START=======================================================
3 * ONAP : DataLake
4 * ================================================================================
5 * Copyright 2019 QCT
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
21
22
23 .db-block {
24   min-width: 180px;
25   min-height: 180px;
26   padding: 10px;
27 }
28
29 .db-panel {
30   background: #FFFFFF;
31   box-shadow: 3px 3px 11px 0 #D2D3D5;
32   border-radius: 20px;
33   position: relative;
34   font-family: "Open Sans", sans-serif;
35   font-weight: 600;
36   font-size: 18px;
37   color: #313032;
38   text-align: center;
39   padding: 10px;
40 }
41
42 .db-dropdown {
43   background-color: #ffffff;
44 }
45
46 .db-dropdown:hover {
47   background-color: #ffffff;
48 }
49
50 .db-config-icon {
51   color: #5DBEBB;
52   background-color: #ffffff;
53 }
54
55 .db-config-icon:hover {
56   background-color: #D2D3D5;
57 }
58
59 .dropdown-item {
60   font-family: "Open Sans", sans-serif;
61   font-weight: 400;
62   font-size: 14px;
63 }