2016-10-25 00:55:21 +03:00
|
|
|
/*
|
|
|
|
|
|
|
|
████████╗██╗ ██╗███████╗███╗ ███╗███████╗███████╗
|
|
|
|
╚══██╔══╝██║ ██║██╔════╝████╗ ████║██╔════╝██╔════╝
|
|
|
|
██║ ███████║█████╗ ██╔████╔██║█████╗ ███████╗
|
|
|
|
██║ ██╔══██║██╔══╝ ██║╚██╔╝██║██╔══╝ ╚════██║
|
|
|
|
██║ ██║ ██║███████╗██║ ╚═╝ ██║███████╗███████║
|
|
|
|
╚═╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝╚══════╝╚══════╝
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*******************************
|
|
|
|
Theme Selection
|
|
|
|
*******************************/
|
|
|
|
|
|
|
|
/* To override a theme for an individual element
|
|
|
|
specify theme name below
|
|
|
|
*/
|
|
|
|
|
2021-09-29 01:09:52 +03:00
|
|
|
@placeholder: 'default';
|
|
|
|
|
2016-10-25 00:55:21 +03:00
|
|
|
/* Global */
|
|
|
|
@site : 'pxt';
|
|
|
|
@reset : 'default';
|
|
|
|
|
|
|
|
/* Elements */
|
|
|
|
@button : 'pxt';
|
|
|
|
@container : 'pxt';
|
|
|
|
@divider : 'pxt';
|
|
|
|
@flag : 'pxt';
|
|
|
|
@header : 'pxt';
|
|
|
|
@icon : 'default';
|
|
|
|
@image : 'pxt';
|
|
|
|
@input : 'pxt';
|
|
|
|
@label : 'pxt';
|
|
|
|
@list : 'pxt';
|
2017-01-07 04:39:48 +03:00
|
|
|
@loader : 'pxt';
|
2016-10-25 00:55:21 +03:00
|
|
|
@rail : 'pxt';
|
|
|
|
@reveal : 'pxt';
|
|
|
|
@segment : 'pxt';
|
|
|
|
@step : 'pxt';
|
|
|
|
|
|
|
|
/* Collections */
|
2018-06-06 06:02:05 +03:00
|
|
|
@breadcrumb : 'pxt';
|
|
|
|
@form : 'pxt';
|
2016-12-02 05:35:10 +03:00
|
|
|
@grid : 'pxt';
|
2016-10-25 00:55:21 +03:00
|
|
|
@menu : 'pxt';
|
2017-09-13 01:39:52 +03:00
|
|
|
@message : 'pxt';
|
2018-06-06 06:02:05 +03:00
|
|
|
@table : 'pxt';
|
2016-10-25 00:55:21 +03:00
|
|
|
|
|
|
|
/* Modules */
|
2018-06-06 06:02:05 +03:00
|
|
|
@accordion : 'pxt';
|
|
|
|
@checkbox : 'pxt';
|
2017-07-28 23:47:45 +03:00
|
|
|
@dimmer : 'pxt';
|
2018-06-06 06:02:05 +03:00
|
|
|
@dropdown : 'pxt';
|
|
|
|
@embed : 'pxt';
|
2016-12-10 20:34:11 +03:00
|
|
|
@modal : 'pxt';
|
2018-06-06 06:02:05 +03:00
|
|
|
@nag : 'pxt';
|
|
|
|
@popup : 'pxt';
|
|
|
|
@progress : 'pxt';
|
|
|
|
@rating : 'pxt';
|
|
|
|
@search : 'pxt';
|
|
|
|
@shape : 'pxt';
|
|
|
|
@sidebar : 'pxt';
|
|
|
|
@sticky : 'pxt';
|
|
|
|
@tab : 'pxt';
|
2016-10-25 00:55:21 +03:00
|
|
|
@transition : 'default';
|
|
|
|
|
|
|
|
/* Views */
|
2018-06-06 06:02:05 +03:00
|
|
|
@ad : 'pxt';
|
2017-07-28 23:47:45 +03:00
|
|
|
@card : 'pxt';
|
2018-06-06 06:02:05 +03:00
|
|
|
@comment : 'pxt';
|
|
|
|
@feed : 'pxt';
|
|
|
|
@item : 'pxt';
|
|
|
|
@statistic : 'pxt';
|
2016-10-25 00:55:21 +03:00
|
|
|
|
|
|
|
/*******************************
|
|
|
|
Folders
|
|
|
|
*******************************/
|
|
|
|
|
|
|
|
/* Path to theme packages */
|
|
|
|
@themesFolder : 'themes';
|
|
|
|
|
|
|
|
/* Path to site override folder */
|
|
|
|
@siteFolder : 'site';
|
|
|
|
|
|
|
|
|
|
|
|
/*******************************
|
|
|
|
Import Theme
|
|
|
|
*******************************/
|
|
|
|
|
2021-09-29 01:09:52 +03:00
|
|
|
@import (multiple) "theme.less";
|
2016-10-25 00:55:21 +03:00
|
|
|
|
|
|
|
@fontPath : 'fonts';
|
|
|
|
|
2018-06-06 06:02:05 +03:00
|
|
|
/* End Config */
|