extjs4.2 - sencha touch: I could not theme Sencha Touch / ExtJS application -
i developing sencha touch application using sencha architect. have change background color, font color, font-family , icons according company's standard in app.
i tried create sass file
@import 'sencha-touch/base'; @import 'sencha-touch/base/all'; $myapp-font-family:"arial"; $myapp-gray:'#707070'; .x-body{ font-family:$myapp-font-family; background-color:myapp-gray; } .x-panel{ background-color:$myapp-gray; }
it not working / reflecting.
question: how can theme application. how can use sass , css altogether in app. know same extjs also.
--sridhar
if you're using sencha architect, theming built right in if you're using latest version. see this post sencha blog.
Comments
Post a Comment