Updating theme.config to use the pxt theme.
This commit is contained in:
		@@ -18,31 +18,31 @@
 | 
			
		||||
*/
 | 
			
		||||
 | 
			
		||||
/* Global */
 | 
			
		||||
@site       : 'default';
 | 
			
		||||
@site       : 'pxt';
 | 
			
		||||
@reset      : 'default';
 | 
			
		||||
 | 
			
		||||
/* Elements */
 | 
			
		||||
@button     : 'default';
 | 
			
		||||
@container  : 'default';
 | 
			
		||||
@divider    : 'default';
 | 
			
		||||
@flag       : 'default';
 | 
			
		||||
@header     : 'default';
 | 
			
		||||
@button     : 'pxt';
 | 
			
		||||
@container  : 'pxt';
 | 
			
		||||
@divider    : 'pxt';
 | 
			
		||||
@flag       : 'pxt';
 | 
			
		||||
@header     : 'pxt';
 | 
			
		||||
@icon       : 'default';
 | 
			
		||||
@image      : 'default';
 | 
			
		||||
@input      : 'default';
 | 
			
		||||
@label      : 'default';
 | 
			
		||||
@list       : 'default';
 | 
			
		||||
@loader     : 'default';
 | 
			
		||||
@rail       : 'default';
 | 
			
		||||
@reveal     : 'default';
 | 
			
		||||
@segment    : 'default';
 | 
			
		||||
@step       : 'default';
 | 
			
		||||
@image      : 'pxt';
 | 
			
		||||
@input      : 'pxt';
 | 
			
		||||
@label      : 'pxt';
 | 
			
		||||
@list       : 'pxt';
 | 
			
		||||
@loader     : 'pxt';
 | 
			
		||||
@rail       : 'pxt';
 | 
			
		||||
@reveal     : 'pxt';
 | 
			
		||||
@segment    : 'pxt';
 | 
			
		||||
@step       : 'pxt';
 | 
			
		||||
 | 
			
		||||
/* Collections */
 | 
			
		||||
@breadcrumb : 'default';
 | 
			
		||||
@form       : 'default';
 | 
			
		||||
@grid       : 'default';
 | 
			
		||||
@menu       : 'default';
 | 
			
		||||
@menu       : 'pxt';
 | 
			
		||||
@message    : 'default';
 | 
			
		||||
@table      : 'default';
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user