Add undeploy xApp function
[portal/ric-dashboard.git] / webapp-frontend / src / app / control / control.component.css
1 /*-
2  * ========================LICENSE_START=================================
3  * O-RAN-SC
4  * %%
5  * Copyright (C) 2019 AT&T Intellectual Property and Nokia
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 .control__section {
22     position: relative;
23     top: -150px;
24 }
25
26 .control__header {
27     text-align: center;
28     color: #432c85;
29     font-size: 50px;
30     font-weight: 200;
31     letter-spacing: .1em;
32     transform: translate(149 56);
33 }
34
35 :host /deep/ ng2-smart-table tbody > tr > td{
36   text-align: left;
37 }
38
39 :host /deep/ ng2-smart-table thead th{
40   text-align: left;
41 }
42
43 :host /deep/ ng2-st-tbody-custom a.ng2-smart-action.ng2-smart-action-custom-custom {
44     display: inline-block;
45     width: 50px;
46     text-align: center;
47     font-size: 1.1em;
48 }
49
50 :host /deep/ i.material-icons.red-close {
51     color: red !important;
52 }