summaryrefslogtreecommitdiffstats
path: root/app/common/styles
diff options
context:
space:
mode:
authorbeccabroek <beccabroek@gmail.com>2019-01-15 16:55:57 -0600
committerbeccabroek <beccabroek@gmail.com>2019-01-23 13:56:33 -0600
commit90ae95eb6f5f30e3863f24ad364b111258ea4ee4 (patch)
tree5c6d8da314c2021d8c1dc5f5f0e2d9def2cff8ed /app/common/styles
parent9a3b542275499825d36d67f4a02aec8ad2144491 (diff)
downloadphosphor-webui-90ae95eb6f5f30e3863f24ad364b111258ea4ee4.tar.gz
phosphor-webui-90ae95eb6f5f30e3863f24ad364b111258ea4ee4.zip
Add toast to Firmware page
Replace error and success messages with toast notifications. Change-Id: I6c68568b7c9db4fd1f85b3de843289cf1bfba376 Signed-off-by: beccabroek <beccabroek@gmail.com>
Diffstat (limited to 'app/common/styles')
-rw-r--r--app/common/styles/elements/index.scss1
-rw-r--r--app/common/styles/elements/success.scss7
2 files changed, 0 insertions, 8 deletions
diff --git a/app/common/styles/elements/index.scss b/app/common/styles/elements/index.scss
index dd32703..3c5754e 100644
--- a/app/common/styles/elements/index.scss
+++ b/app/common/styles/elements/index.scss
@@ -12,5 +12,4 @@
@import "modals";
@import "quicklinks";
@import "errors";
-@import "success";
@import "toast";
diff --git a/app/common/styles/elements/success.scss b/app/common/styles/elements/success.scss
deleted file mode 100644
index defdb16..0000000
--- a/app/common/styles/elements/success.scss
+++ /dev/null
@@ -1,7 +0,0 @@
-.success-msg {
- color: $primebtn__bg;
- padding: 1em;
- font-size: 1em;
- font-family: "Courier New", Helvetica, Arial, sans-serif;
- font-weight: 500;
-}
OpenPOWER on IntegriCloud