ode-csslib 4.0.1 → 4.0.3
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/index.css +10 -10
- package/dist/index.css.map +1 -1
- package/dist/version.txt +1 -1
- package/package.json +1 -1
- package/scss/specifics/_.scss +3 -0
- package/scss/specifics/calendar/_calendar.scss +5 -5
- package/scss/specifics/calendar/components/_edit-event.scss +4 -0
- package/scss/specifics/calendar/components/_index.scss +1 -1
- package/scss/specifics/calendar/components/calendar.scss +4 -0
- package/scss/specifics/competences/_competences.scss +13 -1
- package/scss/specifics/competences/components/_competences.scss +623 -597
- package/scss/specifics/competences/components/_materialize.scss +12 -0
- package/scss/specifics/competences/components/_slider.scss +6 -5
- package/scss/specifics/competences/sniplets/_services.scss +7 -4
- package/scss/specifics/competences/sniplets/_switch.scss +55 -0
- package/scss/specifics/crre/_crre.scss +1761 -0
- package/scss/specifics/crre/components/_dropdown-menu.scss +49 -0
- package/scss/specifics/crre/components/_index.scss +6 -0
- package/scss/specifics/crre/components/_loader.scss +55 -0
- package/scss/specifics/crre/components/_search-and-select.scss +129 -0
- package/scss/specifics/crre/components/_switch.scss +57 -0
- package/scss/specifics/crre/components/_tabs.scss +127 -0
- package/scss/specifics/crre/components/_toasts.scss +102 -0
- package/scss/specifics/crre/fragments/_index.scss +3 -0
- package/scss/specifics/crre/fragments/_responsive.scss +69 -0
- package/scss/specifics/crre/fragments/_status-circle.scss +108 -0
- package/scss/specifics/crre/fragments/_statusBar.scss +135 -0
- package/scss/specifics/formulaire/_formulaire.scss +37 -100
- package/scss/specifics/formulaire/components/_dominos.scss +9 -2
- package/scss/specifics/formulaire/components/_edit-form.scss +94 -17
- package/scss/specifics/formulaire/components/_icon.scss +28 -23
- package/scss/specifics/formulaire/components/_index.scss +11 -9
- package/scss/specifics/formulaire/components/_new-element.scss +2 -2
- package/scss/specifics/formulaire/components/_prop-form.scss +96 -0
- package/scss/specifics/formulaire/components/_respond-question.scss +19 -0
- package/scss/specifics/formulaire/components/_result-form.scss +5 -1
- package/scss/specifics/formulaire/components/_sortable.scss +5 -0
- package/scss/specifics/geogebra/_geogebra.scss +7 -1
- package/scss/specifics/geogebra/components/_toasts.scss +1 -17
- package/scss/specifics/lool-connector/_sniplet.scss +2 -2
- package/scss/specifics/magneto/_magneto.scss +41 -0
- package/scss/specifics/magneto/_mixins.scss +95 -0
- package/scss/specifics/magneto/components/_buttons.scss +12 -0
- package/scss/specifics/magneto/components/_icons.scss +187 -0
- package/scss/specifics/magneto/components/_index.scss +6 -0
- package/scss/specifics/magneto/components/_lightbox.scss +21 -0
- package/scss/specifics/magneto/components/_switch.scss +58 -0
- package/scss/specifics/magneto/components/containers/_board-read.scss +43 -0
- package/scss/specifics/magneto/components/containers/_board.scss +106 -0
- package/scss/specifics/magneto/components/containers/_boards.scss +155 -0
- package/scss/specifics/magneto/components/containers/_index.scss +3 -0
- package/scss/specifics/magneto/components/directives/_board-date.scss +11 -0
- package/scss/specifics/magneto/components/directives/_board-list-folder.scss +31 -0
- package/scss/specifics/magneto/components/directives/_board-list-item.scss +72 -0
- package/scss/specifics/magneto/components/directives/_board-list.scss +14 -0
- package/scss/specifics/magneto/components/directives/_board-manage-lightbox.scss +33 -0
- package/scss/specifics/magneto/components/directives/_board-nav.scss +101 -0
- package/scss/specifics/magneto/components/directives/_boards-publish-lightbox.scss +5 -0
- package/scss/specifics/magneto/components/directives/_card-collection-lightbox.scss +48 -0
- package/scss/specifics/magneto/components/directives/_card-display.scss +26 -0
- package/scss/specifics/magneto/components/directives/_card-duplicate-move-lightbox.scss +20 -0
- package/scss/specifics/magneto/components/directives/_card-list-item-options.scss +49 -0
- package/scss/specifics/magneto/components/directives/_card-list-item.scss +169 -0
- package/scss/specifics/magneto/components/directives/_card-list.scss +16 -0
- package/scss/specifics/magneto/components/directives/_card-manage-lightbox.scss +73 -0
- package/scss/specifics/magneto/components/directives/_card-move-lightbox.scss +20 -0
- package/scss/specifics/magneto/components/directives/_card-navbar.scss +37 -0
- package/scss/specifics/magneto/components/directives/_card-preview-image.scss +25 -0
- package/scss/specifics/magneto/components/directives/_folder-tree-nav.scss +58 -0
- package/scss/specifics/magneto/components/directives/_index.scss +19 -0
- package/scss/specifics/magneto/components/directives/_search-bar.scss +25 -0
- package/scss/specifics/magneto/components/directives/_toaster.scss +8 -0
- package/scss/specifics/magneto/generics/_index.scss +1 -0
- package/scss/specifics/magneto/generics/_loader.scss +55 -0
- package/scss/specifics/minetest/components/_index.scss +2 -1
- package/scss/specifics/minetest/components/_mixins.scss +3 -1
- package/scss/specifics/minetest/components/_switch.scss +58 -0
- package/scss/specifics/minetest/components/containers/_index.scss +4 -2
- package/scss/specifics/minetest/components/containers/current-world/_current-world.scss +7 -0
- package/scss/specifics/minetest/components/containers/follow-world/_follow-world.scss +27 -0
- package/scss/specifics/minetest/components/containers/follow-world/_index.scss +1 -0
- package/scss/specifics/minetest/components/containers/home/_home.scss +8 -1
- package/scss/specifics/minetest/components/containers/invitation-world/_index.scss +1 -0
- package/scss/specifics/minetest/components/containers/invitation-world/_invitation-world.scss +62 -0
- package/scss/specifics/minetest/components/containers/loader/_index.scss +1 -0
- package/scss/specifics/minetest/components/containers/loader/_loader.scss +55 -0
- package/scss/specifics/minetest/components/containers/properties-world/_properties-world.scss +6 -0
- package/scss/specifics/minetest/components/containers/share-world/_index.scss +1 -0
- package/scss/specifics/minetest/components/containers/share-world/_share-world.scss +25 -0
- package/scss/specifics/minibadge/_minibadge.scss +38 -0
- package/scss/specifics/minibadge/_mixins.scss +84 -0
- package/scss/specifics/minibadge/components/_badge.scss +156 -0
- package/scss/specifics/minibadge/components/_card.scss +88 -0
- package/scss/specifics/minibadge/components/_chart.scss +15 -0
- package/scss/specifics/minibadge/components/_container.scss +37 -0
- package/scss/specifics/minibadge/components/_empty-statement.scss +7 -0
- package/scss/specifics/minibadge/components/_given-array.scss +78 -0
- package/scss/specifics/minibadge/components/_icon.scss +114 -0
- package/scss/specifics/minibadge/components/_index.scss +16 -0
- package/scss/specifics/minibadge/components/_list.scss +19 -0
- package/scss/specifics/minibadge/components/_navbar.scss +41 -0
- package/scss/specifics/minibadge/components/_paging.scss +15 -0
- package/scss/specifics/minibadge/components/_periode-picker.scss +43 -0
- package/scss/specifics/minibadge/components/_search-input.scss +41 -0
- package/scss/specifics/minibadge/components/_search-results.scss +6 -0
- package/scss/specifics/minibadge/components/_selected-list.scss +17 -0
- package/scss/specifics/minibadge/components/_type.scss +80 -0
- package/scss/specifics/minibadge/components/_user-list.scss +42 -0
- package/scss/specifics/minibadge/containers/_badge-assign.scss +103 -0
- package/scss/specifics/minibadge/containers/_badge-given.scss +14 -0
- package/scss/specifics/minibadge/containers/_container.scss +27 -0
- package/scss/specifics/minibadge/containers/_index.scss +4 -0
- package/scss/specifics/minibadge/containers/_statistics.scss +132 -0
- package/scss/specifics/minibadge/generics/_checkox.scss +31 -0
- package/scss/specifics/minibadge/generics/_index.scss +2 -0
- package/scss/specifics/minibadge/generics/_switch.scss +51 -0
- package/scss/specifics/nextcloud/components/_index.scss +2 -1
- package/scss/specifics/nextcloud/components/sniplets/_index.scss +1 -0
- package/scss/specifics/nextcloud/components/sniplets/_nextcloud-content.scss +24 -0
- package/scss/specifics/nextcloud/components/toasts.scss +102 -0
- package/scss/specifics/presences/components/containers/_register.scss +15 -19
- package/scss/specifics/presences/components/containers/registry/_table.scss +2 -2
- package/scss/specifics/presences/components/material/_radio.scss +13 -13
- package/scss/specifics/presences/generic/_flex.scss +4 -3
- package/scss/specifics/ressource-aggregator/_ressource-aggregator.scss +22 -0
- package/scss/specifics/ressource-aggregator/components/_dominos.scss +4 -0
- package/scss/specifics/ressource-aggregator/components/_lightbox.scss +18 -0
- package/scss/specifics/ressource-aggregator/components/_resource-card.scss +6 -0
- package/scss/specifics/ressource-aggregator/components/_search.scss +4 -0
- package/scss/specifics/vie-scolaire/components/_grouping-create.scss +12 -0
- package/scss/specifics/vie-scolaire/components/_grouping-item.scss +50 -0
- package/scss/specifics/vie-scolaire/components/_grouping-list.scss +50 -0
- package/scss/specifics/vie-scolaire/components/_index.scss +3 -1
- package/scss/specifics/vie-scolaire/specifics/_icons.scss +11 -0
- package/scss/specifics/vie-scolaire/specifics/_viescolaire.scss +9 -0
- package/scss/specifics/web-conference/_web-conference.scss +44 -10
- package/scss/specifics/zimbra-connector/_conversation.scss +44 -14
- package/scss/specifics/minetest/components/containers/create-world/_create-world.scss +0 -0
- package/scss/specifics/minetest/components/containers/create-world/_index.scss +0 -1
- package/scss/specifics/minetest/components/containers/toggle-menu/_index.scss +0 -1
- package/scss/specifics/minetest/components/containers/toggle-menu/_toggle-menu.scss +0 -0
|
@@ -1,9 +1,11 @@
|
|
|
1
|
-
@import "
|
|
2
|
-
@import "
|
|
3
|
-
@import "
|
|
4
|
-
@import "
|
|
5
|
-
@import "
|
|
6
|
-
@import "
|
|
7
|
-
@import "
|
|
8
|
-
@import "
|
|
9
|
-
@import "
|
|
1
|
+
@import "dominos";
|
|
2
|
+
@import "edit-form";
|
|
3
|
+
@import "folder";
|
|
4
|
+
@import "icon";
|
|
5
|
+
@import "loader";
|
|
6
|
+
@import "new-element";
|
|
7
|
+
@import "progress-bar";
|
|
8
|
+
@import "prop-form";
|
|
9
|
+
@import "respond-question";
|
|
10
|
+
@import "result-form";
|
|
11
|
+
@import "sortable";
|
|
@@ -23,12 +23,12 @@
|
|
|
23
23
|
|
|
24
24
|
.dominos {
|
|
25
25
|
display: grid;
|
|
26
|
-
grid-template-columns: 1fr 1fr 1fr;
|
|
26
|
+
grid-template-columns: 1fr 1fr 1fr 1fr;
|
|
27
27
|
grid-row-gap: 5%;
|
|
28
28
|
margin: 2% 10% 7%;
|
|
29
29
|
|
|
30
30
|
@media screen and (max-width: $formulaire-screen-mobile) {
|
|
31
|
-
grid-template-columns: 1fr 1fr 1fr;
|
|
31
|
+
grid-template-columns: 1fr 1fr 1fr 1fr;
|
|
32
32
|
grid-row-gap: 5%;
|
|
33
33
|
overflow-y: scroll;
|
|
34
34
|
}
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
// Prop-form
|
|
2
|
+
|
|
3
|
+
.prop-form {
|
|
4
|
+
display: flex;
|
|
5
|
+
justify-content: center;
|
|
6
|
+
|
|
7
|
+
.item {
|
|
8
|
+
width: 60%;
|
|
9
|
+
@media screen and (max-width: $formulaire-screen-laptop) { width: 100%; }
|
|
10
|
+
|
|
11
|
+
.domino {
|
|
12
|
+
.picture {
|
|
13
|
+
&:hover {
|
|
14
|
+
cursor: pointer;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
image-select {
|
|
18
|
+
width: 100%;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.data {
|
|
23
|
+
padding: 10px 20px;
|
|
24
|
+
|
|
25
|
+
&-text {
|
|
26
|
+
.title {
|
|
27
|
+
font-weight: bold;
|
|
28
|
+
margin: 10px 0 5px 0;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.interval {
|
|
32
|
+
font-size: 12px;
|
|
33
|
+
@media screen and (max-width: $formulaire-screen-mobile) {
|
|
34
|
+
margin-left: 5px;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.opening { margin-right: 10px; }
|
|
38
|
+
|
|
39
|
+
input {
|
|
40
|
+
text-align: center;
|
|
41
|
+
@media screen and (max-width: $formulaire-screen-mobile) {
|
|
42
|
+
font-size: 10px;
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.public, .multiple, .editable, .anonymous, .notified, .collectData {
|
|
48
|
+
font-size: 12px;
|
|
49
|
+
display: flex;
|
|
50
|
+
align-items: baseline;
|
|
51
|
+
margin-bottom: 1%;
|
|
52
|
+
min-height: 24px;
|
|
53
|
+
|
|
54
|
+
.text {
|
|
55
|
+
display: flex;
|
|
56
|
+
flex-direction: column;
|
|
57
|
+
margin-left: 5px;
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
.subtext {
|
|
62
|
+
width: 100%;
|
|
63
|
+
|
|
64
|
+
.infos {
|
|
65
|
+
margin: 2% 2% 2% calc(25px + 2%);
|
|
66
|
+
width: 100%;
|
|
67
|
+
|
|
68
|
+
.goal input {
|
|
69
|
+
margin: 0;
|
|
70
|
+
font-size: 12px;
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
.description {
|
|
75
|
+
border: solid 1px $formulaire-grey;
|
|
76
|
+
padding: 2%;
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
&-bottom {
|
|
82
|
+
display: flex;
|
|
83
|
+
justify-content: flex-end;
|
|
84
|
+
align-items: flex-end;
|
|
85
|
+
@media screen and (max-width: $formulaire-screen-mobile) {
|
|
86
|
+
margin-top: 5%;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
&.date {
|
|
90
|
+
justify-content: space-between;
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
}
|
|
@@ -76,4 +76,23 @@
|
|
|
76
76
|
&-main {
|
|
77
77
|
|
|
78
78
|
}
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.matrix-table {
|
|
82
|
+
margin-top: 3%;
|
|
83
|
+
table-layout: fixed;
|
|
84
|
+
|
|
85
|
+
thead tr {
|
|
86
|
+
background: none;
|
|
87
|
+
color: inherit;
|
|
88
|
+
border-bottom: 1px solid $accent;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
thead th, tbody tr {
|
|
92
|
+
text-align: center;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
th:first-child, td:first-child {
|
|
96
|
+
border-right: 1px solid $accent;
|
|
97
|
+
}
|
|
79
98
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
body.geogebra
|
|
1
|
+
body.geogebra {
|
|
2
2
|
@import './components/index';
|
|
3
3
|
.ggbmenubarwrapper {
|
|
4
4
|
button{
|
|
@@ -13,4 +13,10 @@ body.geogebra section.main {
|
|
|
13
13
|
.box-shadow-button {
|
|
14
14
|
box-shadow: 2px 2px 3px grey;
|
|
15
15
|
}
|
|
16
|
+
.toaster-right {
|
|
17
|
+
float: right;
|
|
18
|
+
}
|
|
19
|
+
.top-index {
|
|
20
|
+
z-index: 10;
|
|
21
|
+
}
|
|
16
22
|
}
|
|
@@ -5,9 +5,8 @@
|
|
|
5
5
|
width: 350px;
|
|
6
6
|
z-index: 999999;
|
|
7
7
|
box-sizing: border-box;
|
|
8
|
-
|
|
9
8
|
.toast-content {
|
|
10
|
-
|
|
9
|
+
//@include material-card();
|
|
11
10
|
margin-bottom: 10px;
|
|
12
11
|
position: relative;
|
|
13
12
|
opacity: 0;
|
|
@@ -18,69 +17,55 @@
|
|
|
18
17
|
height: 0 !important;
|
|
19
18
|
overflow: hidden;
|
|
20
19
|
transition: all 0.25s ease;
|
|
21
|
-
|
|
22
20
|
.content {
|
|
23
21
|
padding: 15px 10px;
|
|
24
22
|
line-height: 28px;
|
|
25
|
-
|
|
26
23
|
&:before {
|
|
27
24
|
@include fonticon();
|
|
28
25
|
margin-right: 10px;
|
|
29
26
|
}
|
|
30
27
|
}
|
|
31
|
-
|
|
32
28
|
&.show {
|
|
33
29
|
margin-top: 10px !important;
|
|
34
30
|
opacity: 1;
|
|
35
31
|
height: auto !important;
|
|
36
32
|
overflow: auto !important;
|
|
37
33
|
}
|
|
38
|
-
|
|
39
34
|
&.confirm {
|
|
40
35
|
color: darken($green, 35%);
|
|
41
36
|
background-color: lighten($green, 30%);
|
|
42
|
-
|
|
43
37
|
.content:before {
|
|
44
38
|
content: '\e871';
|
|
45
39
|
}
|
|
46
|
-
|
|
47
40
|
.timer {
|
|
48
41
|
background-color: darken($green, 15%);
|
|
49
42
|
}
|
|
50
43
|
}
|
|
51
|
-
|
|
52
44
|
&.info {
|
|
53
45
|
color: darken($cyan, 35%);
|
|
54
46
|
background-color: lighten($cyan, 30%);
|
|
55
|
-
|
|
56
47
|
.content:before {
|
|
57
48
|
content: '\e84b';
|
|
58
49
|
}
|
|
59
|
-
|
|
60
50
|
.timer {
|
|
61
51
|
background-color: darken($cyan, 15%);
|
|
62
52
|
}
|
|
63
53
|
}
|
|
64
|
-
|
|
65
54
|
&.warning {
|
|
66
55
|
color: darken($warning-color, 35%);
|
|
67
56
|
background-color: lighten($warning-color, 30%);
|
|
68
|
-
|
|
69
57
|
.content:before {
|
|
70
58
|
content: '\e903';
|
|
71
59
|
}
|
|
72
|
-
|
|
73
60
|
.timer {
|
|
74
61
|
background-color: darken($warning-color, 15%);
|
|
75
62
|
}
|
|
76
63
|
}
|
|
77
|
-
|
|
78
64
|
&.info, &.warning {
|
|
79
65
|
.content:before {
|
|
80
66
|
font-size: 20px !important;
|
|
81
67
|
}
|
|
82
68
|
}
|
|
83
|
-
|
|
84
69
|
.timer {
|
|
85
70
|
width: 100%;
|
|
86
71
|
position: absolute;
|
|
@@ -92,7 +77,6 @@
|
|
|
92
77
|
transition-timing-function: linear;
|
|
93
78
|
transition-property: all;
|
|
94
79
|
transition-duration: 3s;
|
|
95
|
-
|
|
96
80
|
&.animation {
|
|
97
81
|
width: 0;
|
|
98
82
|
border-bottom-right-radius: 0;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&display=swap");
|
|
2
|
+
|
|
3
|
+
@font-face {
|
|
4
|
+
font-family: 'magneto-mdi';
|
|
5
|
+
src: url('/magneto/public/mdi/materialdesignicons-webfont.eot');
|
|
6
|
+
src: url('/magneto/public/mdi/materialdesignicons-webfont.eot') format('embedded-opentype'),
|
|
7
|
+
url('/magneto/public/mdi/materialdesignicons-webfont.woff2') format('woff2'),
|
|
8
|
+
url('/magneto/public/mdi/materialdesignicons-webfont.woff2') format('woff'),
|
|
9
|
+
url('/magneto/public/mdi/materialdesignicons-webfont.ttf') format('truetype');
|
|
10
|
+
font-weight: normal;
|
|
11
|
+
font-style: normal;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
body.magneto,.sniplet.magneto {
|
|
15
|
+
@import "mixins";
|
|
16
|
+
@import "generics/index";
|
|
17
|
+
@import "components/index";
|
|
18
|
+
|
|
19
|
+
section.main {
|
|
20
|
+
top: 56px !important;
|
|
21
|
+
|
|
22
|
+
#directory + div.cell {
|
|
23
|
+
box-shadow: 0 5px 5px rgba(0, 0, 0, 0.21);
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
h1 {
|
|
28
|
+
font-size: 28px;
|
|
29
|
+
line-height: 40px;
|
|
30
|
+
color: $magneto-blue;
|
|
31
|
+
font-weight: bold;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
h2 {
|
|
35
|
+
font-size: 20px;
|
|
36
|
+
line-height: 40px;
|
|
37
|
+
font-weight: bold;
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
$magneto-yellow: #ffb600;
|
|
2
|
+
$magneto-yellow-ochre: #ecbe30;
|
|
3
|
+
$magneto-white: #ffffff;
|
|
4
|
+
$magneto-lighter-grey: #ebebeb;
|
|
5
|
+
$magneto-light-grey: #d6d6d6;
|
|
6
|
+
$magneto-grey-blue: #f4fAfd;
|
|
7
|
+
$magneto-white-blue: #e3f1f7;
|
|
8
|
+
$magneto-black: #000000;
|
|
9
|
+
$magneto-grey: #aaaaaa;
|
|
10
|
+
$magneto-black-light: #555555;
|
|
11
|
+
$magneto-dark-blue: #368daf;
|
|
12
|
+
$magneto-blue: #67add1;
|
|
13
|
+
$magneto-sky-blue: #2a9cc8;
|
|
14
|
+
$magneto-light-sky-blue: #4bafd5;
|
|
15
|
+
$magneto-light-blue: #78c5e2;
|
|
16
|
+
$magneto-lighter-blue: #bde4f9;
|
|
17
|
+
$magneto-orange: #ff8500;
|
|
18
|
+
$magneto-red: #e61610;
|
|
19
|
+
|
|
20
|
+
$magneto-font-secondary: 'Comfortaa', cursive;
|
|
21
|
+
|
|
22
|
+
$magneto-screen-mobile: 768px;
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
@mixin mobile {
|
|
27
|
+
@media (max-width: $magneto-screen-mobile) {
|
|
28
|
+
@content;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
@mixin desktop {
|
|
33
|
+
@media (min-width: 769px) {
|
|
34
|
+
@content;
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
@mixin paddingX($size) {
|
|
39
|
+
padding-left: $size;
|
|
40
|
+
padding-right: $size;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
@mixin paddingY($size) {
|
|
44
|
+
padding-bottom: $size;
|
|
45
|
+
padding-top: $size;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
@mixin marginX($size) {
|
|
49
|
+
margin-left: $size;
|
|
50
|
+
margin-right: $size;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
@mixin marginY($size) {
|
|
54
|
+
margin-bottom: $size;
|
|
55
|
+
margin-top: $size;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
@mixin lightboxWidth($width) {
|
|
59
|
+
section.lightbox {
|
|
60
|
+
.content {
|
|
61
|
+
width: $width !important;
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
@mixin noTextOverflow($nbLines) {
|
|
67
|
+
display: -webkit-box;
|
|
68
|
+
overflow: hidden;
|
|
69
|
+
text-overflow: ellipsis;
|
|
70
|
+
-webkit-line-clamp: $nbLines !important;
|
|
71
|
+
/*! autoprefixer: off */
|
|
72
|
+
-webkit-box-orient: vertical;
|
|
73
|
+
/*! autoprefixer: on */
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
@mixin navbarBorderBottom($size) {
|
|
77
|
+
padding-top: $size;
|
|
78
|
+
border-bottom: solid $size;
|
|
79
|
+
box-sizing: border-box;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
/* ----------------------------
|
|
83
|
+
Spacing
|
|
84
|
+
---------------------------- */
|
|
85
|
+
$spacing-XXL: 68px;
|
|
86
|
+
$spacing-XML: 60px;
|
|
87
|
+
$spacing-XM: 48px;
|
|
88
|
+
$spacing-XL: 42px;
|
|
89
|
+
$spacing-L: 24px;
|
|
90
|
+
$spacing-M: 16px;
|
|
91
|
+
$spacing-S: 12px;
|
|
92
|
+
$spacing-XLXS: 10px;
|
|
93
|
+
$spacing-LXS: 8px;
|
|
94
|
+
$spacing-6: 6px;
|
|
95
|
+
$spacing-XXS: 4px;
|
|
@@ -0,0 +1,187 @@
|
|
|
1
|
+
i {
|
|
2
|
+
&.magneto-magnet::before {
|
|
3
|
+
font-family: 'magneto-mdi';
|
|
4
|
+
content: '\F0347';
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
&.magneto-calendar::before {
|
|
8
|
+
font-family: 'magneto-mdi';
|
|
9
|
+
content: '\F00EE';
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
&.magneto-sort-alphabetical::before {
|
|
13
|
+
font-family: 'magneto-mdi';
|
|
14
|
+
content: '\F04BB';
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
&.magneto-filter::before {
|
|
18
|
+
font-family: 'magneto-mdi';
|
|
19
|
+
content: '\F0232';
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
&.magneto-view-list::before {
|
|
23
|
+
font-family: 'magneto-mdi';
|
|
24
|
+
content: '\F0572';
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
&.magneto-view-module::before {
|
|
28
|
+
font-family: 'magneto-mdi';
|
|
29
|
+
content: '\F0573';
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
&.magneto-folder::before {
|
|
33
|
+
font-family: 'magneto-mdi';
|
|
34
|
+
content: '\F024B';
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
&.magneto-folder-plus::before {
|
|
38
|
+
font-family: 'magneto-mdi';
|
|
39
|
+
content: '\F0257';
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
&.magneto-check-decagram::before {
|
|
43
|
+
font-family: 'magneto-mdi';
|
|
44
|
+
content: '\F0791';
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
&.magneto-share-variant::before {
|
|
48
|
+
font-family: 'magneto-mdi';
|
|
49
|
+
content: '\F0497';
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
&.magneto-delete-forever::before {
|
|
53
|
+
font-family: 'magneto-mdi';
|
|
54
|
+
content: '\F05E8';
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
&.magneto-chevron-right::before {
|
|
58
|
+
font-family: 'magneto-mdi';
|
|
59
|
+
content: '\F0142';
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
&.magneto-chevron-left::before {
|
|
63
|
+
font-family: 'magneto-mdi';
|
|
64
|
+
content: '\F0141'
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
&.magneto-chevron-down::before {
|
|
68
|
+
font-family: 'magneto-mdi';
|
|
69
|
+
content: '\F0140'
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
&.magneto-magnify::before {
|
|
73
|
+
font-family: 'magneto-mdi';
|
|
74
|
+
content: '\F0349';
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
&.magneto-folder-open::before {
|
|
78
|
+
font-family: 'magneto-mdi';
|
|
79
|
+
content: '\F0770';
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
&.magneto-card-settings::before {
|
|
83
|
+
font-family: 'magneto-mdi';
|
|
84
|
+
content: '\F01D9';
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
&.magneto-text::before {
|
|
88
|
+
font-family: 'magneto-mdi';
|
|
89
|
+
content: '\F027F';
|
|
90
|
+
transform: scaleX(-1);
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
&.magneto-image::before {
|
|
94
|
+
font-family: 'magneto-mdi';
|
|
95
|
+
content: '\F02E9';
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
&.magneto-video::before {
|
|
99
|
+
font-family: 'magneto-mdi';
|
|
100
|
+
content: '\F040C';
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
&.magneto-file::before {
|
|
104
|
+
font-family: 'magneto-mdi';
|
|
105
|
+
content: '\F0222';
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
&.magneto-link::before {
|
|
109
|
+
font-family: 'magneto-mdi';
|
|
110
|
+
content: '\F0337';
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
&.magneto-card::before {
|
|
114
|
+
font-family: 'magneto-mdi';
|
|
115
|
+
content: '\F196C';
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
&.magneto-audio::before {
|
|
119
|
+
font-family: 'magneto-mdi';
|
|
120
|
+
content: '\F0387';
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
&.magneto-settings::before {
|
|
124
|
+
font-family: 'magneto-mdi';
|
|
125
|
+
content: '\F0493';
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
&.magneto-edit::before {
|
|
129
|
+
font-family: 'magneto-mdi';
|
|
130
|
+
content: '\F03EB'
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
&.magneto-duplicate::before {
|
|
134
|
+
font-family: 'magneto-mdi';
|
|
135
|
+
content: '\F1032'
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
&.magneto-hide::before {
|
|
139
|
+
font-family: 'magneto-mdi';
|
|
140
|
+
content: '\F0209'
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
&.magneto-show::before {
|
|
144
|
+
font-family: 'magneto-mdi';
|
|
145
|
+
content: '\F0208'
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
&.magneto-delete::before {
|
|
149
|
+
font-family: 'magneto-mdi';
|
|
150
|
+
content: '\F01B4'
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
&.magneto-arrow-left::before {
|
|
154
|
+
font-family: 'magneto-mdi';
|
|
155
|
+
content: '\F030D'
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
&.magneto-check-circle::before {
|
|
159
|
+
font-family: 'magneto-mdi';
|
|
160
|
+
content: '\F05E0';
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
&.magneto-crown::before {
|
|
164
|
+
font-family: 'magneto-mdi';
|
|
165
|
+
content: '\F01A5';
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
&.magneto-earth::before {
|
|
169
|
+
font-family: 'magneto-mdi';
|
|
170
|
+
content: '\F01E7';
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
&.magneto-card-preview::before {
|
|
174
|
+
font-family: 'magneto-mdi';
|
|
175
|
+
content: '\F0E82';
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
&.magneto-card-move::before {
|
|
179
|
+
font-family: 'magneto-mdi';
|
|
180
|
+
content: '\F1682';
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
&.magneto-play::before {
|
|
184
|
+
font-family: 'magneto-mdi';
|
|
185
|
+
content: '\F040A';
|
|
186
|
+
}
|
|
187
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
.lightbox {
|
|
2
|
+
z-index: 100030;
|
|
3
|
+
height: auto;
|
|
4
|
+
|
|
5
|
+
.content {
|
|
6
|
+
padding-top: 0;
|
|
7
|
+
overflow-y: scroll !important;
|
|
8
|
+
@include mobile {
|
|
9
|
+
width: 80% !important;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
section.head {
|
|
14
|
+
padding: 1px 15px !important;
|
|
15
|
+
border-radius: 5px 5px 0 0;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
section.body {
|
|
19
|
+
padding: 8px 20px;
|
|
20
|
+
}
|
|
21
|
+
}
|