ode-bootstrap 1.1.4-dev.202306051654 → 1.1.4-feat-produit.202306051650

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.
Files changed (144) hide show
  1. package/README.md +63 -44
  2. package/assets/fonts/fa/fa-brands-400.eot +0 -0
  3. package/assets/fonts/fa/fa-brands-400.svg +3717 -0
  4. package/assets/fonts/fa/fa-brands-400.ttf +0 -0
  5. package/assets/fonts/fa/fa-brands-400.woff +0 -0
  6. package/assets/fonts/fa/fa-brands-400.woff2 +0 -0
  7. package/assets/fonts/fa/fa-regular-400.eot +0 -0
  8. package/assets/fonts/fa/fa-regular-400.svg +801 -0
  9. package/assets/fonts/fa/fa-regular-400.ttf +0 -0
  10. package/assets/fonts/fa/fa-regular-400.woff +0 -0
  11. package/assets/fonts/fa/fa-regular-400.woff2 +0 -0
  12. package/assets/fonts/fa/fa-solid-900.eot +0 -0
  13. package/assets/fonts/fa/fa-solid-900.svg +5034 -0
  14. package/assets/fonts/fa/fa-solid-900.ttf +0 -0
  15. package/assets/fonts/fa/fa-solid-900.woff +0 -0
  16. package/assets/fonts/fa/fa-solid-900.woff2 +0 -0
  17. package/assets/js/theme.js +3 -3
  18. package/dist/version.txt +1 -1
  19. package/package.json +25 -25
  20. package/scss/_bootstrap.scss +41 -0
  21. package/scss/_custom-utilities.scss +10 -0
  22. package/scss/atoms/_.scss +4 -0
  23. package/scss/atoms/_display.scss +17 -0
  24. package/scss/atoms/_fonts.scss +20 -0
  25. package/scss/atoms/_icons.scss +90 -0
  26. package/scss/atoms/_typography.scss +27 -0
  27. package/scss/components/_.scss +10 -26
  28. package/scss/components/_alerts.scss +30 -0
  29. package/scss/components/_avatar.scss +51 -122
  30. package/scss/components/_buttons.scss +60 -203
  31. package/scss/components/_container-advanced.scss +109 -109
  32. package/scss/components/_dragndrop.scss +16 -19
  33. package/scss/components/_dropdowns.scss +6 -0
  34. package/scss/components/_emptyscreen.scss +47 -11
  35. package/scss/components/_explorer.scss +31 -29
  36. package/scss/components/_feed.scss +166 -166
  37. package/scss/components/_filters.scss +58 -58
  38. package/scss/components/_forms.scss +36 -0
  39. package/scss/components/_media-library.scss +18 -18
  40. package/scss/components/_modal.scss +19 -111
  41. package/scss/components/_popover.scss +101 -61
  42. package/scss/components/_sticky-toolbox.scss +140 -130
  43. package/scss/components/_table-lists.scss +122 -119
  44. package/scss/components/_tables.scss +1 -1
  45. package/scss/components/_toast.scss +36 -39
  46. package/scss/components/_tree-structure.scss +143 -0
  47. package/scss/components/widget/_applications.scss +44 -44
  48. package/scss/components/widget/_base.scss +105 -105
  49. package/scss/components/widget/_bookmarks.scss +16 -14
  50. package/scss/components/widget/_calendar.scss +49 -49
  51. package/scss/components/widget/_dashboard.scss +89 -88
  52. package/scss/components/widget/_featured-news.scss +57 -56
  53. package/scss/components/widget/_flash.scss +81 -84
  54. package/scss/components/widget/_news.scss +26 -26
  55. package/scss/components/widget/_recently-viewed.scss +48 -48
  56. package/scss/components/widget/_record.scss +51 -47
  57. package/scss/components/widget/_rss.scss +24 -24
  58. package/scss/components/widget/_school.scss +78 -84
  59. package/scss/index.scss +12 -3
  60. package/scss/mixins/_.scss +4 -4
  61. package/scss/mixins/_align.scss +3 -3
  62. package/scss/mixins/_avatar.scss +5 -5
  63. package/scss/mixins/_icon.scss +52 -52
  64. package/scss/mixins/_layer.scss +26 -23
  65. package/scss/mixins/_shape.scss +7 -5
  66. package/scss/mixins/_text-truncate.scss +2 -2
  67. package/scss/mixins/_transition.scss +34 -37
  68. package/scss/variables/_.scss +2 -6
  69. package/scss/variables/_colors.scss +41 -143
  70. package/scss/variables/_icons.scss +48 -52
  71. package/scss/variables/_variables-bootstrap.scss +107 -0
  72. package/scss/variables/_variables-ode.scss +12 -0
  73. package/assets/fonts/fa/fa-v4compatibility.ttf +0 -0
  74. package/assets/fonts/fa/fa-v4compatibility.woff2 +0 -0
  75. package/assets/icons/apps.svg +0 -468
  76. package/assets/images/emptyscreen/illu-blog.svg +0 -1
  77. package/assets/images/emptyscreen/illu-collaborativeeditor.svg +0 -1
  78. package/assets/images/emptyscreen/illu-collaborativewall.svg +0 -1
  79. package/assets/images/emptyscreen/illu-exercizer.svg +0 -1
  80. package/assets/images/emptyscreen/illu-mindmap.svg +0 -1
  81. package/assets/images/emptyscreen/illu-noContentInFolder.svg +0 -31
  82. package/assets/images/emptyscreen/illu-scrapbook.svg +0 -1
  83. package/assets/images/emptyscreen/illu-search.svg +0 -1
  84. package/assets/images/emptyscreen/illu-timelinegenerator.svg +0 -1
  85. package/assets/images/emptyscreen/illu-trash.svg +0 -1
  86. package/assets/images/image-library.png +0 -0
  87. package/assets/images/no-avatar.svg +0 -14
  88. package/assets/images/onboarding/corbeille-delete.svg +0 -22
  89. package/assets/images/onboarding/corbeille-menu.svg +0 -43
  90. package/assets/images/onboarding/corbeille-notif.svg +0 -12
  91. package/assets/images/screen-loading.gif +0 -0
  92. package/dist/icons/apps.svg +0 -468
  93. package/dist/images/emptyscreen/illu-blog.svg +0 -1
  94. package/dist/images/emptyscreen/illu-collaborativeeditor.svg +0 -1
  95. package/dist/images/emptyscreen/illu-collaborativewall.svg +0 -1
  96. package/dist/images/emptyscreen/illu-exercizer.svg +0 -1
  97. package/dist/images/emptyscreen/illu-mindmap.svg +0 -1
  98. package/dist/images/emptyscreen/illu-noContentInFolder.svg +0 -31
  99. package/dist/images/emptyscreen/illu-scrapbook.svg +0 -1
  100. package/dist/images/emptyscreen/illu-search.svg +0 -1
  101. package/dist/images/emptyscreen/illu-timelinegenerator.svg +0 -1
  102. package/dist/images/emptyscreen/illu-trash.svg +0 -1
  103. package/dist/images/image-library.png +0 -0
  104. package/dist/images/image-placeholder.png +0 -0
  105. package/dist/images/no-avatar.svg +0 -14
  106. package/dist/images/onboarding/corbeille-delete.svg +0 -22
  107. package/dist/images/onboarding/corbeille-menu.svg +0 -43
  108. package/dist/images/onboarding/corbeille-notif.svg +0 -12
  109. package/dist/images/screen-loading.gif +0 -0
  110. package/scss/components/_actionbar.scss +0 -25
  111. package/scss/components/_alert.scss +0 -82
  112. package/scss/components/_app-card.scss +0 -67
  113. package/scss/components/_card.scss +0 -132
  114. package/scss/components/_dropdown.scss +0 -82
  115. package/scss/components/_form-control.scss +0 -69
  116. package/scss/components/_form-label.scss +0 -32
  117. package/scss/components/_form-text.scss +0 -12
  118. package/scss/components/_header.scss +0 -8
  119. package/scss/components/_help.scss +0 -82
  120. package/scss/components/_image-picker.scss +0 -40
  121. package/scss/components/_input-group.scss +0 -17
  122. package/scss/components/_loader.scss +0 -17
  123. package/scss/components/_loading-screen.scss +0 -7
  124. package/scss/components/_select-list.scss +0 -44
  125. package/scss/components/_spinner.scss +0 -10
  126. package/scss/components/_table-explorer.scss +0 -29
  127. package/scss/components/_treeview.scss +0 -61
  128. package/scss/components/_validate-mail.scss +0 -5
  129. package/scss/tokens/_.scss +0 -4
  130. package/scss/tokens/_display.scss +0 -9
  131. package/scss/tokens/_icons.scss +0 -118
  132. package/scss/tokens/_shadows.scss +0 -19
  133. package/scss/tokens/_type.scss +0 -85
  134. package/scss/utilities/_.scss +0 -3
  135. package/scss/utilities/_animation.scss +0 -8
  136. package/scss/utilities/_containers.scss +0 -37
  137. package/scss/utilities/_custom-utilities.scss +0 -96
  138. package/scss/variables/_bootstrap.scss +0 -234
  139. package/scss/variables/_options.scss +0 -2
  140. package/scss/variables/_type.scss +0 -37
  141. package/scss/vendors/_.scss +0 -3
  142. package/scss/vendors/_bootstrap.scss +0 -43
  143. package/scss/vendors/_reboot.scss +0 -28
  144. package/scss/vendors/_swiper.scss +0 -10
