15 lines
366 B
SCSS
15 lines
366 B
SCSS
@charset "UTF-8";
|
|
|
|
//
|
|
// @copyright 2020 opencart.cn - All Rights Reserved
|
|
// @link http://www.guangdawangluo.com
|
|
// @author Sam Chen <sam.chen@opencart.cn>
|
|
// @created 2021-08-24 14:38:09
|
|
// @modified 2021-08-24 15:07:05
|
|
//
|
|
|
|
$primary: #fd560f;
|
|
$font-size-base: 0.8rem;
|
|
|
|
@import 'node_modules/bootstrap/scss/bootstrap';
|