summaryrefslogtreecommitdiffstats
path: root/app/common/styles/layout
diff options
context:
space:
mode:
authorMichael Davis <michael.s.davis@ibm.com>2017-09-06 11:03:52 -0500
committerAdriana Kobylak <anoo@us.ibm.com>2017-10-09 14:51:30 -0500
commit4250f30262c4c32a1a243a46d8b2452e174bd7ca (patch)
tree086b20c988a77a95713c04a9239876f171483428 /app/common/styles/layout
parenteed3584ef7199c05d27816b0da129401d743cad5 (diff)
downloadphosphor-webui-4250f30262c4c32a1a243a46d8b2452e174bd7ca.tar.gz
phosphor-webui-4250f30262c4c32a1a243a46d8b2452e174bd7ca.zip
multi-server changes and prototype additions
Change-Id: Icfdf19205bc4123ebd1bea086f01323ec41b4685 Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
Diffstat (limited to 'app/common/styles/layout')
-rw-r--r--app/common/styles/layout/header.scss51
1 files changed, 35 insertions, 16 deletions
diff --git a/app/common/styles/layout/header.scss b/app/common/styles/layout/header.scss
index b2d90bc..e2d5260 100644
--- a/app/common/styles/layout/header.scss
+++ b/app/common/styles/layout/header.scss
@@ -133,22 +133,42 @@ header {
}
}
- .header__functions {
- .header__server-power,
- .header__page-refresh,
- .header__server-health,
- .header__info {
- background: $lightgrey;
- @include round-corners;
- margin: 0 .3em;
- height: 100%;
- border: 1px solid $medgrey;
- opacity: 1;
+ .header__server-power,
+ .header__page-refresh,
+ .header__server-health,
+ .header__info,
+ .header__multi-server {
+ background: $lightgrey;
+ @include round-corners;
+ margin: 0 .3em;
+ height: 100%;
+ border: 1px solid $medgrey;
+ opacity: 1;
+ @include fastTransition-all;
+ &:hover {
+ background: rgba(255, 255, 255, 1);
+ }
+ }
+
+ .header__multi-server {
+ padding: .5em;
+ padding-top: .8em;
+ float: left;
+ margin-top: 10px;
+ margin-right: -10px;
+ .icon-angle::before {
+ margin-left: 0;
+ transform: rotate(90deg);
@include fastTransition-all;
- &:hover {
- background: rgba(255, 255, 255, 1);
+ }
+ &.active {
+ .icon-angle::before {
+ transform: rotate(266deg);
+ @include fastTransition-all;
}
}
+ }
+ .header__functions {
.header__info {
padding: .3em;
min-width: 60px;
@@ -176,8 +196,8 @@ header {
}
&.active > .header__info > .icon-angle::before {
- transform: rotate(-360deg);
- @include fastTransition-all;
+ transform: rotate(-360deg);
+ @include fastTransition-all;
}
.header__refresh {
@@ -189,7 +209,6 @@ header {
}
}
}
-
.header__page-refresh {
padding-top: 0;
position: relative;
OpenPOWER on IntegriCloud