summaryrefslogtreecommitdiffstats
path: root/app/common/styles/layout/header.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/common/styles/layout/header.scss')
-rw-r--r--app/common/styles/layout/header.scss28
1 files changed, 11 insertions, 17 deletions
diff --git a/app/common/styles/layout/header.scss b/app/common/styles/layout/header.scss
index 56460c6..034c49e 100644
--- a/app/common/styles/layout/header.scss
+++ b/app/common/styles/layout/header.scss
@@ -79,9 +79,6 @@ $logoMaxWidth: 125px;
}
.logo__wrapper {
padding-top: .5em;
- //position: absolute;
- //top: 50%;
- //transform: translateY(-50%);
}
.header__logo {
@@ -128,7 +125,7 @@ $logoMaxWidth: 125px;
display: block;
font-size: 1rem;
font-weight: bold;
- margin-top: .3em;
+ margin-top: .5em;
}
}
}
@@ -211,26 +208,23 @@ $logoMaxWidth: 125px;
}
}
.header__page-refresh {
- padding: 0 0.5rem 0.6rem;
- position: relative;
+ padding-top: 1em;
span {
font-size: 0.875em;
font-weight: 400;
color: $darkgrey;
display: block;
- margin-bottom: 1.1em;
+ margin-bottom: .2em;
}
- svg {
- stroke: $medblue;
- fill: $medblue;
- height: 20px;
- width: 20px;
+ .icon {
display: block;
- margin: 0 auto;
- position: absolute;
- left: 50%;
- top: 55%;
- transform: translateX(-50%);
+ margin-left: auto;
+ margin-right: auto;
+ }
+ svg {
+ width: 25px;
+ height: auto;
+ fill: $color--blue-40;
}
}
}
OpenPOWER on IntegriCloud