|
|
@ -20,8 +20,6 @@ var css = csjs` |
|
|
|
} |
|
|
|
} |
|
|
|
.stepButton { |
|
|
|
.stepButton { |
|
|
|
${styles.button} |
|
|
|
${styles.button} |
|
|
|
width: 25%; |
|
|
|
|
|
|
|
min-width: 30px; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
.jumpButtons { |
|
|
|
.jumpButtons { |
|
|
|
width: 100%; |
|
|
|
width: 100%; |
|
|
@ -30,8 +28,6 @@ var css = csjs` |
|
|
|
} |
|
|
|
} |
|
|
|
.jumpButton { |
|
|
|
.jumpButton { |
|
|
|
${styles.button}
|
|
|
|
${styles.button}
|
|
|
|
width: 33%; |
|
|
|
|
|
|
|
min-width: 30px; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
.navigator:hover { |
|
|
|
.navigator:hover { |
|
|
|
color: ${styles.colors.black} |
|
|
|
color: ${styles.colors.black} |
|
|
|