SO Monitoring UI
[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 \r
23 @import "~@angular/material/prebuilt-themes/indigo-pink.css";\r
24 \r
25 .searchArea {\r
26   background-color: white;\r
27   padding: 10px;\r
28   height: 345px;\r
29   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
30 }\r
31 \r
32 .mat-form-field-appearance-legacy .mat-form-field-wrapper {\r
33   padding-bottom: 1.25em;\r
34   font-family: 'Montserrat', sans-serif;\r
35 }\r
36 \r
37 .selectFilter {\r
38   width: 120px;\r
39 }\r
40 \r
41 .valueInput {\r
42   width: 400px;\r
43   margin-left: 30px;\r
44 }\r
45 \r
46 .selectFilter.mat-select.ng-tns-c5-1.ng-star-inserted {\r
47   font-family: 'Montserrat', sans-serif;\r
48   font-size: 17px;\r
49 }\r
50 \r
51 .mat-form-field-flex .valueInput {\r
52   font-family: 'Montserrat', sans-serif;\r
53   font-size: 17px;\r
54 }\r
55 \r
56 .mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {\r
57   color: #00285F;\r
58 }\r
59 \r
60 .mat-option {\r
61   font-size: 17px;\r
62   line-height: 3em;\r
63   height: 3em;\r
64   font-family: 'Montserrat', sans-serif;\r
65 }\r
66 \r
67 .mat-select-arrow {\r
68   color: #00285F;\r
69 }\r
70 \r
71 .mat-form-field.mat-focused.mat-primary .mat-select-arrow {\r
72   color: #00285F;\r
73 }\r
74 \r
75 .mat-form-field-appearance-legacy .mat-form-field-underline {\r
76   color: #00285F;\r
77 }\r
78 \r
79 .fa {\r
80  float: left;\r
81   width: 120px;\r
82   padding: 10px;\r
83   background: #2196F3;\r
84   color: white;\r
85   height: 40px;\r
86   font-size: 17px;\r
87   border: 1px solid grey;\r
88   border-left: none;\r
89   cursor: pointer;\r
90 }\r
91 \r
92 form.example button:hover {\r
93   background: #0b7dda;\r
94 }\r
95 \r
96 form.example::after {\r
97   content: "";\r
98   clear: both;\r
99   display: table;\r
100 }\r
101 \r
102 .formFields {\r
103   display: inline-flex;\r
104 }\r
105 \r
106 .startDate, .endDate{\r
107   margin-left: 90px;\r
108   width: 140px;\r
109 }\r
110 \r
111 .selectHour, .selectMinute{\r
112   margin-left: 30px;\r
113   width: 100px\r
114 }\r
115 \r
116 #servStats{\r
117   background-color: white;\r
118   padding: 10px;\r
119   font-size: 17px;\r
120   font-family: 'Montserrat', sans-serif;\r
121 }\r
122 \r
123 hr {\r
124     display: block;\r
125     height: 1px;\r
126     border: 0;\r
127     border-top: 1px solid #ccc;\r
128     margin: 1em 0;\r
129     padding: 0;\r
130 }\r