From 298382c19fd36a0411a1d38bb1002326d06edf17 Mon Sep 17 00:00:00 2001 From: Sam El-Husseini Date: Thu, 27 Oct 2016 16:12:53 -0700 Subject: [PATCH] UI theming changes. --- theme/style.less | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/theme/style.less b/theme/style.less index 959ecee7..e357023f 100644 --- a/theme/style.less +++ b/theme/style.less @@ -1,2 +1,18 @@ /* Import all components */ @import 'semantic'; +@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); +} \ No newline at end of file