remove css files from source

This commit is contained in:
Kyle Spearrin 2019-04-02 21:47:36 -04:00
parent 3a90b3beb6
commit b837c600a8
4 changed files with 0 additions and 21 deletions

View File

@ -1,3 +0,0 @@
^Label, ^Entry, ^Editor {
font-size: 16;
}

View File

@ -1,3 +0,0 @@
^contentpage {
background-color: gray;
}

View File

@ -1,3 +0,0 @@
^Label, ^Entry, ^Editor {
font-size: 14;
}

View File

@ -1,12 +0,0 @@
^ContentPage {
background-color: white;
}
StackLayout.list-cell {
padding: 10;
-xf-orientation: horizontal;
}
StackLayout.list-cell > FaLabel {
font-size: 22;
}