@iankibetsh/shframework 4.1.2 → 4.1.5

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.
@@ -32,35 +32,35 @@
32
32
  }
33
33
 
34
34
  .colored-toast.swal2-icon-success {
35
- background-color: #a5dc86 !important;
35
+ background-color: #a5dc86 !important;
36
36
  }
37
37
 
38
38
  .colored-toast.swal2-icon-error {
39
- background-color: #f27474 !important;
39
+ background-color: #f27474 !important;
40
40
  }
41
41
 
42
42
  .colored-toast.swal2-icon-warning {
43
- background-color: #f8bb86 !important;
43
+ background-color: #f8bb86 !important;
44
44
  }
45
45
 
46
46
  .colored-toast.swal2-icon-info {
47
- background-color: #3fc3ee !important;
47
+ background-color: #3fc3ee !important;
48
48
  }
49
49
 
50
50
  .colored-toast.swal2-icon-question {
51
- background-color: #87adbd !important;
51
+ background-color: #87adbd !important;
52
52
  }
53
53
 
54
54
  .colored-toast .swal2-title {
55
- color: white;
55
+ color: white;
56
56
  }
57
57
 
58
58
  .colored-toast .swal2-close {
59
- color: white;
59
+ color: white;
60
60
  }
61
61
 
62
62
  .colored-toast .swal2-html-container {
63
- color: white;
63
+ color: white;
64
64
  }
65
65
 
66
66
  .permissions-main {
@@ -110,6 +110,22 @@
110
110
  margin-right: 0.255em;
111
111
  }
112
112
 
113
+ .callout{
114
+ --bs-link-color-rgb: 110,168,254;
115
+ --bs-code-color: #e685b5;
116
+ padding: 1.25rem;
117
+ margin-top: 1.25rem;
118
+ margin-bottom: 1.25rem;
119
+ color: var(--bd-callout-color, inherit);
120
+ background-color: var(--bd-callout-bg, var(--bs-gray-100));
121
+ border-left: 0.25rem solid var(--bd-callout-border, var(--bs-gray-300));
122
+ }
123
+ .callout-info{
124
+ --bd-callout-color: var(--bs-info-text-emphasis);
125
+ --bd-callout-bg: var(--bs-info-bg-subtle);
126
+ --bd-callout-border: var(--bs-info-border-subtle);
127
+ }
128
+
113
129
  .sh-forgot-link, .sh-register-link{
114
130
  cursor: pointer;
115
131
  }