Платформа ЦРНП "Мирокод" для разработки проектов
https://git.mirocod.ru
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
104 lines
2.8 KiB
104 lines
2.8 KiB
/* |
|
|
|
████████╗██╗ ██╗███████╗███╗ ███╗███████╗███████╗ |
|
╚══██╔══╝██║ ██║██╔════╝████╗ ████║██╔════╝██╔════╝ |
|
██║ ███████║█████╗ ██╔████╔██║█████╗ ███████╗ |
|
██║ ██╔══██║██╔══╝ ██║╚██╔╝██║██╔══╝ ╚════██║ |
|
██║ ██║ ██║███████╗██║ ╚═╝ ██║███████╗███████║ |
|
╚═╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝╚══════╝╚══════╝ |
|
|
|
*/ |
|
|
|
/******************************* |
|
Theme Selection |
|
*******************************/ |
|
|
|
/* To override a theme for an individual element |
|
specify theme name below |
|
*/ |
|
|
|
/* Global */ |
|
@site : 'default'; |
|
@reset : 'default'; |
|
|
|
/* Elements */ |
|
@button : 'default'; |
|
@container : 'default'; |
|
@divider : 'default'; |
|
@emoji : 'default'; |
|
@flag : 'default'; |
|
@header : 'default'; |
|
@icon : 'default'; |
|
@image : 'default'; |
|
@input : 'default'; |
|
@label : 'default'; |
|
@list : 'default'; |
|
@loader : 'default'; |
|
@placeholder: 'default'; |
|
@rail : 'default'; |
|
@reveal : 'default'; |
|
@segment : 'default'; |
|
@step : 'default'; |
|
@text : 'default'; |
|
|
|
/* Collections */ |
|
@breadcrumb : 'default'; |
|
@form : 'default'; |
|
@grid : 'default'; |
|
@menu : 'default'; |
|
@message : 'default'; |
|
@table : 'default'; |
|
|
|
/* Modules */ |
|
@accordion : 'default'; |
|
@calendar : 'default'; |
|
@checkbox : 'default'; |
|
@dimmer : 'default'; |
|
@dropdown : 'default'; |
|
@embed : 'default'; |
|
@modal : 'default'; |
|
@nag : 'default'; |
|
@popup : 'default'; |
|
@progress : 'default'; |
|
@slider : 'default'; |
|
@rating : 'default'; |
|
@search : 'default'; |
|
@shape : 'default'; |
|
@sidebar : 'default'; |
|
@sticky : 'default'; |
|
@tab : 'default'; |
|
@toast : 'default'; |
|
@transition : 'default'; |
|
|
|
/* Views */ |
|
@ad : 'default'; |
|
@card : 'default'; |
|
@comment : 'default'; |
|
@feed : 'default'; |
|
@item : 'default'; |
|
@statistic : 'default'; |
|
|
|
/******************************* |
|
Folders |
|
*******************************/ |
|
|
|
/* Path to theme packages */ |
|
@themesFolder : 'themes'; |
|
|
|
/* Path to site override folder */ |
|
@siteFolder : '_site/'; |
|
|
|
|
|
/******************************* |
|
Import Theme |
|
*******************************/ |
|
|
|
@import (multiple) "theme.less"; |
|
|
|
/******************************* |
|
Theme Overrides |
|
*******************************/ |
|
|
|
@importGoogleFonts : false; |
|
|
|
/* End Config */
|
|
|