Browse Source
Re-re-re-re-change DeviceInteraction step background
master
meriadec
7 years ago
No known key found for this signature in database
GPG Key ID: 1D2FC2305E2CB399
1 changed files with
0 additions and
1 deletions
-
src/components/DeviceInteraction/components.js
|
|
@ -19,7 +19,6 @@ export const DeviceInteractionStepContainer = styled(Box).attrs({ |
|
|
|
ff: 'Open Sans', |
|
|
|
fontSize: 3, |
|
|
|
color: 'graphite', |
|
|
|
bg: p => (p.isActive && !p.isFinished ? 'white' : ''), |
|
|
|
})` |
|
|
|
position: relative; |
|
|
|
z-index: ${p => (p.isActive ? 1 : '')}; |
|
|
|