diff options
author | Steven Thomas <steve.thomas@amdocs.com> | 2018-09-13 16:22:40 -0400 |
---|---|---|
committer | Steven Thomas <steve.thomas@amdocs.com> | 2018-09-13 16:23:05 -0400 |
commit | 96319fec0d2af2be5802a56d6b05a3ada939c8df (patch) | |
tree | 630e87f62fbbebcded761bf3e67d0f3eb5b78598 /resources | |
parent | d1975c8134f0401b0ccebf3719eda129d53dac14 (diff) |
increasing test coverage to 20 percent
Issue-ID: AAI-1599
Change-Id: I345e38d4319e52b56de0a33d7065e02617cc2103
Signed-off-by: Steven Thomas <steve.thomas@amdocs.com>
Diffstat (limited to 'resources')
-rw-r--r-- | resources/images/icons/reports.png | bin | 0 -> 378 bytes | |||
-rw-r--r-- | resources/images/icons/reports.svg | 1 | ||||
-rw-r--r-- | resources/scss/common/_layout.scss | 4 | ||||
-rw-r--r-- | resources/views/customComponents.json | 2 |
4 files changed, 5 insertions, 2 deletions
diff --git a/resources/images/icons/reports.png b/resources/images/icons/reports.png Binary files differnew file mode 100644 index 0000000..b3d3c4c --- /dev/null +++ b/resources/images/icons/reports.png diff --git a/resources/images/icons/reports.svg b/resources/images/icons/reports.svg new file mode 100644 index 0000000..3ca0bf1 --- /dev/null +++ b/resources/images/icons/reports.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 23 22.89"><title>Asset 5</title><g id="ec3f4fde-b9c3-41a2-ac22-ee6c286fa00e" data-name="Layer 2"><g id="07b86c20-b47a-4f9d-8616-1a3add252348" data-name="Layer 1"><path d="M9.9,3.74A9.25,9.25,0,1,0,19.15,13H9.9Z" fill="none" stroke="#06afd1" stroke-linejoin="round" stroke-width="1.3"/><path d="M13.1.65V9.9h9.25A9.25,9.25,0,0,0,13.1.65Z" fill="none" stroke="#06afd1" stroke-linejoin="round" stroke-width="1.3"/></g></g></svg>
\ No newline at end of file diff --git a/resources/scss/common/_layout.scss b/resources/scss/common/_layout.scss index 6863baf..11265c5 100644 --- a/resources/scss/common/_layout.scss +++ b/resources/scss/common/_layout.scss @@ -38,7 +38,7 @@ .showContainer { } -.spinner-container { +.spin-container { overflow: hidden; position: relative; } @@ -50,6 +50,6 @@ top: 49%; } -.spinner-content { +.spin-content { opacity: 0.2; } diff --git a/resources/views/customComponents.json b/resources/views/customComponents.json new file mode 100644 index 0000000..0d4f101 --- /dev/null +++ b/resources/views/customComponents.json @@ -0,0 +1,2 @@ +[ +] |