ode-bootstrap 1.1.4-feat-produit.202306051650 → 1.1.4-feat-explorer.202306051652
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/README.md +44 -63
- package/assets/fonts/fa/fa-brands-400.ttf +0 -0
- package/assets/fonts/fa/fa-brands-400.woff2 +0 -0
- package/assets/fonts/fa/fa-regular-400.ttf +0 -0
- package/assets/fonts/fa/fa-regular-400.woff2 +0 -0
- package/assets/fonts/fa/fa-solid-900.ttf +0 -0
- package/assets/fonts/fa/fa-solid-900.woff2 +0 -0
- package/assets/fonts/fa/fa-v4compatibility.ttf +0 -0
- package/assets/fonts/fa/fa-v4compatibility.woff2 +0 -0
- package/assets/icons/apps.svg +468 -0
- package/assets/images/emptyscreen/illu-blog.svg +1 -0
- package/assets/images/emptyscreen/illu-collaborativeeditor.svg +1 -0
- package/assets/images/emptyscreen/illu-collaborativewall.svg +1 -0
- package/assets/images/emptyscreen/illu-exercizer.svg +1 -0
- package/assets/images/emptyscreen/illu-mindmap.svg +1 -0
- package/assets/images/emptyscreen/illu-noContentInFolder.svg +31 -0
- package/assets/images/emptyscreen/illu-scrapbook.svg +1 -0
- package/assets/images/emptyscreen/illu-search.svg +1 -0
- package/assets/images/emptyscreen/illu-timelinegenerator.svg +1 -0
- package/assets/images/emptyscreen/illu-trash.svg +1 -0
- package/assets/images/image-library.png +0 -0
- package/assets/images/no-avatar.svg +14 -0
- package/assets/images/onboarding/corbeille-delete.svg +22 -0
- package/assets/images/onboarding/corbeille-menu.svg +43 -0
- package/assets/images/onboarding/corbeille-notif.svg +12 -0
- package/assets/images/screen-loading.gif +0 -0
- package/assets/js/theme.js +3 -3
- package/dist/icons/apps.svg +468 -0
- package/dist/images/emptyscreen/illu-blog.svg +1 -0
- package/dist/images/emptyscreen/illu-collaborativeeditor.svg +1 -0
- package/dist/images/emptyscreen/illu-collaborativewall.svg +1 -0
- package/dist/images/emptyscreen/illu-exercizer.svg +1 -0
- package/dist/images/emptyscreen/illu-mindmap.svg +1 -0
- package/dist/images/emptyscreen/illu-noContentInFolder.svg +31 -0
- package/dist/images/emptyscreen/illu-scrapbook.svg +1 -0
- package/dist/images/emptyscreen/illu-search.svg +1 -0
- package/dist/images/emptyscreen/illu-timelinegenerator.svg +1 -0
- package/dist/images/emptyscreen/illu-trash.svg +1 -0
- package/dist/images/image-library.png +0 -0
- package/dist/images/image-placeholder.png +0 -0
- package/dist/images/no-avatar.svg +14 -0
- package/dist/images/onboarding/corbeille-delete.svg +22 -0
- package/dist/images/onboarding/corbeille-menu.svg +43 -0
- package/dist/images/onboarding/corbeille-notif.svg +12 -0
- package/dist/images/screen-loading.gif +0 -0
- package/dist/version.txt +1 -1
- package/package.json +25 -25
- package/scss/components/_.scss +26 -10
- package/scss/components/_actionbar.scss +25 -0
- package/scss/components/_alert.scss +82 -0
- package/scss/components/_app-card.scss +67 -0
- package/scss/components/_avatar.scss +122 -51
- package/scss/components/_buttons.scss +203 -60
- package/scss/components/_card.scss +132 -0
- package/scss/components/_container-advanced.scss +109 -109
- package/scss/components/_dragndrop.scss +19 -16
- package/scss/components/_dropdown.scss +82 -0
- package/scss/components/_emptyscreen.scss +11 -47
- package/scss/components/_explorer.scss +29 -31
- package/scss/components/_feed.scss +166 -166
- package/scss/components/_filters.scss +58 -58
- package/scss/components/_form-control.scss +69 -0
- package/scss/components/_form-label.scss +32 -0
- package/scss/components/_form-text.scss +12 -0
- package/scss/components/_header.scss +8 -0
- package/scss/components/_help.scss +82 -0
- package/scss/components/_image-picker.scss +40 -0
- package/scss/components/_input-group.scss +17 -0
- package/scss/components/_loader.scss +17 -0
- package/scss/components/_loading-screen.scss +7 -0
- package/scss/components/_media-library.scss +18 -18
- package/scss/components/_modal.scss +111 -19
- package/scss/components/_popover.scss +61 -101
- package/scss/components/_select-list.scss +44 -0
- package/scss/components/_spinner.scss +10 -0
- package/scss/components/_sticky-toolbox.scss +130 -140
- package/scss/components/_table-explorer.scss +29 -0
- package/scss/components/_table-lists.scss +119 -122
- package/scss/components/_tables.scss +1 -1
- package/scss/components/_toast.scss +39 -36
- package/scss/components/_treeview.scss +61 -0
- package/scss/components/_validate-mail.scss +5 -0
- package/scss/components/widget/_applications.scss +44 -44
- package/scss/components/widget/_base.scss +105 -105
- package/scss/components/widget/_bookmarks.scss +14 -16
- package/scss/components/widget/_calendar.scss +49 -49
- package/scss/components/widget/_dashboard.scss +88 -89
- package/scss/components/widget/_featured-news.scss +56 -57
- package/scss/components/widget/_flash.scss +84 -81
- package/scss/components/widget/_news.scss +26 -26
- package/scss/components/widget/_recently-viewed.scss +48 -48
- package/scss/components/widget/_record.scss +47 -51
- package/scss/components/widget/_rss.scss +24 -24
- package/scss/components/widget/_school.scss +84 -78
- package/scss/index.scss +3 -12
- package/scss/mixins/_.scss +4 -4
- package/scss/mixins/_align.scss +3 -3
- package/scss/mixins/_avatar.scss +5 -5
- package/scss/mixins/_icon.scss +52 -52
- package/scss/mixins/_layer.scss +23 -26
- package/scss/mixins/_shape.scss +5 -7
- package/scss/mixins/_text-truncate.scss +2 -2
- package/scss/mixins/_transition.scss +37 -34
- package/scss/tokens/_.scss +4 -0
- package/scss/tokens/_display.scss +9 -0
- package/scss/tokens/_icons.scss +118 -0
- package/scss/tokens/_shadows.scss +19 -0
- package/scss/tokens/_type.scss +85 -0
- package/scss/utilities/_.scss +3 -0
- package/scss/utilities/_animation.scss +8 -0
- package/scss/utilities/_containers.scss +37 -0
- package/scss/utilities/_custom-utilities.scss +96 -0
- package/scss/variables/_.scss +6 -2
- package/scss/variables/_bootstrap.scss +234 -0
- package/scss/variables/_colors.scss +143 -41
- package/scss/variables/_icons.scss +52 -48
- package/scss/variables/_options.scss +2 -0
- package/scss/variables/_type.scss +37 -0
- package/scss/vendors/_.scss +3 -0
- package/scss/vendors/_bootstrap.scss +43 -0
- package/scss/vendors/_reboot.scss +28 -0
- package/scss/vendors/_swiper.scss +10 -0
- package/assets/fonts/fa/fa-brands-400.eot +0 -0
- package/assets/fonts/fa/fa-brands-400.svg +0 -3717
- package/assets/fonts/fa/fa-brands-400.woff +0 -0
- package/assets/fonts/fa/fa-regular-400.eot +0 -0
- package/assets/fonts/fa/fa-regular-400.svg +0 -801
- package/assets/fonts/fa/fa-regular-400.woff +0 -0
- package/assets/fonts/fa/fa-solid-900.eot +0 -0
- package/assets/fonts/fa/fa-solid-900.svg +0 -5034
- package/assets/fonts/fa/fa-solid-900.woff +0 -0
- package/scss/_bootstrap.scss +0 -41
- package/scss/_custom-utilities.scss +0 -10
- package/scss/atoms/_.scss +0 -4
- package/scss/atoms/_display.scss +0 -17
- package/scss/atoms/_fonts.scss +0 -20
- package/scss/atoms/_icons.scss +0 -90
- package/scss/atoms/_typography.scss +0 -27
- package/scss/components/_alerts.scss +0 -30
- package/scss/components/_dropdowns.scss +0 -6
- package/scss/components/_forms.scss +0 -36
- package/scss/components/_tree-structure.scss +0 -143
- package/scss/variables/_variables-bootstrap.scss +0 -107
- package/scss/variables/_variables-ode.scss +0 -12
|
Binary file
|
package/scss/_bootstrap.scss
DELETED
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
@import "node_modules/bootstrap/scss/functions"; // Required
|
|
2
|
-
@import "node_modules/bootstrap/scss/variables"; // Required
|
|
3
|
-
@import "node_modules/bootstrap/scss/mixins"; // Required
|
|
4
|
-
@import "node_modules/bootstrap/scss/utilities"; // Required
|
|
5
|
-
@import "custom-utilities";
|
|
6
|
-
@import "node_modules/bootstrap/scss/root"; // Required
|
|
7
|
-
@import "node_modules/bootstrap/scss/reboot"; // Required
|
|
8
|
-
@import "node_modules/bootstrap/scss/type";
|
|
9
|
-
@import "node_modules/bootstrap/scss/images";
|
|
10
|
-
@import "node_modules/bootstrap/scss/containers";
|
|
11
|
-
@import "node_modules/bootstrap/scss/grid";
|
|
12
|
-
@import "node_modules/bootstrap/scss/tables";
|
|
13
|
-
@import "node_modules/bootstrap/scss/forms";
|
|
14
|
-
@import "node_modules/bootstrap/scss/buttons";
|
|
15
|
-
@import "node_modules/bootstrap/scss/transitions";
|
|
16
|
-
@import "node_modules/bootstrap/scss/dropdown";
|
|
17
|
-
@import "node_modules/bootstrap/scss/button-group";
|
|
18
|
-
@import "node_modules/bootstrap/scss/nav";
|
|
19
|
-
@import "node_modules/bootstrap/scss/navbar"; // Requires nav
|
|
20
|
-
@import "node_modules/bootstrap/scss/card";
|
|
21
|
-
@import "node_modules/bootstrap/scss/accordion";
|
|
22
|
-
@import "node_modules/bootstrap/scss/breadcrumb";
|
|
23
|
-
@import "node_modules/bootstrap/scss/pagination";
|
|
24
|
-
@import "node_modules/bootstrap/scss/badge";
|
|
25
|
-
@import "node_modules/bootstrap/scss/alert";
|
|
26
|
-
@import "node_modules/bootstrap/scss/progress";
|
|
27
|
-
@import "node_modules/bootstrap/scss/list-group";
|
|
28
|
-
@import "node_modules/bootstrap/scss/close";
|
|
29
|
-
@import "node_modules/bootstrap/scss/toasts";
|
|
30
|
-
@import "node_modules/bootstrap/scss/modal"; // Requires transitions
|
|
31
|
-
@import "node_modules/bootstrap/scss/tooltip";
|
|
32
|
-
@import "node_modules/bootstrap/scss/popover";
|
|
33
|
-
@import "node_modules/bootstrap/scss/carousel";
|
|
34
|
-
@import "node_modules/bootstrap/scss/spinners";
|
|
35
|
-
@import "node_modules/bootstrap/scss/offcanvas";
|
|
36
|
-
|
|
37
|
-
// Helpers
|
|
38
|
-
@import "node_modules/bootstrap/scss/helpers";
|
|
39
|
-
|
|
40
|
-
// Utilities
|
|
41
|
-
@import "node_modules/bootstrap/scss/utilities/api";
|
package/scss/atoms/_.scss
DELETED
package/scss/atoms/_display.scss
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
@include media-breakpoint-down(md) {
|
|
2
|
-
.d-mobile-none {
|
|
3
|
-
display: none !important;
|
|
4
|
-
}
|
|
5
|
-
.pe-mobile {
|
|
6
|
-
pointer-events: none;
|
|
7
|
-
}
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
@include media-breakpoint-up(md) {
|
|
11
|
-
.d-desktop-none {
|
|
12
|
-
display: none !important;
|
|
13
|
-
}
|
|
14
|
-
.pe-desktop {
|
|
15
|
-
pointer-events: none;
|
|
16
|
-
}
|
|
17
|
-
}
|
package/scss/atoms/_fonts.scss
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
/* Font Awesome */
|
|
2
|
-
|
|
3
|
-
@import "node_modules/@fortawesome/fontawesome-free/scss/fontawesome.scss";
|
|
4
|
-
@import "node_modules/@fortawesome/fontawesome-free/scss/solid.scss";
|
|
5
|
-
@import "node_modules/@fortawesome/fontawesome-free/scss/regular.scss";
|
|
6
|
-
@import "node_modules/@fortawesome/fontawesome-free/scss/brands.scss";
|
|
7
|
-
|
|
8
|
-
/* Generic Icons */
|
|
9
|
-
|
|
10
|
-
@font-face {
|
|
11
|
-
font-family: "generic-icons";
|
|
12
|
-
font-display: swap;
|
|
13
|
-
font-style: normal;
|
|
14
|
-
font-weight: normal;
|
|
15
|
-
src: url(#{$fonts-path}/generic-icons/generic-icons.woff);
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
html {
|
|
19
|
-
font-size: 62.5%;
|
|
20
|
-
}
|
package/scss/atoms/_icons.scss
DELETED
|
@@ -1,90 +0,0 @@
|
|
|
1
|
-
// Initialize good style and good font on all icons
|
|
2
|
-
[class*="ic-"] {
|
|
3
|
-
font-family: "generic-icons";
|
|
4
|
-
font-style: normal;
|
|
5
|
-
font-weight: 400;
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
// Icons list
|
|
9
|
-
.ic {
|
|
10
|
-
@each $icon, $data in $icons-interface {
|
|
11
|
-
&-#{$icon} {
|
|
12
|
-
&::before {
|
|
13
|
-
content: map-get($data, "glyph");
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
// Classes utilitaires par application
|
|
20
|
-
.color-app {
|
|
21
|
-
//applications
|
|
22
|
-
@each $app, $data in $icons-applications {
|
|
23
|
-
&-#{$app} {
|
|
24
|
-
color: map-get($data, "color");
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
//connectors
|
|
28
|
-
@each $app, $data in $icons-connectors {
|
|
29
|
-
&-#{$app} {
|
|
30
|
-
color: map-get($data, "color");
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
.bg-app {
|
|
36
|
-
//applications
|
|
37
|
-
@each $app, $data in $icons-applications {
|
|
38
|
-
&-#{$app} {
|
|
39
|
-
background-color: map-get($data, "color");
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
//connectors
|
|
43
|
-
@each $app, $data in $icons-connectors {
|
|
44
|
-
&-#{$app} {
|
|
45
|
-
background-color: map-get($data, "color");
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
.ic-app {
|
|
51
|
-
//applications
|
|
52
|
-
@each $app, $data in $icons-applications {
|
|
53
|
-
&-#{$app}, &-#{$app}-large {
|
|
54
|
-
&::before {
|
|
55
|
-
content: map-get($data, "glyph");
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
//connectors
|
|
60
|
-
@each $app, $data in $icons-connectors {
|
|
61
|
-
&-#{$app}, &-#{$app}-large {
|
|
62
|
-
&::before {
|
|
63
|
-
content: map-get($data, "glyph");
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
// Classes des icones pour les widgets
|
|
70
|
-
.ic-widget {
|
|
71
|
-
@each $app, $data in $icons-widgets {
|
|
72
|
-
&-#{$app}, &-#{$app}-large {
|
|
73
|
-
&::before {
|
|
74
|
-
content: map-get($data, "glyph");
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
}
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
// Classes des icones pour les humeurs
|
|
81
|
-
.ic-mood {
|
|
82
|
-
@each $mood, $data in $icons-mood {
|
|
83
|
-
&-#{$mood} {
|
|
84
|
-
&::before {
|
|
85
|
-
content: map-get($data, "glyph");
|
|
86
|
-
color: map-get($data, "color");
|
|
87
|
-
}
|
|
88
|
-
}
|
|
89
|
-
}
|
|
90
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
.link,
|
|
2
|
-
.link a {
|
|
3
|
-
|
|
4
|
-
@include color-to($primary);
|
|
5
|
-
|
|
6
|
-
font-weight: 400;
|
|
7
|
-
color: $third;
|
|
8
|
-
text-decoration: none;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
.link-discret,
|
|
12
|
-
.link-discret a {
|
|
13
|
-
|
|
14
|
-
@include color-to($third);
|
|
15
|
-
|
|
16
|
-
font-weight: 400;
|
|
17
|
-
color: currentColor;
|
|
18
|
-
text-decoration: none;
|
|
19
|
-
cursor: pointer;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
.subtitle {
|
|
23
|
-
font-size: 1.4rem;
|
|
24
|
-
font-weight: 700;
|
|
25
|
-
text-transform: uppercase;
|
|
26
|
-
// cursor: pointer;
|
|
27
|
-
}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
.alert {
|
|
2
|
-
display: flex;
|
|
3
|
-
align-items: center;
|
|
4
|
-
|
|
5
|
-
i {
|
|
6
|
-
display: flex;
|
|
7
|
-
flex: none;
|
|
8
|
-
align-items: center;
|
|
9
|
-
justify-content: center;
|
|
10
|
-
width: 50px;
|
|
11
|
-
font-size: 2rem;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
&.alert-dismissible .btn-close {
|
|
15
|
-
font-size: 1rem;
|
|
16
|
-
opacity: 0.25;
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
.feedback {
|
|
21
|
-
.alert {
|
|
22
|
-
position: fixed;
|
|
23
|
-
top: 75px;
|
|
24
|
-
right: 10px;
|
|
25
|
-
width: 350px;
|
|
26
|
-
font-size: 1.4rem;
|
|
27
|
-
border-width: 1px;
|
|
28
|
-
box-shadow: 3px 2px 5px rgba($gray-700, 0.15);
|
|
29
|
-
}
|
|
30
|
-
}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
$input-placeholder-color: #B0B0B0;
|
|
2
|
-
|
|
3
|
-
.input-group {
|
|
4
|
-
.btn {
|
|
5
|
-
box-shadow: none !important;
|
|
6
|
-
}
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
.form-control {
|
|
10
|
-
padding: 1.2rem 1.6rem;
|
|
11
|
-
|
|
12
|
-
@include media-breakpoint-up(xl) {
|
|
13
|
-
font-size: 1.6rem;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
&::placeholder {
|
|
17
|
-
font-style: italic;
|
|
18
|
-
color: $input-placeholder-color;
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
.input-searchbar {
|
|
23
|
-
position: relative;
|
|
24
|
-
|
|
25
|
-
.ic-search {
|
|
26
|
-
position: absolute;
|
|
27
|
-
top: 50%;
|
|
28
|
-
left: 1.5rem;
|
|
29
|
-
transform: translateY(-50%);
|
|
30
|
-
color: $gray-500;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
.ic-search + input {
|
|
34
|
-
padding-left: 40px;
|
|
35
|
-
}
|
|
36
|
-
}
|
|
@@ -1,143 +0,0 @@
|
|
|
1
|
-
/* VARIABLES */
|
|
2
|
-
$tree-structure-width: 250px;
|
|
3
|
-
|
|
4
|
-
/* COMPONENT */
|
|
5
|
-
|
|
6
|
-
/* aside */.tree-structure {
|
|
7
|
-
width: $tree-structure-width;
|
|
8
|
-
padding: 15px;
|
|
9
|
-
font-size: 1.4rem;
|
|
10
|
-
font-weight: bold;
|
|
11
|
-
color: $gray-600;
|
|
12
|
-
background-color: rgba($white, 0.7);
|
|
13
|
-
box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.05);
|
|
14
|
-
|
|
15
|
-
&-title {
|
|
16
|
-
margin-bottom: 20px;
|
|
17
|
-
font-size: 2.4rem;
|
|
18
|
-
font-weight: bold;
|
|
19
|
-
color: $secondary;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
&-tree {
|
|
23
|
-
max-height: calc(100vh - 220px);
|
|
24
|
-
padding-right: 5px;
|
|
25
|
-
padding-left: 0;
|
|
26
|
-
margin-left: 0;
|
|
27
|
-
overflow-y: auto;
|
|
28
|
-
scrollbar-width: thin;
|
|
29
|
-
scrollbar-color: $gray-500 $gray-200;
|
|
30
|
-
|
|
31
|
-
ul {
|
|
32
|
-
padding-left: 10px;
|
|
33
|
-
margin-left: 0;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
li {
|
|
37
|
-
list-style-type: none;
|
|
38
|
-
|
|
39
|
-
input[type="checkbox"] {
|
|
40
|
-
position: absolute;
|
|
41
|
-
margin: 6px 10px;
|
|
42
|
-
cursor: pointer;
|
|
43
|
-
opacity: 0;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
label {
|
|
47
|
-
display: block;
|
|
48
|
-
|
|
49
|
-
a::before {
|
|
50
|
-
margin-right: 5px;
|
|
51
|
-
font-family: "FontAwesome";
|
|
52
|
-
content: "\f105";
|
|
53
|
-
}
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
input ~ ul {
|
|
57
|
-
display: none;
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
input:checked {
|
|
61
|
-
& ~ ul {
|
|
62
|
-
display: block;
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
& ~ label a::before {
|
|
66
|
-
content: "\f107";
|
|
67
|
-
}
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
a {
|
|
71
|
-
display: block;
|
|
72
|
-
padding: 7px 15px;
|
|
73
|
-
margin: 5px 0;
|
|
74
|
-
line-height: 1.2;
|
|
75
|
-
color: $gray-600;
|
|
76
|
-
border-radius: $border-radius;
|
|
77
|
-
|
|
78
|
-
@extend .transition-hover-slow;
|
|
79
|
-
|
|
80
|
-
&:hover {
|
|
81
|
-
color: $secondary;
|
|
82
|
-
text-decoration: none;
|
|
83
|
-
background-color: rgba($secondary, 0.075);
|
|
84
|
-
|
|
85
|
-
@extend .transition-hover-fast;
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
&.active,
|
|
89
|
-
&:active {
|
|
90
|
-
color: $secondary;
|
|
91
|
-
background-color: rgba($secondary, 0.2);
|
|
92
|
-
}
|
|
93
|
-
}
|
|
94
|
-
}
|
|
95
|
-
}
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
.tree-structure-left {
|
|
99
|
-
border-radius: $border-radius 0 0 $border-radius;
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
.tree-structure-right {
|
|
103
|
-
border-radius: 0 $border-radius $border-radius 0;
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
.tree-structure + .main-content {
|
|
107
|
-
width: calc(100% - #{$tree-structure-width});
|
|
108
|
-
border-radius: 0 $border-radius $border-radius 0;
|
|
109
|
-
box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
.tree-structure.offcanvas {
|
|
113
|
-
background-color: rgba($white, 0.95);
|
|
114
|
-
|
|
115
|
-
.tree-structure-tree {
|
|
116
|
-
max-height: calc(100vh - 130px);
|
|
117
|
-
}
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
@include media-breakpoint-down(lg) {
|
|
121
|
-
.tree-structure {
|
|
122
|
-
display: none;
|
|
123
|
-
width: 400px;
|
|
124
|
-
background-color: $white;
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
.tree-structure.tree-structure-mobile {
|
|
128
|
-
display: block;
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
.tree-structure + .main-content {
|
|
132
|
-
width: 100%;
|
|
133
|
-
border-radius: $border-radius;
|
|
134
|
-
}
|
|
135
|
-
}
|
|
136
|
-
|
|
137
|
-
// tree-structure in modal
|
|
138
|
-
.modal {
|
|
139
|
-
.tree-structure {
|
|
140
|
-
padding: 15px 0;
|
|
141
|
-
box-shadow: none;
|
|
142
|
-
}
|
|
143
|
-
}
|
|
@@ -1,107 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
Personnalisation de certains paramètres de boostrap
|
|
3
|
-
Ajouter l'option !default pour permettre la surcharge depuis les thèmes
|
|
4
|
-
Ref : https://github.com/twbs/bootstrap/blob/main/scss/_variables.scss
|
|
5
|
-
*/
|
|
6
|
-
// Body
|
|
7
|
-
$body-bg: $gray-100 !default;
|
|
8
|
-
$body-color: $gray-700 !default;
|
|
9
|
-
|
|
10
|
-
$text-light: $gray-300 !default;
|
|
11
|
-
$text-lightest: $white !default;
|
|
12
|
-
$text-color: $gray-800 !default;
|
|
13
|
-
|
|
14
|
-
$link-decoration: none !default;
|
|
15
|
-
|
|
16
|
-
// The contrast ratio to reach against white, to determine if color changes from "light" to "dark". Acceptable values for WCAG 2.0 are 3, 4.5 and 7.
|
|
17
|
-
// See https://www.w3.org/TR/WCAG20/#visual-audio-contrast-contrast
|
|
18
|
-
$min-contrast-ratio: 1.75 !default;
|
|
19
|
-
|
|
20
|
-
// Grid breakpoints
|
|
21
|
-
$grid-breakpoints: (
|
|
22
|
-
xxs: 0,
|
|
23
|
-
xs: 360px,
|
|
24
|
-
sm: 576px,
|
|
25
|
-
md: 768px,
|
|
26
|
-
lg: 992px,
|
|
27
|
-
xl: 1200px,
|
|
28
|
-
xxl: 1400px,
|
|
29
|
-
) !default;
|
|
30
|
-
|
|
31
|
-
// Components
|
|
32
|
-
$border-radius-sm: 6px !default;
|
|
33
|
-
$border-radius: 6px !default;
|
|
34
|
-
$border-radius-lg: 10px !default;
|
|
35
|
-
|
|
36
|
-
// Typography
|
|
37
|
-
$font-family-sans-serif: "Roboto", sans-serif !default;
|
|
38
|
-
$font-size-base: 1.4rem !default;
|
|
39
|
-
$line-height-base: 1.6 !default;
|
|
40
|
-
$small-font-size: 1.2rem !default;
|
|
41
|
-
|
|
42
|
-
// Forms
|
|
43
|
-
$input-border-color: $gray-300 !default;
|
|
44
|
-
$input-focus-border-color: $secondary !default;
|
|
45
|
-
$input-btn-padding-x: 1rem !default;
|
|
46
|
-
$form-floating-padding-x: 1rem !default;
|
|
47
|
-
$form-floating-padding-y: 1.25rem !default;
|
|
48
|
-
$form-floating-height: 5rem !default;
|
|
49
|
-
$form-floating-input-padding-t: 1.75rem !default;
|
|
50
|
-
$form-floating-input-padding-b: 0.5rem !default;
|
|
51
|
-
|
|
52
|
-
// Dropdowns
|
|
53
|
-
$dropdown-link-color: $gray-700 !default;
|
|
54
|
-
$dropdown-link-hover-color: darken($gray-900, 5%) !default;
|
|
55
|
-
$dropdown-link-hover-bg: rgba($secondary, 0.1) !default;
|
|
56
|
-
|
|
57
|
-
// Image thumbnails
|
|
58
|
-
$thumbnail-bg: $white !default;
|
|
59
|
-
|
|
60
|
-
// Cards
|
|
61
|
-
$card-spacer-y: 25px !default;
|
|
62
|
-
$card-spacer-x: 35px !default;
|
|
63
|
-
$card-min-height: 110px !default;
|
|
64
|
-
$card-width: 265px !default;
|
|
65
|
-
|
|
66
|
-
// Modals
|
|
67
|
-
$modal-backdrop-bg: $gray-800 !default;
|
|
68
|
-
$modal-backdrop-opacity: 0.65 !default;
|
|
69
|
-
$modal-footer-border-width: 0 !default;
|
|
70
|
-
$modal-header-border-width: 0 !default;
|
|
71
|
-
$modal-inner-padding: 1.5rem !default;
|
|
72
|
-
$modal-content-border-width: 0 !default;
|
|
73
|
-
|
|
74
|
-
// Offcanvas
|
|
75
|
-
$offcanvas-padding-y: 1rem !default;
|
|
76
|
-
$offcanvas-padding-x: 1rem !default;
|
|
77
|
-
$offcanvas-vertical-height: auto !default;
|
|
78
|
-
|
|
79
|
-
// Image thumbnails
|
|
80
|
-
$thumbnail-bg: $white !default;
|
|
81
|
-
$thumbnail-padding: .5rem!default;
|
|
82
|
-
|
|
83
|
-
// Toast
|
|
84
|
-
$toast-font-size: 1.4rem !default;
|
|
85
|
-
$toast-padding-y: 15px !default;
|
|
86
|
-
$toast-padding-x: 20px !default;
|
|
87
|
-
$toast-background-color: #fff !default;
|
|
88
|
-
$toast-header-background-color: #fff !default;
|
|
89
|
-
$toast-max-width: 450px !default;
|
|
90
|
-
|
|
91
|
-
// Table
|
|
92
|
-
$table-color: $gray-700 !default;
|
|
93
|
-
$table-striped-bg: rgba($gray-100, .25) !default;
|
|
94
|
-
$table-border-color: $gray-100 !default;
|
|
95
|
-
$table-cell-padding-y: 0.75rem !default;
|
|
96
|
-
$table-cell-padding-x: 0.75rem !default;
|
|
97
|
-
$table-cell-padding-y-sm: .5rem !default;
|
|
98
|
-
$table-cell-padding-x-sm: .5rem !default;
|
|
99
|
-
$table-hover-bg: $gray-100 !default;
|
|
100
|
-
|
|
101
|
-
// Tabs
|
|
102
|
-
$nav-link-color: $secondary !default;
|
|
103
|
-
$nav-tabs-link-active-bg: $white !default;
|
|
104
|
-
$nav-tabs-link-active-color: $gray-600 !default;
|
|
105
|
-
|
|
106
|
-
// Z-index
|
|
107
|
-
$zindex-offcanvas: 1050 !default;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
//Variables propres au framework ode-bootstrap
|
|
2
|
-
|
|
3
|
-
// COLOR // shadow // A Garder ou unifier avec les var $box-shadow ?
|
|
4
|
-
$shadow-lightest: rgba(#000, 0.1);
|
|
5
|
-
$shadow-light: rgba(#000, 0.3);
|
|
6
|
-
$shadow: rgba(#000, 0.6);
|
|
7
|
-
$shadow-dark: rgba(#000, 0.8);
|
|
8
|
-
|
|
9
|
-
// FONT PATHS
|
|
10
|
-
$fonts-path: "fonts" !default;
|
|
11
|
-
$fa-font-path: "#{$fonts-path}/fa" !default;
|
|
12
|
-
$dyslexic-font-path: "#{$fonts-path}/dyslexic" !default;
|