25 lines
632 B
SCSS
Executable File
25 lines
632 B
SCSS
Executable File
$theme-white: #fff;
|
|
$font-h1: 1.5rem;
|
|
$font-h2: 1.35rem;
|
|
$font-h3: 1.2rem;
|
|
$font-h4: 1.1rem;
|
|
$font-h5: 1rem;
|
|
$font-h6: 0.9rem;
|
|
@charset "utf-8";
|
|
// Base Color
|
|
$theme-gray: #495054;
|
|
$theme-gray-light: #cecece;
|
|
$theme-gray-lighter: #f3f3f3;
|
|
$theme-gray-dark: #363636;
|
|
$theme-gray-darker: #242424;
|
|
$theme-color-main: #47bab5;
|
|
$theme-color-second: #5bc0de;
|
|
$theme-color-third: #ed4c43;
|
|
// Font stacks
|
|
$main-font: Arial, "微軟正黑體", "Helvetica Neue", Helvetica, sans-serif;
|
|
$sub-font: Arial, "新細明體", "Helvetica Neue", Helvetica, sans-serif;
|
|
.response-content {
|
|
justify-self: auto;
|
|
}
|
|
|
|
@import "../../bootstrap/variables"; |