@iankibetsh/shframework 1.6.2 → 1.6.4
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 +42 -42
- package/dist/library.js +296 -187
- package/dist/library.mjs +282 -175
- package/package.json +1 -1
|
@@ -31,38 +31,6 @@
|
|
|
31
31
|
opacity: 0.5;
|
|
32
32
|
}
|
|
33
33
|
|
|
34
|
-
.colored-toast.swal2-icon-success {
|
|
35
|
-
background-color: #a5dc86 !important;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
.colored-toast.swal2-icon-error {
|
|
39
|
-
background-color: #f27474 !important;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
.colored-toast.swal2-icon-warning {
|
|
43
|
-
background-color: #f8bb86 !important;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
.colored-toast.swal2-icon-info {
|
|
47
|
-
background-color: #3fc3ee !important;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
.colored-toast.swal2-icon-question {
|
|
51
|
-
background-color: #87adbd !important;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
.colored-toast .swal2-title {
|
|
55
|
-
color: white;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
.colored-toast .swal2-close {
|
|
59
|
-
color: white;
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
.colored-toast .swal2-html-container {
|
|
63
|
-
color: white;
|
|
64
|
-
}
|
|
65
|
-
|
|
66
34
|
.permissions-main {
|
|
67
35
|
background: #edeff2;
|
|
68
36
|
}
|
|
@@ -95,19 +63,36 @@
|
|
|
95
63
|
flex-grow: 1;
|
|
96
64
|
}
|
|
97
65
|
|
|
98
|
-
.
|
|
99
|
-
|
|
66
|
+
.colored-toast.swal2-icon-success {
|
|
67
|
+
background-color: #a5dc86 !important;
|
|
100
68
|
}
|
|
101
|
-
|
|
102
|
-
|
|
69
|
+
|
|
70
|
+
.colored-toast.swal2-icon-error {
|
|
71
|
+
background-color: #f27474 !important;
|
|
103
72
|
}
|
|
104
|
-
|
|
105
|
-
|
|
73
|
+
|
|
74
|
+
.colored-toast.swal2-icon-warning {
|
|
75
|
+
background-color: #f8bb86 !important;
|
|
106
76
|
}
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
77
|
+
|
|
78
|
+
.colored-toast.swal2-icon-info {
|
|
79
|
+
background-color: #3fc3ee !important;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.colored-toast.swal2-icon-question {
|
|
83
|
+
background-color: #87adbd !important;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
.colored-toast .swal2-title {
|
|
87
|
+
color: white;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
.colored-toast .swal2-close {
|
|
91
|
+
color: white;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
.colored-toast .swal2-html-container {
|
|
95
|
+
color: white;
|
|
111
96
|
}
|
|
112
97
|
|
|
113
98
|
:root {
|
|
@@ -131,6 +116,21 @@
|
|
|
131
116
|
}
|
|
132
117
|
}
|
|
133
118
|
|
|
119
|
+
.sh-selected-item{
|
|
120
|
+
line-height: unset!important;
|
|
121
|
+
}
|
|
122
|
+
.sh-suggestion-input{
|
|
123
|
+
padding: 0.375rem 0.75rem;
|
|
124
|
+
}
|
|
125
|
+
.sh-suggest{
|
|
126
|
+
margin-bottom: 1rem;
|
|
127
|
+
}
|
|
128
|
+
.sh-suggest-control::after{
|
|
129
|
+
margin-top: auto;
|
|
130
|
+
margin-bottom: auto;
|
|
131
|
+
margin-right: 0.255em;
|
|
132
|
+
}
|
|
133
|
+
|
|
134
134
|
.sh-forgot-link, .sh-register-link{
|
|
135
135
|
cursor: pointer;
|
|
136
136
|
}
|