shierro/territory-manager

View on GitHub
app/components/AddPersonStepper/styles.js

Summary

Maintainability
A
0 mins
Test Coverage
const styles = () => ({
  stepper: {
    position: 'absolute',
    top: 0,
    zIndex: 13001,
    height: '60px',
    // width: 'calc(100% - 55px)',
    width: '100%',
  },
});

export default styles;