1 /* ------------------------------
3 ------------------------------ */
12 height: $bar-height + $bar-spacing*2;
13 transition: transform $ease-out 400ms;
14 backface-visibility: hidden;
21 background-color: transparent;
25 content: attr(data-label);
26 transform: translateX(50%);
27 @include font-size(18px);
28 top: -3px; left: -7px;
32 transition: color 300ms $ease-out;
45 transform: translateY($bar-spacing);
46 background-color: rgba($bar-color, 1);
47 transition: all 0ms 300ms;
55 background-color: rgba($bar-color, 1);
60 transition: bottom 300ms 300ms $ease-out,
61 transform 300ms $ease-out,
62 background-color 300ms $ease-out;
67 transition: top 300ms 300ms $ease-out,
68 transform 300ms $ease-out,
69 background-color 300ms $ease-out;
73 background-color: rgba(255, 255, 255, 0);
77 transform: rotate(-45deg);
78 transition: bottom 300ms $ease-out,
79 transform 300ms 300ms $ease-out;
84 transform: rotate(45deg);
85 transition: top 300ms $ease-out,
86 transform 300ms 300ms $ease-out;