summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Davis <michael.s.davis@ibm.com>2017-07-20 17:11:52 -0500
committerAdriana Kobylak <anoo@us.ibm.com>2017-10-09 13:18:10 -0500
commit8bf404d263b48973c22e75dbe92d93b5fbaa577d (patch)
tree21fd2c82b8af25a5b9db64c223f268479e707660
parent46edf2a9471d955ae77215d3457ce2f7a90f70a7 (diff)
downloadphosphor-webui-8bf404d263b48973c22e75dbe92d93b5fbaa577d.tar.gz
phosphor-webui-8bf404d263b48973c22e75dbe92d93b5fbaa577d.zip
fixed icons and margins in quicklinks block
Change-Id: I30b663c3c4269eed169f4757f5e8c6db62e57ece Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
-rw-r--r--app/common/styles/elements/quicklinks.scss13
1 files changed, 12 insertions, 1 deletions
diff --git a/app/common/styles/elements/quicklinks.scss b/app/common/styles/elements/quicklinks.scss
index 45f7ffb..25dab0f 100644
--- a/app/common/styles/elements/quicklinks.scss
+++ b/app/common/styles/elements/quicklinks.scss
@@ -4,6 +4,10 @@
padding: 1em 1.4em;
font-size: .9em;
font-weight: 400;
+ margin: 1em 0;
+ @include mediaQuery(medium) {
+ margin: 0 0 0 1em;
+ }
a {
color: $black;
text-decoration: none;
@@ -38,6 +42,14 @@
&:last-child {
border-bottom: 0;
}
+ .float-right {
+ display:inline-block;
+ float: right;
+ @media(min-width: 1024px) and (max-width: 1140px) {
+ display: block;
+ float: none;
+ }
+ }
}
.quick-links__label {
@@ -46,7 +58,6 @@
.quick-links__event-copy {
color: $alert__error;
- margin-left: 1em;
margin-bottom: 0;
font-weight: 700;
font-size: .9em;
OpenPOWER on IntegriCloud