dustin-H/bauhaus-ui

View on GitHub
src/components/Loading/style.js

Summary

Maintainability
A
1 hr
Test Coverage
var sideBarSize = 280
var headerHeight = 50

var style = {
  center: {
    position: 'absolute',
    left: 'calc(50% - 100px)',
    top: 'calc(50% - 110px)',
    height: 220,
    width: 200,
    backgroundColor: 'transparent',
    userSelect: 'none',
    textAlign: 'center',
    verticalAlign: 'middle',
    color: '#ffffff',
    fontSize: 30
  }
}

export default style