Initial scss refactor

This commit is contained in:
ncls7615
2018-01-14 03:41:20 +09:00
parent e2ce628724
commit 6a73c8c8a2
19 changed files with 1848 additions and 600 deletions

View File

@@ -28,6 +28,9 @@ $ui-primary-color: $classic-primary-color !default; // Lighter
$ui-secondary-color: $classic-secondary-color !default; // Lightest
$ui-highlight-color: $classic-highlight-color !default; // Vibrant
// Language codes that uses CJK fonts
$cjk-langs: ja, ko, zh-CN, zh-HK, zh-TW;
// Avatar border size (8% default, 100% for rounded avatars)
$ui-avatar-border-size: 8%;