@iankibetsh/shframework 0.0.8 → 0.0.9
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/dist/dist/library.mjs.css +28 -28
- package/dist/library.js +8 -15
- package/dist/library.mjs +1 -15
- package/package.json +1 -1
|
@@ -1,4 +1,32 @@
|
|
|
1
1
|
|
|
2
|
+
.nav.nav-tabs .nav-item .nav-link{
|
|
3
|
+
color: unset;
|
|
4
|
+
border: none!important;
|
|
5
|
+
padding: .75rem 1rem;
|
|
6
|
+
margin: 0;
|
|
7
|
+
font-size: 1.25rem;
|
|
8
|
+
}
|
|
9
|
+
.active.nav-link {
|
|
10
|
+
/*color: #8b8f9a !important;*/
|
|
11
|
+
color: var(--s-primary) !important;
|
|
12
|
+
background-color: transparent !important;
|
|
13
|
+
border-color: #dee2e6 #dee2e6 #fff;
|
|
14
|
+
}
|
|
15
|
+
.active.nav-link{
|
|
16
|
+
position: relative;
|
|
17
|
+
}
|
|
18
|
+
.nav.nav-tabs .nav-item .active.nav-link:before {
|
|
19
|
+
content: "";
|
|
20
|
+
width: 100%;
|
|
21
|
+
height: 2px;
|
|
22
|
+
/*background-color: #ffc107;*/
|
|
23
|
+
background-color: var(--s-primary);
|
|
24
|
+
position: absolute;
|
|
25
|
+
bottom: 0;
|
|
26
|
+
left: 50%;
|
|
27
|
+
transform: translateX(-50%);
|
|
28
|
+
}
|
|
29
|
+
|
|
2
30
|
.sh-phone{
|
|
3
31
|
display: flex;
|
|
4
32
|
width: 100%;
|
|
@@ -31,34 +59,6 @@
|
|
|
31
59
|
opacity: 0.5;
|
|
32
60
|
}
|
|
33
61
|
|
|
34
|
-
.nav.nav-tabs .nav-item .nav-link{
|
|
35
|
-
color: unset;
|
|
36
|
-
border: none!important;
|
|
37
|
-
padding: .75rem 1rem;
|
|
38
|
-
margin: 0;
|
|
39
|
-
font-size: 1.25rem;
|
|
40
|
-
}
|
|
41
|
-
.active.nav-link {
|
|
42
|
-
/*color: #8b8f9a !important;*/
|
|
43
|
-
color: var(--s-primary) !important;
|
|
44
|
-
background-color: transparent !important;
|
|
45
|
-
border-color: #dee2e6 #dee2e6 #fff;
|
|
46
|
-
}
|
|
47
|
-
.active.nav-link{
|
|
48
|
-
position: relative;
|
|
49
|
-
}
|
|
50
|
-
.nav.nav-tabs .nav-item .active.nav-link:before {
|
|
51
|
-
content: "";
|
|
52
|
-
width: 100%;
|
|
53
|
-
height: 2px;
|
|
54
|
-
/*background-color: #ffc107;*/
|
|
55
|
-
background-color: var(--s-primary);
|
|
56
|
-
position: absolute;
|
|
57
|
-
bottom: 0;
|
|
58
|
-
left: 50%;
|
|
59
|
-
transform: translateX(-50%);
|
|
60
|
-
}
|
|
61
|
-
|
|
62
62
|
.single-mobile-req{
|
|
63
63
|
border: 1px solid #eeeeee;
|
|
64
64
|
border-radius: 0.25rem;
|
package/dist/library.js
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
3
5
|
var Axios = require('axios');
|
|
4
6
|
var NProgress = require('nprogress');
|
|
5
7
|
var vue = require('vue');
|
|
@@ -3371,18 +3373,9 @@ script.render = render;
|
|
|
3371
3373
|
script.__scopeId = "data-v-3628b6a6";
|
|
3372
3374
|
script.__file = "src/views/ShTabs.vue";
|
|
3373
3375
|
|
|
3374
|
-
|
|
3375
|
-
|
|
3376
|
-
|
|
3377
|
-
|
|
3378
|
-
|
|
3379
|
-
|
|
3380
|
-
ShTable: script$1,
|
|
3381
|
-
ShTabs: script
|
|
3382
|
-
});
|
|
3383
|
-
|
|
3384
|
-
if (typeof Vue !== 'undefined') {
|
|
3385
|
-
for (const name in components) {
|
|
3386
|
-
Vue.component(name, components[name]);
|
|
3387
|
-
}
|
|
3388
|
-
}
|
|
3376
|
+
exports.ShCanvas = script$4;
|
|
3377
|
+
exports.ShForm = script$5;
|
|
3378
|
+
exports.ShModal = script$3;
|
|
3379
|
+
exports.ShPhone = script$6;
|
|
3380
|
+
exports.ShTable = script$1;
|
|
3381
|
+
exports.ShTabs = script;
|
package/dist/library.mjs
CHANGED
|
@@ -3362,18 +3362,4 @@ script.render = render;
|
|
|
3362
3362
|
script.__scopeId = "data-v-3628b6a6";
|
|
3363
3363
|
script.__file = "src/views/ShTabs.vue";
|
|
3364
3364
|
|
|
3365
|
-
|
|
3366
|
-
__proto__: null,
|
|
3367
|
-
ShForm: script$5,
|
|
3368
|
-
ShCanvas: script$4,
|
|
3369
|
-
ShModal: script$3,
|
|
3370
|
-
ShPhone: script$6,
|
|
3371
|
-
ShTable: script$1,
|
|
3372
|
-
ShTabs: script
|
|
3373
|
-
});
|
|
3374
|
-
|
|
3375
|
-
if (typeof Vue !== 'undefined') {
|
|
3376
|
-
for (const name in components) {
|
|
3377
|
-
Vue.component(name, components[name]);
|
|
3378
|
-
}
|
|
3379
|
-
}
|
|
3365
|
+
export { script$4 as ShCanvas, script$5 as ShForm, script$3 as ShModal, script$6 as ShPhone, script$1 as ShTable, script as ShTabs };
|