1234567891011121314151617181920212223242526272829303132333435 |
- ROOT > * {
- marginLeft: 24;
- marginRight: 24;
- marginBottom: 8;
- marginTop: 8;
- }
- ROOT > Badge {
- marginLeft: 50;
- }
- ROOT > Image {
- marginLeft: 0;
- marginRight: 0;
- marginTop: 0;
- }
- Image {
- alignItems: center;
- }
- ROOT > ~Badge {
- TEST: LALALALLA;
- }
- ~Text {
- fontSize: 11;
- }
- Image > ~Text {
- }
- Image > Text {
- asdfontSize: 111;
- }
- Image > * {
- justifyContent: center;
- alignSelf: center;
- }
|