ode-bootstrap 1.3.1 → 1.3.2-develop.202405241240
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/assets/icons/apps.svg +3 -0
- package/dist/icons/apps.svg +3 -0
- package/dist/version.txt +1 -1
- package/package.json +2 -2
- package/scss/components/_.scss +0 -1
- package/scss/variables/_icons.scss +13 -1
- package/scss/components/_help.scss +0 -82
package/assets/icons/apps.svg
CHANGED
|
@@ -464,5 +464,8 @@
|
|
|
464
464
|
<title>workspace</title>
|
|
465
465
|
<path d="M23.399 8.932v9.648q0 1.256-0.909 2.164t-2.164 0.909h-16.662q-1.256 0-2.164-0.909t-0.909-2.164v-13.15q0-1.256 0.919-2.164t2.164-0.919h4.39q1.256 0 2.164 0.919t0.909 2.164v0.439h9.199q1.256 0 2.164 0.909t0.909 2.154z"></path>
|
|
466
466
|
</symbol>
|
|
467
|
+
<symbol id="edumalin" viewBox="0 0 24 24">
|
|
468
|
+
<path d="M37.13 3.354v-3.354h-14.963v12.896h-0.833v-10.299h-14.963v7.193l-6.372 0.726 6.372 2.808v4.236h9.798v10.303h4.909l-1.543 4.137 5.348-4.137h6.25v-12.9h5.997v-7.48l5.161-4.129h-5.161z"></path>
|
|
469
|
+
</symbol>
|
|
467
470
|
</defs>
|
|
468
471
|
</svg>
|
package/dist/icons/apps.svg
CHANGED
|
@@ -464,5 +464,8 @@
|
|
|
464
464
|
<title>workspace</title>
|
|
465
465
|
<path d="M23.399 8.932v9.648q0 1.256-0.909 2.164t-2.164 0.909h-16.662q-1.256 0-2.164-0.909t-0.909-2.164v-13.15q0-1.256 0.919-2.164t2.164-0.919h4.39q1.256 0 2.164 0.919t0.909 2.164v0.439h9.199q1.256 0 2.164 0.909t0.909 2.154z"></path>
|
|
466
466
|
</symbol>
|
|
467
|
+
<symbol id="edumalin" viewBox="0 0 24 24">
|
|
468
|
+
<path d="M37.13 3.354v-3.354h-14.963v12.896h-0.833v-10.299h-14.963v7.193l-6.372 0.726 6.372 2.808v4.236h9.798v10.303h4.909l-1.543 4.137 5.348-4.137h6.25v-12.9h5.997v-7.48l5.161-4.129h-5.161z"></path>
|
|
469
|
+
</symbol>
|
|
467
470
|
</defs>
|
|
468
471
|
</svg>
|
package/dist/version.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
ode-bootstrap
|
|
1
|
+
ode-bootstrap 24/05/2024 12:40:33
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ode-bootstrap",
|
|
3
|
-
"version": "1.3.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "1.3.2-develop.202405241240",
|
|
4
|
+
"description": "Open Digital Education CSS framework based on bootstrap",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "git+https://github.com/edificeio/ode-bootstrap.git"
|
package/scss/components/_.scss
CHANGED
|
@@ -33,7 +33,8 @@ $icons-interface: (
|
|
|
33
33
|
"users" : ( "glyph": "\e822"),
|
|
34
34
|
"share" : ( "glyph": "\e815"),
|
|
35
35
|
"view" : ( "glyph": "\e873"),
|
|
36
|
-
"warning" : ( "glyph": "\e903")
|
|
36
|
+
"warning" : ( "glyph": "\e903"),
|
|
37
|
+
"edumalin" : ( "glyph": "\e967")
|
|
37
38
|
) !default;
|
|
38
39
|
|
|
39
40
|
$icons-widgets: (
|
|
@@ -82,6 +83,9 @@ $icons-widgets: (
|
|
|
82
83
|
"signets": (
|
|
83
84
|
"glyph": "\e80c",
|
|
84
85
|
),
|
|
86
|
+
"edumalin": (
|
|
87
|
+
"glyph": "\e967",
|
|
88
|
+
),
|
|
85
89
|
) !default;
|
|
86
90
|
|
|
87
91
|
$icons-applications: (
|
|
@@ -345,6 +349,10 @@ $icons-applications: (
|
|
|
345
349
|
"color": $secondary,
|
|
346
350
|
"glyph": "",
|
|
347
351
|
),
|
|
352
|
+
"edumalin": (
|
|
353
|
+
"color": $blue,
|
|
354
|
+
"glyph": "\e967",
|
|
355
|
+
),
|
|
348
356
|
) !default;
|
|
349
357
|
|
|
350
358
|
$icons-connectors: (
|
|
@@ -624,6 +632,10 @@ $icons-connectors: (
|
|
|
624
632
|
"color": $blue,
|
|
625
633
|
"glyph": "\e88c",
|
|
626
634
|
),
|
|
635
|
+
"edumalin": (
|
|
636
|
+
"color": $blue,
|
|
637
|
+
"glyph": "\e967",
|
|
638
|
+
),
|
|
627
639
|
) !default;
|
|
628
640
|
|
|
629
641
|
$icons-mood: (
|
|
@@ -1,82 +0,0 @@
|
|
|
1
|
-
#help-modal {
|
|
2
|
-
.section {
|
|
3
|
-
grid-row: 1 / 1;
|
|
4
|
-
grid-column: 2 / 2;
|
|
5
|
-
background: #fff;
|
|
6
|
-
|
|
7
|
-
&:target {
|
|
8
|
-
display: block !important;
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
.modal-body {
|
|
13
|
-
padding-top: $spacer-48;
|
|
14
|
-
display: grid;
|
|
15
|
-
background: white;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
#TOC {
|
|
19
|
-
position: absolute;
|
|
20
|
-
top: 0;
|
|
21
|
-
z-index: 2;
|
|
22
|
-
left: 0;
|
|
23
|
-
right: 0;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
#TOC > #TOC-list {
|
|
27
|
-
/* display: none; */
|
|
28
|
-
position: absolute;
|
|
29
|
-
left: 0;
|
|
30
|
-
right: 0;
|
|
31
|
-
z-index: 1;
|
|
32
|
-
background-color: #fff;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
#TOC > .btn {
|
|
36
|
-
display: block;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
#TOC + p {
|
|
40
|
-
display: none;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
#TOC > #TOC-list {
|
|
44
|
-
list-style: none;
|
|
45
|
-
border-left: 5px solid #ff8500;
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
#TOC li {
|
|
49
|
-
display: block;
|
|
50
|
-
margin-block-start: 1em;
|
|
51
|
-
margin-block-end: 1em;
|
|
52
|
-
margin-inline-start: 0px;
|
|
53
|
-
margin-inline-end: 0px;
|
|
54
|
-
|
|
55
|
-
&:first-child {
|
|
56
|
-
margin-top: 0;
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
@include media-breakpoint-up(lg) {
|
|
61
|
-
#TOC {
|
|
62
|
-
position: relative;
|
|
63
|
-
|
|
64
|
-
> ul {
|
|
65
|
-
display: block;
|
|
66
|
-
}
|
|
67
|
-
> .btn {
|
|
68
|
-
display: none;
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
#TOC-list {
|
|
73
|
-
display: block !important;
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
.modal-body {
|
|
77
|
-
display: grid;
|
|
78
|
-
grid-template-columns: 10em 1fr;
|
|
79
|
-
gap: 3.2rem;
|
|
80
|
-
}
|
|
81
|
-
}
|
|
82
|
-
}
|