dealpostools 2.0.5 → 2.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -11
- package/tools/642.5d39acadd5be978d.js +1 -0
- package/tools/assets/bootstrap_light.scss +1172 -1172
- package/tools/assets/lbd/_alerts.scss +90 -90
- package/tools/assets/lbd/_bootstrap-switch.scss +128 -128
- package/tools/assets/lbd/_buttons.scss +132 -132
- package/tools/assets/lbd/_cards.scss +256 -256
- package/tools/assets/lbd/_chartist.scss +229 -229
- package/tools/assets/lbd/_checkbox-radio-switch.scss +140 -140
- package/tools/assets/lbd/_dropdown.scss +137 -137
- package/tools/assets/lbd/_footers.scss +75 -75
- package/tools/assets/lbd/_inputs.scss +141 -141
- package/tools/assets/lbd/_misc.scss +120 -120
- package/tools/assets/lbd/_mixins.scss +8 -8
- package/tools/assets/lbd/_navbars.scss +235 -235
- package/tools/assets/lbd/_partial-nucleo-icons.scss +574 -574
- package/tools/assets/lbd/_responsive.scss +482 -482
- package/tools/assets/lbd/_sidebar-and-main-panel.scss +331 -331
- package/tools/assets/lbd/_tables.scss +88 -88
- package/tools/assets/lbd/_typography.scss +91 -91
- package/tools/assets/lbd/_variables.scss +272 -272
- package/tools/assets/lbd/mixins/_buttons.scss +69 -69
- package/tools/assets/lbd/mixins/_cards.scss +8 -8
- package/tools/assets/lbd/mixins/_chartist.scss +85 -85
- package/tools/assets/lbd/mixins/_icons.scss +12 -12
- package/tools/assets/lbd/mixins/_inputs.scss +1 -1
- package/tools/assets/lbd/mixins/_labels.scss +20 -20
- package/tools/assets/lbd/mixins/_morphing-buttons.scss +33 -33
- package/tools/assets/lbd/mixins/_navbars.scss +11 -11
- package/tools/assets/lbd/mixins/_social-buttons.scss +42 -42
- package/tools/assets/lbd/mixins/_tabs.scss +3 -3
- package/tools/assets/lbd/mixins/_transparency.scss +19 -19
- package/tools/assets/lbd/mixins/_vendor-prefixes.scss +211 -211
- package/tools/assets/lbd/plugins/_animate.scss +227 -227
- package/tools/assets/lbd/plugins/_datetime-picker.scss +463 -463
- package/tools/assets/light-bootstrap-dashboard.scss +32 -32
- package/tools/assets/pos_variable.scss +83 -83
- package/tools/index.html +2 -2
- package/tools/main.eb9648348ee7f065.js +1 -0
- package/tools/{runtime.33be8253ac9cde20.js → runtime.c8171bfc17eaf1cc.js} +1 -1
- package/tools/186.f1b2c0d2bd824ad2.js +0 -1
- package/tools/main.26ca1bafd677bacd.js +0 -1
|
@@ -1,90 +1,90 @@
|
|
|
1
|
-
.alert{
|
|
2
|
-
border: 0;
|
|
3
|
-
border-radius: 0;
|
|
4
|
-
color: #FFFFFF;
|
|
5
|
-
padding: 10px 15px;
|
|
6
|
-
font-size: 14px;
|
|
7
|
-
|
|
8
|
-
.container &{
|
|
9
|
-
border-radius: 4px;
|
|
10
|
-
|
|
11
|
-
}
|
|
12
|
-
.navbar &{
|
|
13
|
-
border-radius: 0;
|
|
14
|
-
left: 0;
|
|
15
|
-
position: absolute;
|
|
16
|
-
right: 0;
|
|
17
|
-
top: 85px;
|
|
18
|
-
width: 100%;
|
|
19
|
-
z-index: 3;
|
|
20
|
-
}
|
|
21
|
-
.navbar:not(.navbar-transparent) &{
|
|
22
|
-
top: 70px;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
span[data-notify="icon"]{
|
|
26
|
-
font-size: 30px;
|
|
27
|
-
display: block;
|
|
28
|
-
left: 15px;
|
|
29
|
-
position: absolute;
|
|
30
|
-
top: 50%;
|
|
31
|
-
margin-top: -15px;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
i.nc-simple-remove{
|
|
35
|
-
font-size: 12px !important;
|
|
36
|
-
font: bold normal normal 14px/1 'nucleo-icons';
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
button.close{
|
|
40
|
-
position: absolute;
|
|
41
|
-
right: 10px;
|
|
42
|
-
top: 50%;
|
|
43
|
-
margin-top: -13px;
|
|
44
|
-
z-index: 1033;
|
|
45
|
-
background-color: #FFFFFF;
|
|
46
|
-
display: block;
|
|
47
|
-
border-radius: 50%;
|
|
48
|
-
opacity: .4;
|
|
49
|
-
line-height: 9px;
|
|
50
|
-
width: 25px;
|
|
51
|
-
height: 25px;
|
|
52
|
-
outline: 0 !important;
|
|
53
|
-
text-align: center;
|
|
54
|
-
padding: 3px;
|
|
55
|
-
font-weight: 300;
|
|
56
|
-
|
|
57
|
-
&:hover{
|
|
58
|
-
opacity: .55;
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
.close ~ span{
|
|
63
|
-
display: block;
|
|
64
|
-
max-width: 89%;
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
&[data-notify="container"]{
|
|
68
|
-
padding: 10px 10px 10px 20px;
|
|
69
|
-
border-radius: $border-radius-base;
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
&.alert-with-icon{
|
|
73
|
-
padding-left: 65px;
|
|
74
|
-
}
|
|
75
|
-
}
|
|
76
|
-
.alert-primary{
|
|
77
|
-
background-color: $blue-navbar;
|
|
78
|
-
}
|
|
79
|
-
.alert-info{
|
|
80
|
-
background-color: $azure-navbar;
|
|
81
|
-
}
|
|
82
|
-
.alert-success {
|
|
83
|
-
background-color: $green-navbar;
|
|
84
|
-
}
|
|
85
|
-
.alert-warning {
|
|
86
|
-
background-color: $orange-navbar;
|
|
87
|
-
}
|
|
88
|
-
.alert-danger {
|
|
89
|
-
background-color: $red-navbar;
|
|
90
|
-
}
|
|
1
|
+
.alert{
|
|
2
|
+
border: 0;
|
|
3
|
+
border-radius: 0;
|
|
4
|
+
color: #FFFFFF;
|
|
5
|
+
padding: 10px 15px;
|
|
6
|
+
font-size: 14px;
|
|
7
|
+
|
|
8
|
+
.container &{
|
|
9
|
+
border-radius: 4px;
|
|
10
|
+
|
|
11
|
+
}
|
|
12
|
+
.navbar &{
|
|
13
|
+
border-radius: 0;
|
|
14
|
+
left: 0;
|
|
15
|
+
position: absolute;
|
|
16
|
+
right: 0;
|
|
17
|
+
top: 85px;
|
|
18
|
+
width: 100%;
|
|
19
|
+
z-index: 3;
|
|
20
|
+
}
|
|
21
|
+
.navbar:not(.navbar-transparent) &{
|
|
22
|
+
top: 70px;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
span[data-notify="icon"]{
|
|
26
|
+
font-size: 30px;
|
|
27
|
+
display: block;
|
|
28
|
+
left: 15px;
|
|
29
|
+
position: absolute;
|
|
30
|
+
top: 50%;
|
|
31
|
+
margin-top: -15px;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
i.nc-simple-remove{
|
|
35
|
+
font-size: 12px !important;
|
|
36
|
+
font: bold normal normal 14px/1 'nucleo-icons';
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
button.close{
|
|
40
|
+
position: absolute;
|
|
41
|
+
right: 10px;
|
|
42
|
+
top: 50%;
|
|
43
|
+
margin-top: -13px;
|
|
44
|
+
z-index: 1033;
|
|
45
|
+
background-color: #FFFFFF;
|
|
46
|
+
display: block;
|
|
47
|
+
border-radius: 50%;
|
|
48
|
+
opacity: .4;
|
|
49
|
+
line-height: 9px;
|
|
50
|
+
width: 25px;
|
|
51
|
+
height: 25px;
|
|
52
|
+
outline: 0 !important;
|
|
53
|
+
text-align: center;
|
|
54
|
+
padding: 3px;
|
|
55
|
+
font-weight: 300;
|
|
56
|
+
|
|
57
|
+
&:hover{
|
|
58
|
+
opacity: .55;
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.close ~ span{
|
|
63
|
+
display: block;
|
|
64
|
+
max-width: 89%;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
&[data-notify="container"]{
|
|
68
|
+
padding: 10px 10px 10px 20px;
|
|
69
|
+
border-radius: $border-radius-base;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
&.alert-with-icon{
|
|
73
|
+
padding-left: 65px;
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
.alert-primary{
|
|
77
|
+
background-color: $blue-navbar;
|
|
78
|
+
}
|
|
79
|
+
.alert-info{
|
|
80
|
+
background-color: $azure-navbar;
|
|
81
|
+
}
|
|
82
|
+
.alert-success {
|
|
83
|
+
background-color: $green-navbar;
|
|
84
|
+
}
|
|
85
|
+
.alert-warning {
|
|
86
|
+
background-color: $orange-navbar;
|
|
87
|
+
}
|
|
88
|
+
.alert-danger {
|
|
89
|
+
background-color: $red-navbar;
|
|
90
|
+
}
|
|
@@ -1,128 +1,128 @@
|
|
|
1
|
-
.bootstrap-switch {
|
|
2
|
-
display: inline-block;
|
|
3
|
-
direction: ltr;
|
|
4
|
-
cursor: pointer;
|
|
5
|
-
border-radius: 30px;
|
|
6
|
-
border: 0;
|
|
7
|
-
position: relative;
|
|
8
|
-
text-align: left;
|
|
9
|
-
overflow: hidden;
|
|
10
|
-
margin-bottom: 5px;
|
|
11
|
-
margin-left: 66px;
|
|
12
|
-
line-height: 8px;
|
|
13
|
-
width: 61px !important;
|
|
14
|
-
height: 26px;
|
|
15
|
-
outline: none;
|
|
16
|
-
z-index: 0;
|
|
17
|
-
margin-right: 1px;
|
|
18
|
-
-webkit-user-select: none;
|
|
19
|
-
-moz-user-select: none;
|
|
20
|
-
-ms-user-select: none;
|
|
21
|
-
user-select: none;
|
|
22
|
-
vertical-align: middle;
|
|
23
|
-
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
|
|
24
|
-
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
.bootstrap-switch .bootstrap-switch-container {
|
|
28
|
-
display: inline-flex;
|
|
29
|
-
top: 0;
|
|
30
|
-
height: 26px;
|
|
31
|
-
border-radius: 4px;
|
|
32
|
-
-webkit-transform: translate3d(0, 0, 0);
|
|
33
|
-
transform: translate3d(0, 0, 0);
|
|
34
|
-
width: 100px !important;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
.bootstrap-switch .bootstrap-switch-handle-on,
|
|
38
|
-
.bootstrap-switch .bootstrap-switch-handle-off,
|
|
39
|
-
.bootstrap-switch .bootstrap-switch-label {
|
|
40
|
-
-webkit-box-sizing: border-box;
|
|
41
|
-
-moz-box-sizing: border-box;
|
|
42
|
-
box-sizing: border-box;
|
|
43
|
-
cursor: pointer;
|
|
44
|
-
display: inline-block !important;
|
|
45
|
-
height: 100%;
|
|
46
|
-
color: #fff;
|
|
47
|
-
padding: 6px 10px;
|
|
48
|
-
font-size: 11px;
|
|
49
|
-
text-indent: -5px;
|
|
50
|
-
line-height: 15px;
|
|
51
|
-
-webkit-transition: 0.25s ease-out;
|
|
52
|
-
transition: 0.25s ease-out;
|
|
53
|
-
|
|
54
|
-
i{
|
|
55
|
-
font-size: 12px;
|
|
56
|
-
line-height: 14px;
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
.bootstrap-switch .bootstrap-switch-handle-on,
|
|
61
|
-
.bootstrap-switch .bootstrap-switch-handle-off {
|
|
62
|
-
text-align: center;
|
|
63
|
-
z-index: 1;
|
|
64
|
-
float: left;
|
|
65
|
-
width: 50% !important;
|
|
66
|
-
background-color: $info-color;
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
.bootstrap-switch .bootstrap-switch-label {
|
|
71
|
-
text-align: center;
|
|
72
|
-
z-index: 100;
|
|
73
|
-
color: #333333;
|
|
74
|
-
background: #ffffff;
|
|
75
|
-
width: 22px !important;
|
|
76
|
-
height: 22px;
|
|
77
|
-
margin: 2px -11px;
|
|
78
|
-
border-radius: 12px;
|
|
79
|
-
position: relative;
|
|
80
|
-
float: left;
|
|
81
|
-
padding: 0;
|
|
82
|
-
background-color: #FFFFFF;
|
|
83
|
-
box-shadow: 0 1px 1px #FFFFFF inset, 0 1px 1px rgba(0, 0, 0, 0.25);
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
.bootstrap-switch .bootstrap-switch-handle-on {
|
|
87
|
-
border-bottom-left-radius: 3px;
|
|
88
|
-
border-top-left-radius: 3px;
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
.bootstrap-switch .bootstrap-switch-handle-off {
|
|
92
|
-
text-indent: 6px;
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
.bootstrap-switch input[type='radio'],
|
|
96
|
-
.bootstrap-switch input[type='checkbox'] {
|
|
97
|
-
position: absolute !important;
|
|
98
|
-
top: 0;
|
|
99
|
-
left: 0;
|
|
100
|
-
opacity: 0;
|
|
101
|
-
filter: alpha(opacity=0);
|
|
102
|
-
z-index: -1;
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
|
|
107
|
-
-webkit-transition: margin-left 0.5s;
|
|
108
|
-
transition: margin-left 0.5s;
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-container {
|
|
113
|
-
margin-left: -2px !important;
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-container {
|
|
117
|
-
margin-left: -37px !important;
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
.bootstrap-switch.bootstrap-switch-on:hover .bootstrap-switch-label {
|
|
121
|
-
width: 26px !important;
|
|
122
|
-
margin: 2px -15px;
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
.bootstrap-switch.bootstrap-switch-off:hover .bootstrap-switch-label {
|
|
126
|
-
width: 26px !important;
|
|
127
|
-
margin: 2px -15px -13px -11px;
|
|
128
|
-
}
|
|
1
|
+
.bootstrap-switch {
|
|
2
|
+
display: inline-block;
|
|
3
|
+
direction: ltr;
|
|
4
|
+
cursor: pointer;
|
|
5
|
+
border-radius: 30px;
|
|
6
|
+
border: 0;
|
|
7
|
+
position: relative;
|
|
8
|
+
text-align: left;
|
|
9
|
+
overflow: hidden;
|
|
10
|
+
margin-bottom: 5px;
|
|
11
|
+
margin-left: 66px;
|
|
12
|
+
line-height: 8px;
|
|
13
|
+
width: 61px !important;
|
|
14
|
+
height: 26px;
|
|
15
|
+
outline: none;
|
|
16
|
+
z-index: 0;
|
|
17
|
+
margin-right: 1px;
|
|
18
|
+
-webkit-user-select: none;
|
|
19
|
+
-moz-user-select: none;
|
|
20
|
+
-ms-user-select: none;
|
|
21
|
+
user-select: none;
|
|
22
|
+
vertical-align: middle;
|
|
23
|
+
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
|
|
24
|
+
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.bootstrap-switch .bootstrap-switch-container {
|
|
28
|
+
display: inline-flex;
|
|
29
|
+
top: 0;
|
|
30
|
+
height: 26px;
|
|
31
|
+
border-radius: 4px;
|
|
32
|
+
-webkit-transform: translate3d(0, 0, 0);
|
|
33
|
+
transform: translate3d(0, 0, 0);
|
|
34
|
+
width: 100px !important;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.bootstrap-switch .bootstrap-switch-handle-on,
|
|
38
|
+
.bootstrap-switch .bootstrap-switch-handle-off,
|
|
39
|
+
.bootstrap-switch .bootstrap-switch-label {
|
|
40
|
+
-webkit-box-sizing: border-box;
|
|
41
|
+
-moz-box-sizing: border-box;
|
|
42
|
+
box-sizing: border-box;
|
|
43
|
+
cursor: pointer;
|
|
44
|
+
display: inline-block !important;
|
|
45
|
+
height: 100%;
|
|
46
|
+
color: #fff;
|
|
47
|
+
padding: 6px 10px;
|
|
48
|
+
font-size: 11px;
|
|
49
|
+
text-indent: -5px;
|
|
50
|
+
line-height: 15px;
|
|
51
|
+
-webkit-transition: 0.25s ease-out;
|
|
52
|
+
transition: 0.25s ease-out;
|
|
53
|
+
|
|
54
|
+
i{
|
|
55
|
+
font-size: 12px;
|
|
56
|
+
line-height: 14px;
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.bootstrap-switch .bootstrap-switch-handle-on,
|
|
61
|
+
.bootstrap-switch .bootstrap-switch-handle-off {
|
|
62
|
+
text-align: center;
|
|
63
|
+
z-index: 1;
|
|
64
|
+
float: left;
|
|
65
|
+
width: 50% !important;
|
|
66
|
+
background-color: $info-color;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
.bootstrap-switch .bootstrap-switch-label {
|
|
71
|
+
text-align: center;
|
|
72
|
+
z-index: 100;
|
|
73
|
+
color: #333333;
|
|
74
|
+
background: #ffffff;
|
|
75
|
+
width: 22px !important;
|
|
76
|
+
height: 22px;
|
|
77
|
+
margin: 2px -11px;
|
|
78
|
+
border-radius: 12px;
|
|
79
|
+
position: relative;
|
|
80
|
+
float: left;
|
|
81
|
+
padding: 0;
|
|
82
|
+
background-color: #FFFFFF;
|
|
83
|
+
box-shadow: 0 1px 1px #FFFFFF inset, 0 1px 1px rgba(0, 0, 0, 0.25);
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
.bootstrap-switch .bootstrap-switch-handle-on {
|
|
87
|
+
border-bottom-left-radius: 3px;
|
|
88
|
+
border-top-left-radius: 3px;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
.bootstrap-switch .bootstrap-switch-handle-off {
|
|
92
|
+
text-indent: 6px;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
.bootstrap-switch input[type='radio'],
|
|
96
|
+
.bootstrap-switch input[type='checkbox'] {
|
|
97
|
+
position: absolute !important;
|
|
98
|
+
top: 0;
|
|
99
|
+
left: 0;
|
|
100
|
+
opacity: 0;
|
|
101
|
+
filter: alpha(opacity=0);
|
|
102
|
+
z-index: -1;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
|
|
107
|
+
-webkit-transition: margin-left 0.5s;
|
|
108
|
+
transition: margin-left 0.5s;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-container {
|
|
113
|
+
margin-left: -2px !important;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-container {
|
|
117
|
+
margin-left: -37px !important;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
.bootstrap-switch.bootstrap-switch-on:hover .bootstrap-switch-label {
|
|
121
|
+
width: 26px !important;
|
|
122
|
+
margin: 2px -15px;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
.bootstrap-switch.bootstrap-switch-off:hover .bootstrap-switch-label {
|
|
126
|
+
width: 26px !important;
|
|
127
|
+
margin: 2px -15px -13px -11px;
|
|
128
|
+
}
|