diff options
| author | Dixsie Wolmers <dixsiew@gmail.com> | 2019-09-09 14:42:27 -0500 |
|---|---|---|
| committer | Gunnar Mills <gmills@us.ibm.com> | 2019-09-19 18:56:09 +0000 |
| commit | 1a2bd74d8fa38f0848eca12759e03d162c09d236 (patch) | |
| tree | c5c8ea9d06fa264add4ce3a12aff1efc509e7033 /app/assets | |
| parent | db1e89edef8aca03f926a62e54390e5110d26a19 (diff) | |
| download | phosphor-webui-1a2bd74d8fa38f0848eca12759e03d162c09d236.tar.gz phosphor-webui-1a2bd74d8fa38f0848eca12759e03d162c09d236.zip | |
Certificate management alert icons implementation and alignment
- Replaces background image icons with icon directive
- Sizes and aligns icons in certificate table
TODO:
- Remove critical icon background image in separate commit
Signed-off-by: Dixsie Wolmers <dixsiew@gmail.com>
Change-Id: I2e10bc3f3432331b6dd9354dbcd0e32480894ece
Diffstat (limited to 'app/assets')
| -rw-r--r-- | app/assets/icons/icon-critical.svg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/icons/icon-critical.svg b/app/assets/icons/icon-critical.svg new file mode 100644 index 0000000..85a6736 --- /dev/null +++ b/app/assets/icons/icon-critical.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M10 2.3c4.3 0 7.7 3.5 7.7 7.7s-3.5 7.7-7.7 7.7-7.7-3.4-7.7-7.7S5.8 2.3 10 2.3m0-1.9C4.7.4.3 4.7.3 10.1s4.3 9.7 9.7 9.7 9.7-4.3 9.7-9.7S15.3.4 10 .4z" fill="#da1416"/><circle cx="10" cy="10" r="7.7" opacity=".4" fill="#da1416"/><path d="M4.5 4.5l11 11.1m0-11.1l-11 11.1" fill="none" stroke="#da1416" stroke-width="2" stroke-miterlimit="10"/></svg>
\ No newline at end of file |

