wyyl/resources/beike/admin/css/bootstrap/bootstrap.scss

28 lines
610 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;
$link-decoration: none;
$link-color: #1890ff;
@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;
}