Fix mod ui build issues
[dcaegen2/platform.git] / mod2 / ui / src / app / home / home.component.css
1 /* 
2  *  # ============LICENSE_START=======================================================
3  *  # Copyright (c) 2020 AT&T Intellectual Property. All rights reserved.
4  *  # ================================================================================
5  *  # Licensed under the Apache License, Version 2.0 (the "License");
6  *  # you may not use this file except in compliance with the License.
7  *  # You may obtain a copy of the License at
8  *  #
9  *  #      http://www.apache.org/licenses/LICENSE-2.0
10  *  #
11  *  # Unless required by applicable law or agreed to in writing, software
12  *  # distributed under the License is distributed on an "AS IS" BASIS,
13  *  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14  *  # See the License for the specific language governing permissions and
15  *  # limitations under the License.
16  *  # ============LICENSE_END=========================================================
17  */
18
19
20 .card{
21     display: inline-block;
22     margin-top: 56px;
23     margin-left: 75px;
24     color: rgb(34, 32, 32);
25     font-family: Arial, Helvetica, sans-serif;
26     font-weight: 800;
27     text-align: center;
28     padding-top: 42px;
29     font-size: 20px;
30     border-width: 2px;
31     border-color: gray;
32     border-radius: 8px;
33     height: 112px;
34     width: 261px;
35     cursor: pointer
36 }
37
38 #subMenu{
39   height: 75px;
40   width: 229px;
41   padding-top: 24px;
42   margin-left: 61px;
43   font-size: 18px;
44   border-radius: 5px
45 }
46
47
48 .mat-form-field + .mat-form-field {
49   margin-left: 8px;
50 }