a24aebed03e806ffc6d531e1cf189d93fd9a28ee
[ccsdk/cds.git] /
1 /*\r
2 * ============LICENSE_START=======================================================\r
3 * ONAP : CDS\r
4 * ================================================================================\r
5 * Copyright (C) 2019 TechMahindra\r
6 *=================================================================================\r
7 * Licensed under the Apache License, Version 2.0 (the "License");\r
8 * you may not use this file except in compliance with the License.\r
9 * You may obtain a copy of the License at\r
10 *\r
11 *     http://www.apache.org/licenses/LICENSE-2.0\r
12 *\r
13 * Unless required by applicable law or agreed to in writing, software\r
14 * distributed under the License is distributed on an "AS IS" BASIS,\r
15 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
16 * See the License for the specific language governing permissions and\r
17 * limitations under the License.\r
18 * ============LICENSE_END=========================================================\r
19 */\r
20 \r
21 .example-card {\r
22   // min-width: 300px;\r
23   max-height: 200px;\r
24   background-color: #ebebeb;\r
25   position: relative;\r
26   width: 250px;\r
27   margin: 5px;\r
28 }\r
29 \r
30 .mat-grid-tile {\r
31   position: absolute;\r
32   width: 240px !important;\r
33 }\r
34 \r
35 .mat-grid-list div {\r
36   position: relative;\r
37 }\r
38 \r
39 button.mat-menu-item {\r
40   width: auto;\r
41   float: left;\r
42   border-radius: 4px;\r
43   background-color: #3f51b5;\r
44   margin: 5px;\r
45   cursor: pointer;\r
46   color: white;\r
47 }\r
48 \r
49 .flexBox {\r
50   display: flex;\r
51   flex-flow: row;\r
52   flex-wrap: wrap;\r
53 }\r
54 \r
55 .card-deck-container {\r
56   position: relative;\r
57   border-radius: 1px;\r
58   padding: 2px;\r
59   margin: 2px;\r
60   // background-color: #f5f5f5;\r
61 }\r
62 \r
63 .searchcontainer {\r
64   // min-height: 300px;\r
65   overflow-x: hidden;\r
66   overflow-y: scroll;\r
67 }\r
68 \r
69 .card-content {\r
70   text-align: center;\r
71   margin: 5px;\r
72 }\r
73 \r
74 .mat-card-actions {\r
75   margin-left: 0px !important;\r
76   margin-right: 0px !important;\r
77   padding: 0px 0 !important;\r
78 }