mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: cleanup
This commit is contained in:
15
apps/ui/app/css/styled-formatted-text-page.css
Normal file
15
apps/ui/app/css/styled-formatted-text-page.css
Normal file
@@ -0,0 +1,15 @@
|
||||
.class-style {
|
||||
font-size: 55;
|
||||
color: red;
|
||||
|
||||
}
|
||||
|
||||
#id-style {
|
||||
background-color: blue;
|
||||
}
|
||||
|
||||
Label {
|
||||
border-color: black;
|
||||
border-radius: 25;
|
||||
margin: 10px;
|
||||
}
|
||||
Reference in New Issue
Block a user