Update UI to latest.
This commit is contained in:
parent
3469f51b7b
commit
8f5c930f76
@ -1,3 +1,5 @@
|
||||
/*******************************
|
||||
User Variable Overrides
|
||||
*******************************/
|
||||
|
||||
@exampleCardFullHeight: true;
|
@ -39,38 +39,38 @@
|
||||
@step : 'pxt';
|
||||
|
||||
/* Collections */
|
||||
@breadcrumb : 'default';
|
||||
@form : 'default';
|
||||
@breadcrumb : 'pxt';
|
||||
@form : 'pxt';
|
||||
@grid : 'pxt';
|
||||
@menu : 'pxt';
|
||||
@message : 'default';
|
||||
@table : 'default';
|
||||
@message : 'pxt';
|
||||
@table : 'pxt';
|
||||
|
||||
/* Modules */
|
||||
@accordion : 'default';
|
||||
@checkbox : 'default';
|
||||
@accordion : 'pxt';
|
||||
@checkbox : 'pxt';
|
||||
@dimmer : 'pxt';
|
||||
@dropdown : 'default';
|
||||
@embed : 'default';
|
||||
@dropdown : 'pxt';
|
||||
@embed : 'pxt';
|
||||
@modal : 'pxt';
|
||||
@nag : 'default';
|
||||
@popup : 'default';
|
||||
@progress : 'default';
|
||||
@rating : 'default';
|
||||
@search : 'default';
|
||||
@shape : 'default';
|
||||
@sidebar : 'default';
|
||||
@sticky : 'default';
|
||||
@tab : 'default';
|
||||
@nag : 'pxt';
|
||||
@popup : 'pxt';
|
||||
@progress : 'pxt';
|
||||
@rating : 'pxt';
|
||||
@search : 'pxt';
|
||||
@shape : 'pxt';
|
||||
@sidebar : 'pxt';
|
||||
@sticky : 'pxt';
|
||||
@tab : 'pxt';
|
||||
@transition : 'default';
|
||||
|
||||
/* Views */
|
||||
@ad : 'default';
|
||||
@ad : 'pxt';
|
||||
@card : 'pxt';
|
||||
@comment : 'default';
|
||||
@feed : 'default';
|
||||
@item : 'default';
|
||||
@statistic : 'default';
|
||||
@comment : 'pxt';
|
||||
@feed : 'pxt';
|
||||
@item : 'pxt';
|
||||
@statistic : 'pxt';
|
||||
|
||||
/*******************************
|
||||
Folders
|
||||
|
Loading…
Reference in New Issue
Block a user