commit | c016139f87e9ad6a7f95affba3d4f75f624aafe0 | [log] [tgz] |
---|---|---|
author | Iftekharul Islam <iislam@us.ibm.com> | Wed Jun 14 15:46:15 2017 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Sep 20 13:14:23 2017 -0500 |
tree | 9f398c92d34dbe4ff187205166b8e591c14b0232 | |
parent | 0a1c6b0aec26f115f404392e722671682a60f177 [diff] |
Implement firmware upload function Change-Id: Ie89793ec9add1fc9e5241b422cfff64784f7b078 Signed-off-by: Iftekharul Islam <iislam@us.ibm.com>
diff --git a/app/common/styles/elements/modals.scss b/app/common/styles/elements/modals.scss index 70c0af1..299dfb1 100644 --- a/app/common/styles/elements/modals.scss +++ b/app/common/styles/elements/modals.scss
@@ -12,6 +12,10 @@ padding:0; } +.modal-overlay.active{ + display: block; +} + .modal { width:50%; max-width: 850px; @@ -31,6 +35,10 @@ } } +.modal.active{ + display: block; +} + .modal .page-header { padding-bottom: .7em; }
diff --git a/app/common/styles/elements/quicklinks b/app/common/styles/elements/quicklinks.scss similarity index 100% rename from app/common/styles/elements/quicklinks rename to app/common/styles/elements/quicklinks.scss
diff --git a/app/common/styles/elements/tags.scss b/app/common/styles/elements/tags.scss index 238a772..8a480c9 100644 --- a/app/common/styles/elements/tags.scss +++ b/app/common/styles/elements/tags.scss
@@ -103,11 +103,8 @@ border-color: $normal; &.high-priority { color: $critical-lightbg; - background-color: rgba( $critical-bg, 1 ); + background-color: rgba( $critical-lightbg, .4 ); background-image: url(/assets/images/crit-x.svg); - background-size: 120%; - background-position: 50% 50%; - background-repeat: no-repeat; border-color: $critical-lightbg; &:before { content: '';