summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-FE-common/client/app/views/dashboard/dashboard-widget-parameters.controller.less
blob: ce63acd4f9e175cbc3fde6f4ec43043383fff62e (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
.manage-widget-parameters-title{
 	color: #067ab4;
    font-family: "Omnes-ECOMP-W02", Arial;;
    font-size: 24px;
    margin-left: 30px;
    width: 1170px;
    margin-top: 20px; 
    margin-bottom: 10px;
}

.manage-widget-parameters-table{
	margin: 30px;
}

.manage-widget-parameters-table-details{
	height: 300px;
	background-color: #ffffff;
}

.manage-widget-parameters-header{
	margin-top: 20px;
	margin-bottom: 20px;
	height:20px;
}

.ngdialog-content{
	width: 40%;
}