mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-26 03:01:51 +08:00
13 lines
177 B
CSS
13 lines
177 B
CSS
.tab-content {
|
|
vertical-align: center;
|
|
color: #808080;
|
|
font-size: 24;
|
|
padding: 20;
|
|
}
|
|
|
|
.title {
|
|
margin: 0 0 10 0;
|
|
font-size: 32;
|
|
color: #3c3c3c;
|
|
}
|