2016-10-24 14:55:21 -07:00
|
|
|
/* Import all components */
|
|
|
|
@import 'semantic';
|
2016-11-01 17:48:29 -07:00
|
|
|
@import 'pxt';
|
2016-10-27 16:12:53 -07:00
|
|
|
@import 'themes/default/globals/site.variables';
|
|
|
|
@import 'themes/pxt/globals/site.variables';
|
|
|
|
@import 'site/globals/site.variables';
|
|
|
|
|
|
|
|
/* Reference import */
|
|
|
|
@import (reference) "semantic.less";
|
|
|
|
|
|
|
|
/*******************************
|
|
|
|
Add your custom CSS here
|
|
|
|
*******************************/
|
|
|
|
|
|
|
|
.download-button {
|
|
|
|
&:extend(.ui all);
|
|
|
|
&:extend(.button all);
|
|
|
|
&:extend(.green all);
|
|
|
|
}
|