mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
24 lines
276 B
CSS
24 lines
276 B
CSS
Label, Button, Image {
|
|
margin: 5;
|
|
}
|
|
|
|
.speakerPicture {
|
|
width: 100;
|
|
height: 100;
|
|
}
|
|
|
|
.speakerTitle, .speakerCompany {
|
|
font-size: 18;
|
|
color: #07ab9e;
|
|
}
|
|
|
|
.speakerName {
|
|
font-size: 22;
|
|
color: black;
|
|
}
|
|
|
|
.title {
|
|
font-size: 22;
|
|
color: black;
|
|
}
|