gabrielbull/react-desktop

View on GitHub
src/ListView/macOs/Footer/style/10.11.js

Summary

Maintainability
A
30 mins
Test Coverage
export default {
  header: {
    top: '0px',
    left: '0px',
    width: '100%',
    borderTopWidth: '1px',
    borderTopStyle: 'solid',
    borderTopColor: '#c9c9c9',
    boxSizing: 'border-box'
  }
};