Skip to content
This repository was archived by the owner on Jul 23, 2019. It is now read-only.

Commit c1debbc

Browse files
Update app.css
1 parent fa2c774 commit c1debbc

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

app/app.css

+2-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ you would like to apply to your entire application. Check out
44
http://docs.nativescript.org/ui/styling for a full list of the CSS
55
selectors and properties you can use to style UI components.
66
7-
/*
87
For example, the following CSS rule changes the font size of all UI
98
components that have the btn class name.
109
*/
@@ -23,12 +22,10 @@ components that have the btn class name.
2322
height: auto;
2423
font-size: 0.85714286rem;
2524
}
26-
2725
.ui.red.button {
2826
background-color: #DB2828;
2927
color: white;
3028
}
31-
3229
.book-details {
3330
padding: 8;
3431
}
@@ -68,7 +65,8 @@ components that have the btn class name.
6865
}
6966
.ui.grid label {
7067
font-size: 12;
71-
}
68+
}
69+
7270
/*
7371
In many cases you may want to use the NativeScript core theme instead
7472
of writing your own CSS rules. For a full list of class names in the theme

0 commit comments

Comments
 (0)