forked from saurabh/orbit4-5
35 lines
709 B
SCSS
35 lines
709 B
SCSS
|
@charset "utf-8";
|
||
|
|
||
|
// Google fonts
|
||
|
@import url(http://fonts.googleapis.com/css?family=Maven+Pro);
|
||
|
|
||
|
@import url(http://fonts.googleapis.com/css?family=Roboto);
|
||
|
|
||
|
// Font stacks
|
||
|
$main-font: "Maven Pro", "微軟正黑體" sans-serif;
|
||
|
$sub-font: "Roboto", "微軟正黑體", sans-serif;
|
||
|
$paragraph-font: "Roboto", "微軟正黑體", sans-serif;
|
||
|
|
||
|
// Colors
|
||
|
$gray: #f3f3f3;
|
||
|
$dark-gray: #aaaaaa;
|
||
|
$light-gray: #cdcdcd;
|
||
|
$white: white;
|
||
|
$light-black: #353535;
|
||
|
$black: black;
|
||
|
$green: #74c25d;
|
||
|
$blue: #4171d5;
|
||
|
$red: #dd5933;
|
||
|
$blue-green: #00acee;
|
||
|
$group-page-bar-color: #171717;
|
||
|
|
||
|
// Transition units
|
||
|
$fast: 0.3s;
|
||
|
$normal: 0.6s;
|
||
|
$slow: 1s;
|
||
|
|
||
|
// Border radius units
|
||
|
$general: 0.25rem;
|
||
|
|
||
|
// Commonly use units
|
||
|
$boundary: 1150px;
|