diff options
Diffstat (limited to 'oom-app-overlay/src/main/webapp/app/oom/home/oom-style.css')
-rw-r--r-- | oom-app-overlay/src/main/webapp/app/oom/home/oom-style.css | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/oom-app-overlay/src/main/webapp/app/oom/home/oom-style.css b/oom-app-overlay/src/main/webapp/app/oom/home/oom-style.css new file mode 100644 index 0000000..e08fc31 --- /dev/null +++ b/oom-app-overlay/src/main/webapp/app/oom/home/oom-style.css @@ -0,0 +1,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; +}
\ No newline at end of file |