add modal sass
This commit is contained in:
parent
b3ad34511c
commit
7764b57147
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "tinper-bee-core",
|
||||
"version": "0.0.14",
|
||||
"version": "0.0.15",
|
||||
"description": "style core and js util for tinper-bee",
|
||||
"main": "lib/index.js",
|
||||
"engines": {
|
||||
|
|
|
@ -1065,3 +1065,18 @@ $panel-footer-bg-color : #f5f5f5;
|
|||
$panel-bg-color : #fff;
|
||||
$panel-default-color : #757575;
|
||||
$panel-inner-border-color: #ddd;
|
||||
|
||||
|
||||
//modal
|
||||
$modal-header-padding : 15px;
|
||||
$modal-body-padding : 15px;
|
||||
$modal-footer-padding : 15px;
|
||||
$modal-content-bg-color: #fff;
|
||||
$modal-backdrop-bg: #000;
|
||||
$modal-backdrop-opacity: .6;
|
||||
$modal-header-border-color: transparent;
|
||||
$modal-footer-border-color: transparent;
|
||||
$modal-xlg: 1200px;
|
||||
$modal-lg: 900px;
|
||||
$modal-sm: 300px;
|
||||
$modal-default: 600px;
|
||||
|
|
Loading…
Reference in New Issue