headerStyle.jsx 418 Bytes
export const style = {
  position: 'fixed',
  zIndex: 1,
  width: '100%',
  background: '#404041',
  // padding: 0,
  height: 46
};

export const logoStyle = {
  float: 'left',
  marginTop: 7,
  marginLeft: 28,
  lineHeight: 0,
  color: '#B1B1B1'
  // fontWeight: 'bold'
};

export const accoutStyle = {
  width: 120,
  float: 'right',
  background: '#404041'
};

export const menuStyle = {
  background: '#404041'
};