summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/common/styles/elements/quicklinks.scss8
-rw-r--r--app/common/styles/layout/header.scss9
-rw-r--r--app/overview/controllers/system-overview-controller.html2
3 files changed, 11 insertions, 8 deletions
diff --git a/app/common/styles/elements/quicklinks.scss b/app/common/styles/elements/quicklinks.scss
index e6f49a3..0cdd588 100644
--- a/app/common/styles/elements/quicklinks.scss
+++ b/app/common/styles/elements/quicklinks.scss
@@ -17,7 +17,9 @@
text-decoration: none;
}
- p {
+ p,
+ dl,
+ dd {
margin-bottom: 0;
}
@@ -31,6 +33,10 @@
border-bottom: 1px solid $border-color-01;
position: relative;
+ .icon {
+ height: 1.5rem;
+ }
+
&.no-icon {
overflow: auto;
diff --git a/app/common/styles/layout/header.scss b/app/common/styles/layout/header.scss
index 5a7a9d1..c034c82 100644
--- a/app/common/styles/layout/header.scss
+++ b/app/common/styles/layout/header.scss
@@ -146,7 +146,7 @@ $logoMaxWidth: 125px;
opacity: 1;
.icon svg {
- width: 1rem;
+ height: 1rem;
}
.status-icon {
@@ -173,10 +173,8 @@ $logoMaxWidth: 125px;
.icon {
@include fastTransition-all;
- margin: 0.2em 0 0 0;
-
svg {
- width: 2.6rem;
+ width: 1.25rem;
height: auto;
}
}
@@ -214,8 +212,7 @@ $logoMaxWidth: 125px;
margin-right: auto;
svg {
- width: 1.6rem;
- height: auto;
+ height: 1.5rem;
fill: $primary-accent;
}
}
diff --git a/app/overview/controllers/system-overview-controller.html b/app/overview/controllers/system-overview-controller.html
index 9ef38ff..b60d510 100644
--- a/app/overview/controllers/system-overview-controller.html
+++ b/app/overview/controllers/system-overview-controller.html
@@ -119,7 +119,7 @@
</span>
</div>
</div>
- <a href="#/server-control/remote-console" class="no-icon quick-links__item">
+ <a href="#/server-control/remote-console" class="quick-links__item">
<span class="inline quick-links__label">Serial over LAN console</span>
<icon aria-hidden="true" file="icon-chevron-right.svg"></icon>
</a>
OpenPOWER on IntegriCloud