|
|
@ -605,12 +605,18 @@ export default { |
|
|
color: #00ba86; |
|
|
color: #00ba86; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
.fill { |
|
|
|
|
|
width: 100%; |
|
|
|
|
|
height: 1rem; |
|
|
|
|
|
background-color: rgba(247, 247, 247, 0); |
|
|
|
|
|
} |
|
|
.button { |
|
|
.button { |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
height: 1rem; |
|
|
height: 1rem; |
|
|
display: flex; |
|
|
display: flex; |
|
|
position: fixed; |
|
|
position: fixed; |
|
|
bottom: 0; |
|
|
bottom: 0; |
|
|
|
|
|
z-index: 1; |
|
|
justify-content: space-between; |
|
|
justify-content: space-between; |
|
|
background-color: white; |
|
|
background-color: white; |
|
|
.button-text { |
|
|
.button-text { |
|
|
|