aboutsummaryrefslogtreecommitdiffstats
path: root/ccsdk-app-overlay/src/main/webapp/app/ccsdk/home/oom-style.css
blob: e08fc31c051086b9f95242a436d34c8079905c66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* Styles for ECOMP Controller Dashboard */

.ecd-error-message {
	font-size: 14px;
	font-weight: bold;
	color: red;
}

.ecd-icon-display {
	font-size: 18px;
}

.ecd-icon-action {
	font-size: 18px;
}

.ecd-icon-action:hover {
	color: red;
	text-decoration: none;
}