|
1 | 1 | .empty-button {
|
2 |
| - @extend %button-shared; |
3 |
| - width: 120px; |
| 2 | + @extend %button-shared; |
| 3 | + width: 120px; |
4 | 4 | }
|
5 | 5 |
|
6 | 6 | .state-dropdown {
|
7 |
| - width: 240px; |
8 |
| - margin-left: 20px; |
| 7 | + width: 240px; |
| 8 | + margin-left: 20px; |
9 | 9 | }
|
10 | 10 |
|
11 | 11 | .action-component:hover .time-button {
|
12 |
| - display: none; |
| 12 | + display: none; |
13 | 13 | }
|
14 | 14 |
|
15 | 15 | .action-component:hover .jump-button {
|
16 |
| - opacity: 1; |
17 |
| - transform: rotateX(0deg); |
18 |
| - transition: opacity 300ms, transform 0.15s linear; |
| 16 | + opacity: 1; |
| 17 | + transform: rotateX(0deg); |
| 18 | + transition: opacity 300ms, transform 0.15s linear; |
19 | 19 | }
|
20 | 20 |
|
21 | 21 | .time-button {
|
22 |
| - outline: none; |
23 |
| - height: 20px; |
24 |
| - margin-bottom: 8px; |
25 |
| - width: 70px; |
26 |
| - border: none; |
27 |
| - border-radius: 3px; |
28 |
| - background-color: #565A61; |
29 |
| - font: normal 11px monaco, Consolas, "Lucida Console", monospace, Arial, sans-serif; |
30 |
| - color: #B0B0B0; |
| 22 | + outline: none; |
| 23 | + height: 20px; |
| 24 | + margin-bottom: 8px; |
| 25 | + width: 70px; |
| 26 | + border: none; |
| 27 | + border-radius: 3px; |
| 28 | + background-color: #565a61; |
| 29 | + font: normal 11px monaco, Consolas, 'Lucida Console', monospace, Arial, |
| 30 | + sans-serif; |
| 31 | + color: #b0b0b0; |
31 | 32 | }
|
32 | 33 |
|
33 | 34 | .jump-button {
|
34 |
| - @extend %button-shared; |
35 |
| - margin-bottom: 8px; |
36 |
| - width: 50px; |
37 |
| - opacity: 0; |
38 |
| - transform: rotateX(90deg); |
39 |
| - transition: opacity 300ms, transform 0.15s linear; |
| 35 | + @extend %button-shared; |
| 36 | + margin-bottom: 8px; |
| 37 | + width: 50px; |
| 38 | + opacity: 0; |
| 39 | + transform: rotateX(90deg); |
| 40 | + transition: opacity 300ms, transform 0.15s linear; |
40 | 41 | }
|
41 | 42 |
|
42 | 43 | .jump-button:hover {
|
43 |
| - // remove the blue border when button is clicked |
44 |
| - background-color: $highlight-color; |
| 44 | + // remove the blue border when button is clicked |
| 45 | + background-color: $highlight-color; |
45 | 46 | }
|
46 | 47 |
|
47 | 48 | .empty-button:hover {
|
48 |
| - background-color: $highlight-color; |
| 49 | + background-color: $highlight-color; |
49 | 50 | }
|
50 | 51 |
|
51 | 52 | .play-button {
|
52 |
| - @extend %button-shared; |
53 |
| - width: 100px; |
54 |
| - margin: 0 1% 0 2%; |
| 53 | + @extend %button-shared; |
| 54 | + width: 100px; |
| 55 | + margin: 0 1% 0 2%; |
55 | 56 | }
|
56 | 57 |
|
57 | 58 | .backward-button {
|
58 |
| - @extend %button-shared; |
59 |
| - width: 30px; |
60 |
| - margin: 7px; |
| 59 | + @extend %button-shared; |
| 60 | + width: 30px; |
| 61 | + margin: 7px; |
61 | 62 | }
|
62 | 63 |
|
63 | 64 | .forward-button {
|
64 |
| - @extend %button-shared; |
65 |
| - width: 30px; |
66 |
| - margin: 7px; |
| 65 | + @extend %button-shared; |
| 66 | + width: 30px; |
| 67 | + margin: 7px; |
67 | 68 | }
|
68 | 69 |
|
69 | 70 | .import-button,
|
70 | 71 | .export-button,
|
71 | 72 | .lock-button,
|
72 | 73 | .pause-button,
|
73 | 74 | .persist-button {
|
74 |
| - @extend %button-shared; |
| 75 | + @extend %button-shared; |
75 | 76 | }
|
76 | 77 |
|
77 | 78 | %button-shared {
|
78 |
| - outline: none; |
79 |
| - background-color: $brand-color; |
80 |
| - color: white; |
81 |
| - display: flex; |
82 |
| - justify-content: center; |
83 |
| - align-items: center; |
84 |
| - height: 20px; |
85 |
| - border-style: solid; |
86 |
| - border-width: 1px; |
87 |
| - border-radius: 3px; |
88 |
| - cursor: pointer; |
89 |
| - line-height: 1.5em; |
90 |
| - font: normal 13px monaco, Consolas, "Lucida Console", monospace, Arial, sans-serif; |
91 |
| - font-size: $button-text-size; |
| 79 | + outline: none; |
| 80 | + // background-color: $brand-color; |
| 81 | + color: white; |
| 82 | + display: flex; |
| 83 | + justify-content: center; |
| 84 | + align-items: center; |
| 85 | + height: 20px; |
| 86 | + // border-style: solid; |
| 87 | + // border-width: 1px; |
| 88 | + // border-radius: 3px; |
| 89 | + cursor: pointer; |
| 90 | + // line-height: 1.5em; |
| 91 | + font: normal 13px monaco, Consolas, 'Lucida Console', monospace, Arial, |
| 92 | + sans-serif; |
| 93 | + font-size: $button-text-size; |
| 94 | + padding: 1em; |
| 95 | + border-radius: 51px; |
| 96 | + background: #00fbff; |
| 97 | + box-shadow: inset -30px -30px 100px #00a1a3, inset 30px 30px 100px #00ffff; |
92 | 98 |
|
93 |
| - @extend %disable-highlight; |
| 99 | + @extend %disable-highlight; |
94 | 100 | }
|
0 commit comments