Skip to content

Instantly share code, notes, and snippets.

@SergioGeeK7
Created June 26, 2018 23:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SergioGeeK7/852be1756dd12722b4be7d9f98ebf57b to your computer and use it in GitHub Desktop.
Save SergioGeeK7/852be1756dd12722b4be7d9f98ebf57b to your computer and use it in GitHub Desktop.
width: 100,
height: scoreboardHeight,
borderBottomWidth: scoreboardHeight,
borderLeftColor: COLORS.CLEAR_COLOR,
borderRightColor: COLORS.CLEAR_COLOR,
borderStyle: "solid",
position: "absolute"
},
leftTrapezoid: {
borderLeftWidth: 0,
borderRightWidth: trapezoidSkewedPartWidth
},
rightTrapezoid: {
borderLeftWidth: trapezoidSkewedPartWidth,
borderRightWidth: 0,
right: 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment