summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/views/fcaps/monitor-management-service/monitor-facps-service/monitor-facps-service.component.less
blob: f7db55230f62e0bcfc2a673ab2ca9c20f9dccf67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
#mynetwork {
  width: 100%;
  height: calc(~"100vh - 300px");
  border: 1px solid lightgray;
  margin-right: 40px;
  // background-color: #333333;
}


:host ::ng-deep .ant-form-item-label label {
  color:  var(--on-primary) ;
  background-color:var(--primary);
}

:host ::ng-deep .ant-select-dropdown-menu-item{
  color: var(--on-primary) ;
  background-color:var(--primary);

}
:host ::ng-deep .ant-select-selection__rendered {
  background-color:var(--primary);

}
:host ::ng-deep .ant-select-selection--single {
  background-color:var(--primary);

}

:host ::ng-deep .ant-select-selection-selected-value {

  color: var(--on-primary) !important ;

}

@media only screen and (min-width: 600px) {    
.flexDiv {
  display: flex!important; 
}
}
@media only screen and (min-width: 768px) {    
.flexDiv {
  display: flex!important; 
}  
}

.font-size{
  font-size: 17px;
}
.font-weight{
  font-weight:bold;
}

.refreshBtn{
  right: 580px;
  position: absolute;
  top: 35px;
  z-index: 1
}

:host ::ng-deep .ant-form-item-label label {
  color:  var(--on-primary) ;
}

:host ::ng-deep .ant-select-selection__placeholder
{
  color: var(--on-primary);
}

:host ::ng-deep .ant-select-arrow {


  color:  var(--on-primary);
  font-size: 12px;
}


.popup-table-row
{
  color: aqua;
}

.divCls{
  display: inline-block;
  width: 100%;
  padding-bottom: 10px;
   color : var(--on-lables) ; 
 }

 .main {
    //  padding-left:80px
 }
 .ant-col-sm-6 {
     width:100%;
 }

 #subscriptionType, #serviceInstance {
     width: 250px;
 }