1 /* ------------------------------
3 ------------------------------ */
12 height: $bar-height + $bar-spacing*2;
13 transition: transform $ease-out 400ms;
14 backface-visibility: hidden;
18 @include rwd(tablet) {
23 margin: 0; padding: 0;
24 background-color: transparent;
28 content: attr(data-label);
29 transform: translateX(50%);
30 @include font-size(18px);
31 top: -3px; left: -7px;
35 transition: color 300ms $ease-out;
39 z-index: $master-layer + 2;
41 @include rwd(tablet) {
43 top: 2rem; right: 1rem;
61 transform: translateY($bar-spacing);
62 background-color: rgba($bar-color, 1);
63 transition: all 0ms 300ms;
71 background-color: rgba($bar-color, 1);
76 transition: bottom 300ms 300ms $ease-out,
77 transform 300ms $ease-out,
78 background-color 300ms $ease-out;
83 transition: top 300ms 300ms $ease-out,
84 transform 300ms $ease-out,
85 background-color 300ms $ease-out;
89 background-color: rgba(255, 255, 255, 0);
93 transform: rotate(-45deg);
94 transition: bottom 300ms $ease-out,
95 transform 300ms 300ms $ease-out;
100 transform: rotate(45deg);
101 transition: top 300ms $ease-out,
102 transform 300ms 300ms $ease-out;