Remove mso-oof-adapter from SO
[so.git] / so-monitoring / so-monitoring-ui / src / main / frontend / src / app / home / home.component.scss
1 /**\r
2 ============LICENSE_START=======================================================\r
3 Copyright (C) 2018 Ericsson. All rights reserved.\r
4 ================================================================================\r
5 Licensed under the Apache License, Version 2.0 (the "License");\r
6 you may not use this file except in compliance with the License.\r
7 You may obtain a copy of the License at\r
8 \r
9     http://www.apache.org/licenses/LICENSE-2.0\r
10 \r
11 Unless required by applicable law or agreed to in writing, software\r
12 distributed under the License is distributed on an "AS IS" BASIS,\r
13 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
14 See the License for the specific language governing permissions and\r
15 limitations under the License.\r
16 \r
17 SPDX-License-Identifier: Apache-2.0\r
18 ============LICENSE_END=========================================================\r
19 \r
20 @authors: ronan.kenny@ericsson.com, waqas.ikram@ericsson.com\r
21 */\r
22 @import "~@angular/material/prebuilt-themes/indigo-pink.css";\r
23 \r
24 .searchArea {\r
25   background-color: white;\r
26   padding: 10px;\r
27   height: 345px;\r
28   box-shadow: 0 5px 5px -3px rgba(0,0,0,.2), 0 8px 10px 1px rgba(0,0,0,.14), 0 3px 14px 2px rgba(0,0,0,.12);\r
29 }\r
30 \r
31 .mat-form-field-appearance-legacy .mat-form-field-wrapper {\r
32   padding-bottom: 1.25em;\r
33   font-family: 'Montserrat', sans-serif;\r
34 }\r
35 \r
36 .selectFilter {\r
37   width: 120px;\r
38 }\r
39 \r
40 .valueInput {\r
41   width: 400px;\r
42   margin-left: 30px;\r
43 }\r
44 \r
45 .selectFilter.mat-select.ng-tns-c5-1.ng-star-inserted {\r
46   font-family: 'Montserrat', sans-serif;\r
47   font-size: 17px;\r
48 }\r
49 \r
50 .mat-form-field-flex .valueInput {\r
51   font-family: 'Montserrat', sans-serif;\r
52   font-size: 17px;\r
53 }\r
54 \r
55 .mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {\r
56   color: #00285F;\r
57 }\r
58 \r
59 .mat-option {\r
60   font-size: 17px;\r
61   line-height: 3em;\r
62   height: 3em;\r
63   font-family: 'Montserrat', sans-serif;\r
64 }\r
65 \r
66 .mat-select-arrow {\r
67   color: #00285F;\r
68 }\r
69 \r
70 .mat-form-field.mat-focused.mat-primary .mat-select-arrow {\r
71   color: #00285F;\r
72 }\r
73 \r
74 .mat-form-field-appearance-legacy .mat-form-field-underline {\r
75   color: #00285F;\r
76 }\r
77 \r
78 .fa {\r
79   float: left;\r
80   width: 120px;\r
81   padding: 10px;\r
82   background: #2196F3;\r
83   color: white;\r
84   height: 40px;\r
85   font-size: 17px;\r
86   border: 1px solid grey;\r
87   border-left: none;\r
88   cursor: pointer;\r
89 }\r
90 \r
91 form.example button:hover {\r
92   background: #0b7dda;\r
93 }\r
94 \r
95 form.example::after {\r
96   content: "";\r
97   clear: both;\r
98   display: table;\r
99 }\r
100 \r
101 .formFields {\r
102   display: inline-flex;\r
103 }\r
104 \r
105 .endDate,\r
106 .startDate {\r
107   margin-left: 90px;\r
108   width: 140px;\r
109 }\r
110 \r
111 .selectHour,\r
112 .selectMinute {\r
113   margin-left: 30px;\r
114   width: 100px;\r
115 }\r
116 \r
117 #servStats {\r
118   background-color: white;\r
119   padding: 10px;\r
120   font-size: 17px;\r
121   font-family: 'Montserrat', sans-serif;\r
122 }\r
123 \r
124 .statsTable {\r
125   td {\r
126     padding: 12px 80px 12px 12px;\r
127     text-align: left;\r
128     border-bottom: 1px solid #ccc;\r
129   }\r
130 }\r