Skip to content

Commit f3e137f

Browse files
committed
app.tss update
1 parent 8264008 commit f3e137f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/styles/app.tss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@
132132
'.opacity-75': { opacity: 0.75 }
133133
'.opacity-100': { opacity: 1 }
134134
'.pl-2': { padding: { left: 8 } }
135+
'.show-paging': { showPagingControl: true }
136+
'.paging-gray-200': { pagingControlColor: '#e4e4e7' }
135137
'.shadow-xs': { viewShadowOffset: { x: 0, y: 0 }, viewShadowRadius: 1, viewShadowColor: '#80000000' }
136138
'.shadow-sm': { viewShadowOffset: { x: 0, y: 1 }, viewShadowRadius: 1, viewShadowColor: '#80000000' }
137139
'.shadow': { viewShadowOffset: { x: 0, y: 2 }, viewShadowRadius: 2, viewShadowColor: '#80000000' }
@@ -172,6 +174,9 @@
172174
'.w-auto': { width: Ti.UI.SIZE }
173175
'.w-screen': { width: Ti.UI.FILL }
174176

177+
// Classes with arbitrary values
178+
'.cache-size-(9)': { cacheSize: 9 }
179+
175180
// Default Font Awesome styles
176181
'.fa':{ font: { fontFamily: 'FontAwesome5Free-Solid' } }
177182
'.fa-align-left': { text: '\uf036', title: '\uf036' }

0 commit comments

Comments
 (0)