Skip to content

Instantly share code, notes, and snippets.

@lebek
Last active December 18, 2017 02:06
Show Gist options
  • Save lebek/3356e1f07d3fdb12fdd20e34db63a4d5 to your computer and use it in GitHub Desktop.
Save lebek/3356e1f07d3fdb12fdd20e34db63a4d5 to your computer and use it in GitHub Desktop.
C = i.StyleSheet.create({
anchorContainer: {
height: 0,
width: 0
},
panelContainer: {
flex: 1,
flexDirection: "column",
backgroundColor: d.default.PANEL,
borderRadius: 8
},
positionContainer: {
position: "absolute",
top: 20,
right: R + y / 2
},
header: {
paddingBottom: 34,
paddingLeft: 24,
paddingTop: 32,
flex: 0,
flexDirection: "row"
},
headerText: {
flex: 1,
fontSize: 32,
fontFamily: "OculusSans-Light"
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment