17 lines
224 B
CSS
17 lines
224 B
CSS
|
ListApp {
|
||
|
backgroundColor: #ffffff;
|
||
|
backgroundAlpha: 0;
|
||
|
horizontalAlign: left;
|
||
|
verticalGap: 15;
|
||
|
horizontalGap: 15;
|
||
|
}
|
||
|
|
||
|
.basic-list {
|
||
|
width: 200;
|
||
|
height: 200;
|
||
|
}
|
||
|
|
||
|
.basic-text {
|
||
|
paddingTop: 20;
|
||
|
}
|