26 lines
564 B
SCSS
26 lines
564 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;
|
|
$border-radius: 0;
|
|
$form-check-input-width: 1.2em;
|
|
$form-switch-width: 2.6em;
|
|
|
|
@import 'node_modules/bootstrap-5.1.3/scss/bootstrap';
|
|
// @import 'node_modules/bootstrap/scss/bootstrap';
|
|
|
|
.table > :not(:first-child) {
|
|
border-top: none;
|
|
}
|
|
|
|
.btn-primary {
|
|
color: #fff;
|
|
}
|