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