16 lines
349 B
Plaintext
16 lines
349 B
Plaintext
|
.title {
|
||
|
font-size: 24px;
|
||
|
margin-bottom: 4px;
|
||
|
}
|
||
|
|
||
|
.subTitle {
|
||
|
-unity-font-style: bold;
|
||
|
margin-top: 4px;
|
||
|
margin-bottom: 4px;
|
||
|
border-bottom-width: 1px;
|
||
|
border-left-color: rgb(149, 149, 149);
|
||
|
border-right-color: rgb(149, 149, 149);
|
||
|
border-top-color: rgb(149, 149, 149);
|
||
|
border-bottom-color: rgb(149, 149, 149);
|
||
|
}
|