@@ -1,99 +1,93 @@
1
1
  //Widget établissement
2
2
  .widget-school {
3
- &-header {
4
- @include border-top-radius(6px);
3
+ &-header {
4
+ @include border-top-radius(6px);
5
5
 
6
- position: relative;
7
- padding: 30px $widget-padding-x;
8
- font-size: 1.3em;
9
- color: $white;
10
- background-position: center;
11
- background-size: cover;
12
-
13
- img {
14
- @include avatar-image(65px);
15
- background: $white;
16
- max-width: initial;
17
- }
18
-
19
- .name {
20
- font-weight: 600;
21
- }
22
-
23
- .school {
24
- &,
25
- &-multiple {
26
6
  position: relative;
27
- font-size: 0.9em;
28
- font-weight: 400;
29
- }
30
-
31
- &-multiple {
32
- // @include prepend-icon("\f150", 1.1em);
33
-
34
- cursor: pointer;
35
- white-space: normal;
36
- display: inline-flex;
37
- align-items: baseline;
38
- gap: 1rem;
39
-
40
- &::before {
41
- @include fontawesome();
42
- content: "\f150";
43
- top: 0.2rem;
44
- position: relative;
7
+ padding: 30px $widget-padding-x;
8
+ font-size: 1.3em;
9
+ color: #fff;
10
+ background-position: center;
11
+ background-size: cover;
12
+
13
+ .name {
14
+ font-weight: 600;
45
15
  }
46
16
 
47
- &::after {
48
- display: none;
17
+ .school {
18
+ &,
19
+ &-multiple {
20
+ position: relative;
21
+ font-size: 0.9em;
22
+ font-weight: 400;
23
+ }
24
+
25
+ &-multiple {
26
+ // @include prepend-icon("\f150", 1.1em);
27
+
28
+ cursor: pointer;
29
+ white-space: normal;
30
+ display: inline-flex;
31
+ align-items: baseline;
32
+ gap: 1rem;
33
+
34
+ &::before {
35
+ @include fontawesome();
36
+ content: "\f150";
37
+ top: 0.2rem;
38
+ position: relative;
39
+ }
40
+
41
+ &::after {
42
+ display: none
43
+ }
44
+ }
45
+
46
+ &-choice {
47
+ > div {
48
+ @include color-to($primary);
49
+
50
+ padding: 6px 20px;
51
+ cursor: pointer;
52
+
53
+ &.dropdown-item {
54
+ white-space: normal;
55
+ }
56
+ }
57
+ }
49
58
  }
50
- }
51
59
 
52
- &-choice {
53
- > div {
54
- @include color-to($primary);
55
-
56
- padding: 6px 20px;
57
- cursor: pointer;
58
-
59
- &.dropdown-item {
60
- white-space: normal;
61
- }
60
+ .avatar-list {
61
+ position: absolute;
62
+ bottom: 0;
63
+ left: 0;
64
+ display: flex;
65
+ flex-direction: row;
66
+ justify-content: space-between;
67
+ width: 100%;
68
+ padding: 0 $widget-padding-x;
69
+ transform: translateY(50%);
70
+
71
+ @include media-breakpoint-down(xl) {
72
+ .avatar-link:nth-child(n + 4) {
73
+ display: none;
74
+ }
75
+ }
62
76
  }
63
- }
64
77
  }
65
78
 
66
- .avatar-list {
67
- position: absolute;
68
- bottom: 0;
69
- left: 0;
70
- display: flex;
71
- flex-direction: row;
72
- justify-content: space-between;
73
- width: 100%;
74
- padding: 0 $widget-padding-x;
75
- transform: translateY(50%);
79
+ .btn-group {
80
+ padding: 1.6rem;
81
+ padding-bottom: 0;
82
+ flex-wrap: wrap;
76
83
 
77
- @include media-breakpoint-down(xl) {
78
- .avatar-link:nth-child(n + 4) {
79
- display: none;
80
- }
81
- }
82
- }
83
- }
84
+ > * {
85
+ padding: 0.6rem 1.5rem;
86
+ margin-bottom: 1em;
84
87
 
85
- .btn-group {
86
- padding: 1.6rem;
87
- padding-bottom: 0;
88
- flex-wrap: wrap;
89
-
90
- > * {
91
- padding: 0.6rem 1.5rem;
92
- margin-bottom: 1em;
93
-
94
- &:not(:last-child) {
95
- margin-right: 0.4em;
96
- }
88
+ &:not(:last-child) {
89
+ margin-right: 0.4em;
90
+ }
91
+ }
97
92
  }
98
- }
99
93
  }
package/scss/index.scss CHANGED
@@ -1,6 +1,15 @@
1
1
  @import "variables/";
2
- @import "vendors/";
2
+
3
+ // --- IMPORT BOOTSTRAP NATIVE ---
4
+ @import "bootstrap";
5
+
6
+ // --- IMPORT MIXINS ---
3
7
  @import "mixins/";
4
- @import "tokens/";
8
+
9
+ // --- IMPORT ATOMS ---
10
+ // Contient tous nos éléments de style les plus petits et les plus insécables
11
+ @import "atoms/";
12
+
13
+ // --- IMPORT COMPONENTS ---
14
+ // Contient tous nos composants visuels, simple ou complexe
5
15
  @import "components/";
6
- @import "utilities/";
@@ -1,7 +1,7 @@
1
- @import "align";
2
- @import "avatar";
3
- @import "shape";
1
+ @import "transition";
4
2
  @import "icon";
5
3
  @import "layer";
4
+ @import "shape";
5
+ @import "avatar";
6
+ @import "align";
6
7
  @import "text-truncate";
7
- @import "transition";
@@ -1,5 +1,5 @@
1
1
  @mixin have-child-in-middle() {
2
- display: flex;
3
- align-items: center;
4
- justify-content: center;
2
+ display: flex;
3
+ align-items: center;
4
+ justify-content: center;
5
5
  }
@@ -1,8 +1,8 @@
1
1
  @mixin avatar-image($size: 50px) {
2
- @include circle($size);
2
+ @include circle($size);
3
3
 
4
- object-fit: cover;
5
- object-position: center center;
6
- border: 2px solid #dcdce6;
7
- box-shadow: -2px -2px 5px 0 rgba(0, 0, 0, 0.1);
4
+ object-fit: cover;
5
+ object-position: center center;
6
+ border: 2px solid #dcdce6;
7
+ box-shadow: -2px -2px 5px 0 rgba(0, 0, 0, 0.1);
8
8
  }
@@ -1,73 +1,73 @@
1
1
  @mixin fonticon {
2
- font-family: generic-icons;
3
- font-weight: 400 !important;
4
- background-image: none;
5
- -webkit-font-smoothing: antialiased;
6
- -moz-osx-font-smoothing: grayscale;
2
+ font-family: generic-icons;
3
+ font-weight: 400 !important;
4
+ background-image: none;
5
+ -webkit-font-smoothing: antialiased;
6
+ -moz-osx-font-smoothing: grayscale;
7
7
  }
8
8
 
9
9
  @mixin fontawesome {
10
- display: inline-block;
11
- font-family: "Font Awesome 6 Free";
12
- font-style: normal;
13
- font-weight: 900;
14
- font-variant: normal;
15
- line-height: 1;
16
- -webkit-font-smoothing: antialiased;
17
- text-rendering: auto;
18
- font-feature-settings: "liga";
10
+ display: inline-block;
11
+ font-family: "Font Awesome 5 Free";
12
+ font-style: normal;
13
+ font-weight: 900;
14
+ font-variant: normal;
15
+ line-height: 1;
16
+ -webkit-font-smoothing: antialiased;
17
+ text-rendering: auto;
18
+ font-feature-settings: "liga";
19
19
  }
20
20
 
21
21
  @mixin insert-icon($icon: "star", $size: 28px, $top: 0, $color: inherit) {
22
- position: relative;
22
+ position: relative;
23
23
 
24
- &::before {
25
- @include fontawesome();
24
+ &::before {
25
+ @include fontawesome();
26
26
 
27
- position: absolute;
28
- top: $top;
29
- left: 0;
30
- display: block;
31
- font-size: $size;
32
- line-height: 1em;
33
- color: $color;
34
- text-transform: initial;
35
- content: $icon !important;
36
- font-feature-settings: "liga";
37
- }
27
+ position: absolute;
28
+ top: $top;
29
+ left: 0;
30
+ display: block;
31
+ font-size: $size;
32
+ line-height: 1em;
33
+ color: $color;
34
+ text-transform: initial;
35
+ content: $icon !important;
36
+ font-feature-settings: "liga";
37
+ }
38
38
  }
39
39
 
40
40
  @mixin prepend-icon($icon: "star", $size: 28px, $left: 0, $color: inherit) {
41
- @include insert-icon($icon, $size, 50%, $color);
41
+ @include insert-icon($icon, $size, 50%, $color);
42
42
 
43
- &::before {
44
- position: absolute;
45
- top: 50%;
46
- left: $left;
47
- z-index: 10;
48
- transform: translateY(-50%);
49
- @content;
50
- }
43
+ &::before {
44
+ position: absolute;
45
+ top: 50%;
46
+ left: $left;
47
+ z-index: 10;
48
+ transform: translateY(-50%);
49
+ @content;
50
+ }
51
51
  }
52
52
 
53
53
  @mixin append-icon($icon: "star", $size: 28px, $right: 0, $color: inherit) {
54
- padding-right: $size * 1.5;
54
+ padding-right: $size * 1.5;
55
55
 
56
- @include insert-icon($icon, $size, 50%, $color);
56
+ @include insert-icon($icon, $size, 50%, $color);
57
57
 
58
- &::before {
59
- position: absolute;
60
- top: 50%;
61
- right: $right;
62
- left: unset;
63
- z-index: 10;
64
- transform: translateY(-50%);
65
- @content;
66
- }
58
+ &::before {
59
+ position: absolute;
60
+ top: 50%;
61
+ right: $right;
62
+ left: unset;
63
+ z-index: 10;
64
+ transform: translateY(-50%);
65
+ @content;
66
+ }
67
67
  }
68
68
 
69
- @mixin set-icon-top($top: 50%) {
70
- &::before {
71
- top: $top;
72
- }
69
+ @mixin set-icon-top($top:50%) {
70
+ &::before {
71
+ top: $top;
72
+ }
73
73
  }
@@ -1,38 +1,41 @@
1
1
  @mixin base-layer() {
2
- position: absolute;
3
- top: 0;
4
- left: 0;
5
- display: block;
6
- width: 100%;
7
- height: 100%;
8
- content: "";
2
+ position: absolute;
3
+ top: 0;
4
+ left: 0;
5
+ display: block;
6
+ width: 100%;
7
+ height: 100%;
8
+ content: "";
9
9
  }
10
10
 
11
11
  @mixin add-before-layer() {
12
- position: relative;
12
+ position: relative;
13
13
 
14
- &::before {
15
- @include base-layer();
16
- @content;
17
- }
14
+ &::before {
15
+
16
+ @include base-layer();
17
+ @content;
18
+ }
18
19
  }
19
20
 
20
21
  @mixin add-after-layer() {
21
- position: relative;
22
+ position: relative;
23
+
24
+ &::after {
22
25
 
23
- &::after {
24
- @include base-layer();
25
- @content;
26
- }
26
+ @include base-layer();
27
+ @content;
28
+ }
27
29
  }
28
30
 
29
31
  @mixin add-overlay($opacity: 0.5) {
30
- position: relative;
32
+ position: relative;
33
+
34
+ &::before {
31
35
 
32
- &::before {
33
- @include base-layer();
36
+ @include base-layer();
34
37
 
35
- z-index: 1;
36
- background: rgba(0, 0, 0, $opacity);
37
- }
38
+ z-index: 1;
39
+ background: rgba(0, 0, 0, $opacity);
40
+ }
38
41
  }
@@ -1,14 +1,16 @@
1
1
  @mixin rect($width, $height) {
2
- width: $width;
3
- height: $height;
2
+ width: $width;
3
+ height: $height;
4
4
  }
5
5
 
6
6
  @mixin square($width) {
7
- @include rect($width, $width);
7
+
8
+ @include rect($width, $width);
8
9
  }
9
10
 
10
11
  @mixin circle($width) {
11
- @include square($width);
12
12
 
13
- border-radius: 50%;
13
+ @include square($width);
14
+
15
+ border-radius: 50%;
14
16
  }
@@ -9,7 +9,7 @@
9
9
 
10
10
  @mixin has-text-truncated($lines: 3) {
11
11
  display: -webkit-box;
12
- padding-bottom: 0.5rem;
12
+ padding-bottom: .5rem;
13
13
  overflow: hidden;
14
14
  -webkit-line-clamp: $lines;
15
15
  -webkit-box-orient: vertical;
@@ -30,4 +30,4 @@
30
30
  -webkit-box-orient: vertical;
31
31
  white-space: normal;
32
32
  }
33
- }
33
+ }
@@ -2,27 +2,27 @@
2
2
  //Note Julien -> appliquer ce type de transition à l'ensemble des propriétés provoque des mouvements au chargement de la page
3
3
 
4
4
  .transition-hover-fast {
5
- transition-timing-function: ease;
6
- transition-duration: 0.25s;
7
- transition-property: all;
5
+ transition-timing-function: ease;
6
+ transition-duration: 0.25s;
7
+ transition-property: all;
8
8
  }
9
9
 
10
10
  .transition-hover {
11
- transition-timing-function: ease;
12
- transition-duration: 0.5s;
13
- transition-property: all;
11
+ transition-timing-function: ease;
12
+ transition-duration: 0.5s;
13
+ transition-property: all;
14
14
  }
15
15
 
16
16
  .transition-hover-slow {
17
- transition-timing-function: ease;
18
- transition-duration: 0.75s;
19
- transition-property: all;
17
+ transition-timing-function: ease;
18
+ transition-duration: 0.75s;
19
+ transition-property: all;
20
20
  }
21
21
 
22
22
  .transition-hover-very-slow {
23
- transition-timing-function: ease;
24
- transition-duration: 0.75s;
25
- transition-property: all;
23
+ transition-timing-function: ease;
24
+ transition-duration: 0.75s;
25
+ transition-property: all;
26
26
  }
27
27
 
28
28
  /**
@@ -70,39 +70,36 @@ $default-duration: 0.4s;
70
70
  //Mixins
71
71
 
72
72
  @mixin add-transitions($properties...) {
73
- transition-timing-function: $default-easing;
74
- transition-duration: $default-duration;
75
- transition-property: $properties;
76
-
77
- @media (hover: hover) {
78
- &:hover {
79
- @content;
73
+ transition-timing-function: $default-easing;
74
+ transition-duration: $default-duration;
75
+ transition-property: $properties;
76
+
77
+ @media (hover: hover) {
78
+ &:hover {
79
+ @content;
80
+ }
80
81
  }
81
- }
82
82
  }
83
83
 
84
- @mixin background-color-to(
85
- $color: $secondary,
86
- $duration: $default-duration,
87
- $easing: $default-easing
88
- ) {
89
- transition: background-color $duration $easing;
84
+ @mixin background-color-to($color: $primary, $duration: $default-duration, $easing: $default-easing) {
85
+ transition: background-color $duration $easing;
90
86
 
91
- &:hover {
92
- background-color: $color;
93
- }
87
+ &:hover {
88
+ background-color: $color;
89
+ }
94
90
  }
95
91
 
96
- @mixin color-to($color: $secondary, $duration: 0.2s, $easing: $default-easing) {
97
- transition: color $duration $easing;
92
+ @mixin color-to($color: $primary, $duration: 0.2s, $easing: $default-easing) {
93
+ transition: color $duration $easing;
98
94
 
99
- &:hover {
100
- color: $color;
101
- }
95
+ &:hover {
96
+ color: $color;
97
+ }
102
98
  }
103
99
 
104
100
  @mixin decoration-to($state: "underline") {
105
- &:hover {
106
- text-decoration: $state;
107
- }
101
+
102
+ &:hover {
103
+ text-decoration: $state;
104
+ }
108
105
  }
@@ -1,8 +1,4 @@
1
- // Quickly modify global styling by enabling or disabling optional features
2
- @import "options";
3
-
4
- // Other variables
5
1
  @import "colors";
6
- @import "bootstrap";
7
- @import "type";
2
+ @import "variables-bootstrap";
3
+ @import "variables-ode";
8
4
  @import "icons";