xref: /openbmc/phosphor-webui/app/common/styles/directives/app-navigation.scss (revision cee23d931785fe0638054a2448acb2e44411fdd0)
1*cee23d93Skathy$nav__toplvlWidth: 240px;
2*cee23d93Skathy$nav__top-level-color: $color--blue-100;
3*cee23d93Skathy$nav__top-level-text-secondary: $color--grey-20;
4*cee23d93Skathy$nav__second-level-text-primary: $color--teal-50;
5*cee23d93Skathy$nav__second-level-text-secondary: $primary-light;
6*cee23d93Skathy$nav__hover-over-outline: $color--grey-40;
799d199f3SIftekharul Islam
844621a87SMichael Davis//Navigation icons
98947e701SIftekharul Islam.nav__wrapper {
108947e701SIftekharul Islam  height: 100%;
11*cee23d93Skathy  position: absolute;
128947e701SIftekharul Islam  top: 0;
138947e701SIftekharul Islam  z-index: 100;
148947e701SIftekharul Islam}
158947e701SIftekharul Islam
1699d199f3SIftekharul Islam// Top level navigation
1799d199f3SIftekharul Islam#nav__top-level {
1899d199f3SIftekharul Islam  background: $nav__top-level-color;
19*cee23d93Skathy  position: fixed;
2099d199f3SIftekharul Islam  left: 0;
2199d199f3SIftekharul Islam  top: 0;
2299d199f3SIftekharul Islam  bottom: 0;
2399d199f3SIftekharul Islam  list-style-type: none;
24*cee23d93Skathy  padding: 22px 0 0 0;
25*cee23d93Skathy  margin: 130px 0 0 0;
2699d199f3SIftekharul Islam  width: $nav__toplvlWidth;
278947e701SIftekharul Islam  overflow-y: auto;
28*cee23d93Skathy  >li {
2999d199f3SIftekharul Islam    margin: 0;
30*cee23d93Skathy    height: 3em;
31*cee23d93Skathy    &.opened{
32*cee23d93Skathy      height: inherit;
33*cee23d93Skathy      .nav-link{
34*cee23d93Skathy        color: $primary-light;
35*cee23d93Skathy      }
36*cee23d93Skathy    }
3799d199f3SIftekharul Islam  }
38c86ce3c9SYoshie Muranaka  > li > a,
39c86ce3c9SYoshie Muranaka  > li > button {
40*cee23d93Skathy    height: 3.3em;
41c86ce3c9SYoshie Muranaka  }
42*cee23d93Skathy  button,
43*cee23d93Skathy  a,
44*cee23d93Skathy  span {
4599d199f3SIftekharul Islam    &:hover {
46*cee23d93Skathy      &.opened{
47*cee23d93Skathy        color: $primary-light;
4899d199f3SIftekharul Islam      }
49*cee23d93Skathy    }
5099d199f3SIftekharul Islam  }
5151946552SMichael Davis  .nav-icon {
52*cee23d93Skathy      height: 26px;
53*cee23d93Skathy      float: left;
54*cee23d93Skathy      margin: 2px 0 0 1px;
55*cee23d93Skathy      width: 26px;
56*cee23d93Skathy      fill: $primary-light;
57*cee23d93Skathy      svg {
58*cee23d93Skathy        height: inherit;
59*cee23d93Skathy        width:  26px;
60*cee23d93Skathy        max-width: inherit;
61*cee23d93Skathy        fill: $primary-light;
6251946552SMichael Davis      }
6351946552SMichael Davis  }
64*cee23d93Skathy  .nav-link {
65*cee23d93Skathy      float: left;
66*cee23d93Skathy      font-size: 15px;
67*cee23d93Skathy      padding: 9px 0 0 7px;
68*cee23d93Skathy      margin-left: 5px;
69*cee23d93Skathy      &:focus{
70*cee23d93Skathy        outline: 0;
7151946552SMichael Davis      }
7251946552SMichael Davis    }
7399d199f3SIftekharul Islam}
7499d199f3SIftekharul Islam
75*cee23d93Skathy.nav__wrapper button {
76*cee23d93Skathy  background: transparent;
77*cee23d93Skathy  border: 0;
78*cee23d93Skathy  color: $primary-light;
79*cee23d93Skathy  width: 95%;
80*cee23d93Skathy  padding: 5px 5px 9px 10px;
81*cee23d93Skathy  margin: 0 0 0 6px;
82*cee23d93Skathy  display: block;
83*cee23d93Skathy  text-align: center;
84*cee23d93Skathy  white-space: normal;
85*cee23d93Skathy  border-radius: 0;
86*cee23d93Skathy  text-decoration: none;
87*cee23d93Skathy  border: 1px solid transparent;
88*cee23d93Skathy  font-weight: normal;
89*cee23d93Skathy  font-size: 13px;
90*cee23d93Skathy  &:hover,
91*cee23d93Skathy  &:focus {
92*cee23d93Skathy    background: fade-out(#ffffff, 0.9);
93*cee23d93Skathy    color: $nav__top-level-text-secondary;
94*cee23d93Skathy    border-radius: 0;
95*cee23d93Skathy    border: 1px solid $nav__hover-over-outline;
96*cee23d93Skathy    outline: 0;
97*cee23d93Skathy  }
98*cee23d93Skathy  .icon {
99*cee23d93Skathy    margin-left: .3em;
100*cee23d93Skathy    margin-top: .6em;
101*cee23d93Skathy  }
102*cee23d93Skathy  img {
103*cee23d93Skathy    width: 2em;
104*cee23d93Skathy    height: 2em;
105*cee23d93Skathy  }
106*cee23d93Skathy}
107*cee23d93Skathy
10899d199f3SIftekharul Islam.nav__second-level  {
109*cee23d93Skathy  list-style-type: none;
110*cee23d93Skathy  opacity: 0;
111*cee23d93Skathy  left: $nav__toplvlWidth;
11299d199f3SIftekharul Islam  padding: 0;
11399d199f3SIftekharul Islam  margin: 0;
114*cee23d93Skathy  transform: scaleY(0);
115*cee23d93Skathy  transform-origin: 0 0;
116*cee23d93Skathy  transition: all $duration--moderate-01 $standard-easing--expressive;
117*cee23d93Skathy  overflow: hidden;
118*cee23d93Skathy  line-height: 0;
11999d199f3SIftekharul Islam  a {
120*cee23d93Skathy    color: $primary-light;
121*cee23d93Skathy    width: 95%;
122*cee23d93Skathy    padding: 6px 5px 8px 50px;
123*cee23d93Skathy    margin: 0 0 0 6px;
124*cee23d93Skathy    white-space: normal;
12599d199f3SIftekharul Islam    text-decoration: none;
126*cee23d93Skathy    border: 1px solid transparent;
127*cee23d93Skathy    font-weight: normal;
128*cee23d93Skathy    font-size: .8rem;
129*cee23d93Skathy    &:hover,
130*cee23d93Skathy    &:focus {
131*cee23d93Skathy      background: fade-out(#ffffff, 0.9);
132*cee23d93Skathy      color: $nav__second-level-text-secondary;
133*cee23d93Skathy      border-radius: 0;
134*cee23d93Skathy      border-color: $nav__hover-over-outline;
135*cee23d93Skathy      outline: 0;
136*cee23d93Skathy    }
137*cee23d93Skathy  }
138*cee23d93Skathy  &.opened {
139*cee23d93Skathy    line-height: 1.1;
140*cee23d93Skathy    overflow: visible;
141*cee23d93Skathy    opacity: 1;
142*cee23d93Skathy    transform: scaleY(1);
143*cee23d93Skathy    transition: all $duration--moderate-01 $standard-easing--expressive;
144*cee23d93Skathy    li a{
145*cee23d93Skathy      display:block;
146*cee23d93Skathy    }
147*cee23d93Skathy  }
148*cee23d93Skathy
149*cee23d93Skathy  li:hover
150*cee23d93Skathy  {
151*cee23d93Skathy    margin-left: 17px;
152*cee23d93Skathy    margin: 0;
153*cee23d93Skathy    padding: 0;
154*cee23d93Skathy    a{
155*cee23d93Skathy      padding-left: 50px;
156cc619bdbSRyan Arnell    }
15799d199f3SIftekharul Islam  }
15899d199f3SIftekharul Islam
15999d199f3SIftekharul Islam  li {
16099d199f3SIftekharul Islam    &:focus,
16199d199f3SIftekharul Islam    &:hover {
162*cee23d93Skathy      a {
163*cee23d93Skathy        color: $nav__second-level-text-secondary;
16499d199f3SIftekharul Islam      }
16599d199f3SIftekharul Islam    }
166*cee23d93Skathy    &.active {
167*cee23d93Skathy      a span {
168*cee23d93Skathy        color: $nav__second-level-text-primary;
169*cee23d93Skathy      }
17099d199f3SIftekharul Islam    }
17199d199f3SIftekharul Islam  }
17221f8cb94SYoshie Muranaka}