Implement firmware upload function
Change-Id: Ie89793ec9add1fc9e5241b422cfff64784f7b078
Signed-off-by: Iftekharul Islam <iislam@us.ibm.com>
diff --git a/app/common/styles/base/colors.scss b/app/common/styles/base/colors.scss
index 46e7b0a..7308cec 100644
--- a/app/common/styles/base/colors.scss
+++ b/app/common/styles/base/colors.scss
@@ -52,7 +52,6 @@
// Severity
$critical-lightbg: #e62325;
-$critical-bg: #fad3d3;
$critical-darkbg: #ff5c49;
$medium-lightbg: #dc267f;
$medium-darkbg: #FF509E;
diff --git a/app/common/styles/base/foundation.scss b/app/common/styles/base/foundation.scss
index d621b13..9c31f8f 100644
--- a/app/common/styles/base/foundation.scss
+++ b/app/common/styles/base/foundation.scss
@@ -814,7 +814,7 @@
display: block !important; } }
.row {
- max-width: 67.500rem; //960px
+ max-width: 60.38rem; //960px
margin-right: auto;
margin-left: auto; }
.row::before, .row::after {
diff --git a/app/common/styles/base/icons.scss b/app/common/styles/base/icons.scss
index 9772ba4..e499095 100644
--- a/app/common/styles/base/icons.scss
+++ b/app/common/styles/base/icons.scss
@@ -44,7 +44,7 @@
}
}
-.icon__warning {
+.icon__warning{
width: 30px;
height: 30px;
background-image: url(/assets/images/icon-warning.svg);
@@ -52,23 +52,7 @@
vertical-align: middle;
}
-.icon__critical {
- width: 20px;
- height: 20px;
- border-radius: 50%;
- position: relative;
- border-width: 2px;
- border-style: solid;
- color: $critical-lightbg;
- background-color: rgba($critical-bg, 1);
- background-image: url(/assets/images/crit-x.svg);
- background-size: 120%;
- background-position: 50% 50%;
- background-repeat: no-repeat;
- border-color: $critical-lightbg;
-}
-
-.icon__info {
+.icon__info{
margin-top: -4px;
margin-right: .5em;
width: 25px;
@@ -91,7 +75,6 @@
text-align: -9999px;
}
}
-
.icon__down-arrow {
margin-right: 1em;
&:before {
diff --git a/app/common/styles/base/utility.scss b/app/common/styles/base/utility.scss
index b82efc4..33cf61a 100644
--- a/app/common/styles/base/utility.scss
+++ b/app/common/styles/base/utility.scss
@@ -3,7 +3,7 @@
}
.disabled {
- color: darken($lightbg__grey, 10%);
+ color: $lightbg__grey;
}
.float-right {
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: '';