dibk-design 0.4.45 → 0.4.48

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 (102) hide show
  1. package/LICENSE +674 -674
  2. package/README.md +3 -3
  3. package/dist/components/Accordion.md +15 -15
  4. package/dist/components/Accordion.module.scss +205 -205
  5. package/dist/components/Button.md +75 -75
  6. package/dist/components/Button.module.scss +232 -232
  7. package/dist/components/CheckBoxIcon.md +38 -38
  8. package/dist/components/CheckBoxIcon.module.scss +62 -62
  9. package/dist/components/CheckBoxInput.md +58 -58
  10. package/dist/components/CheckBoxInput.module.scss +24 -24
  11. package/dist/components/CheckBoxListItem.md +82 -82
  12. package/dist/components/CheckBoxListItem.module.scss +71 -71
  13. package/dist/components/Container.js +64 -0
  14. package/dist/components/Container.md +7 -0
  15. package/dist/components/Container.module.scss +10 -0
  16. package/dist/components/ContentBox.md +46 -46
  17. package/dist/components/ContentBox.module.scss +116 -116
  18. package/dist/components/Dialog.md +5 -5
  19. package/dist/components/Dialog.module.scss +78 -78
  20. package/dist/components/DragAndDropFileInput.js +8 -4
  21. package/dist/components/DragAndDropFileInput.md +13 -13
  22. package/dist/components/DragAndDropFileInput.module.scss +36 -45
  23. package/dist/components/ErrorMessage.js +80 -0
  24. package/dist/components/ErrorMessage.md +15 -0
  25. package/dist/components/ErrorMessage.module.scss +16 -0
  26. package/dist/components/Footer.js +3 -3
  27. package/dist/components/Footer.md +7 -7
  28. package/dist/components/Footer.module.scss +20 -11
  29. package/dist/components/Header.md +11 -11
  30. package/dist/components/Header.module.scss +64 -64
  31. package/dist/components/InputField.js +6 -11
  32. package/dist/components/InputField.md +41 -41
  33. package/dist/components/InputField.module.scss +81 -95
  34. package/dist/components/Label.md +9 -9
  35. package/dist/components/Label.module.scss +16 -16
  36. package/dist/components/List.md +10 -10
  37. package/dist/components/List.module.scss +18 -18
  38. package/dist/components/LoadingAnimation.md +5 -5
  39. package/dist/components/LoadingAnimation.module.scss +26 -26
  40. package/dist/components/NavigationBar.md +42 -42
  41. package/dist/components/NavigationBar.module.scss +176 -176
  42. package/dist/components/NavigationBarListItem.md +15 -15
  43. package/dist/components/Paper.md +9 -9
  44. package/dist/components/Paper.module.scss +18 -18
  45. package/dist/components/ProgressBar.js +31 -0
  46. package/dist/components/ProgressBar.md +13 -0
  47. package/dist/components/ProgressBar.module.scss +37 -0
  48. package/dist/components/RadioButtonIcon.js +101 -101
  49. package/dist/components/RadioButtonIcon.md +41 -41
  50. package/dist/components/RadioButtonIcon.module.scss +44 -44
  51. package/dist/components/RadioButtonInput.js +97 -97
  52. package/dist/components/RadioButtonInput.md +32 -32
  53. package/dist/components/RadioButtonInput.module.scss +26 -26
  54. package/dist/components/RadioButtonListItem.md +70 -70
  55. package/dist/components/RadioButtonListItem.module.scss +71 -71
  56. package/dist/components/Select.js +6 -11
  57. package/dist/components/Select.md +28 -28
  58. package/dist/components/Select.module.scss +86 -100
  59. package/dist/components/Textarea.js +6 -11
  60. package/dist/components/Textarea.md +27 -27
  61. package/dist/components/Textarea.module.scss +58 -72
  62. package/dist/components/Theme.md +12 -12
  63. package/dist/components/Theme.module.scss +76 -76
  64. package/dist/components/WizardNavigation/Step.module.scss +75 -75
  65. package/dist/components/WizardNavigation.md +84 -84
  66. package/dist/components/WizardNavigation.module.scss +3 -3
  67. package/dist/fonts/Altis-Light.svg +326 -326
  68. package/dist/fonts/open-sans-v27-latin-ext_latin-300.svg +346 -346
  69. package/dist/fonts/open-sans-v27-latin-ext_latin-300italic.svg +377 -377
  70. package/dist/fonts/open-sans-v27-latin-ext_latin-700.svg +349 -349
  71. package/dist/fonts/open-sans-v27-latin-ext_latin-700italic.svg +379 -379
  72. package/dist/fonts/open-sans-v27-latin-ext_latin-italic.svg +379 -379
  73. package/dist/fonts/open-sans-v27-latin-ext_latin-regular.svg +349 -349
  74. package/dist/images/dibk-logo-mobile.svg +91 -91
  75. package/dist/images/dibk-logo.svg +991 -991
  76. package/dist/images/spinner.svg +56 -56
  77. package/dist/index.js +24 -0
  78. package/dist/style/abstracts/_all.scss +1 -1
  79. package/dist/style/abstracts/mixins/_all.scss +12 -12
  80. package/dist/style/abstracts/mixins/_animation.scss +6 -6
  81. package/dist/style/abstracts/mixins/_appearance.scss +5 -5
  82. package/dist/style/abstracts/mixins/_border-radius.scss +31 -31
  83. package/dist/style/abstracts/mixins/_box-shadow.scss +5 -5
  84. package/dist/style/abstracts/mixins/_box-sizing.scss +5 -5
  85. package/dist/style/abstracts/mixins/_calc.scss +5 -5
  86. package/dist/style/abstracts/mixins/_keyframes.scss +14 -14
  87. package/dist/style/abstracts/mixins/_opacity.scss +5 -5
  88. package/dist/style/abstracts/mixins/_placeholder.scss +17 -17
  89. package/dist/style/abstracts/mixins/_scrollbar.scss +26 -26
  90. package/dist/style/abstracts/mixins/_transform.scss +6 -6
  91. package/dist/style/abstracts/mixins/_transition.scss +34 -34
  92. package/dist/style/abstracts/variables/_all.scss +2 -2
  93. package/dist/style/abstracts/variables/_colors.scss +28 -29
  94. package/dist/style/abstracts/variables/_typography.scss +1 -1
  95. package/dist/style/abstracts/variables/_viewports.scss +14 -14
  96. package/dist/style/base/_all.scss +1 -1
  97. package/dist/style/base/_reset.scss +15 -15
  98. package/dist/style/base/_typography.scss +6 -6
  99. package/dist/style/base/fonts.css +95 -95
  100. package/dist/style/global.scss +3 -3
  101. package/dist/style/layout/_containers.scss +9 -9
  102. package/package.json +43 -43
@@ -1,57 +1,57 @@
1
- <svg class="lds-spin" width="47px" height="47px" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid" style="background: none;"><g transform="translate(80,50)">
2
- <g transform="rotate(0)">
3
- <circle cx="0" cy="0" r="10" fill="#00757f" fill-opacity="1" transform="scale(1.0175 1.0175)">
4
- <animateTransform attributeName="transform" type="scale" begin="-0.875s" values="1.1 1.1;1 1" keyTimes="0;1" dur="1s" repeatCount="indefinite"></animateTransform>
5
- <animate attributeName="fill-opacity" keyTimes="0;1" dur="1s" repeatCount="indefinite" values="1;0" begin="-0.875s"></animate>
6
- </circle>
7
- </g>
8
- </g><g transform="translate(71.21320343559643,71.21320343559643)">
9
- <g transform="rotate(45)">
10
- <circle cx="0" cy="0" r="10" fill="#00757f" fill-opacity="0.875" transform="scale(1.03 1.03)">
11
- <animateTransform attributeName="transform" type="scale" begin="-0.75s" values="1.1 1.1;1 1" keyTimes="0;1" dur="1s" repeatCount="indefinite"></animateTransform>
12
- <animate attributeName="fill-opacity" keyTimes="0;1" dur="1s" repeatCount="indefinite" values="1;0" begin="-0.75s"></animate>
13
- </circle>
14
- </g>
15
- </g><g transform="translate(50,80)">
16
- <g transform="rotate(90)">
17
- <circle cx="0" cy="0" r="10" fill="#00757f" fill-opacity="0.75" transform="scale(1.0425 1.0425)">
18
- <animateTransform attributeName="transform" type="scale" begin="-0.625s" values="1.1 1.1;1 1" keyTimes="0;1" dur="1s" repeatCount="indefinite"></animateTransform>
19
- <animate attributeName="fill-opacity" keyTimes="0;1" dur="1s" repeatCount="indefinite" values="1;0" begin="-0.625s"></animate>
20
- </circle>
21
- </g>
22
- </g><g transform="translate(28.786796564403577,71.21320343559643)">
23
- <g transform="rotate(135)">
24
- <circle cx="0" cy="0" r="10" fill="#00757f" fill-opacity="0.625" transform="scale(1.055 1.055)">
25
- <animateTransform attributeName="transform" type="scale" begin="-0.5s" values="1.1 1.1;1 1" keyTimes="0;1" dur="1s" repeatCount="indefinite"></animateTransform>
26
- <animate attributeName="fill-opacity" keyTimes="0;1" dur="1s" repeatCount="indefinite" values="1;0" begin="-0.5s"></animate>
27
- </circle>
28
- </g>
29
- </g><g transform="translate(20,50.00000000000001)">
30
- <g transform="rotate(180)">
31
- <circle cx="0" cy="0" r="10" fill="#00757f" fill-opacity="0.5" transform="scale(1.0675 1.0675)">
32
- <animateTransform attributeName="transform" type="scale" begin="-0.375s" values="1.1 1.1;1 1" keyTimes="0;1" dur="1s" repeatCount="indefinite"></animateTransform>
33
- <animate attributeName="fill-opacity" keyTimes="0;1" dur="1s" repeatCount="indefinite" values="1;0" begin="-0.375s"></animate>
34
- </circle>
35
- </g>
36
- </g><g transform="translate(28.78679656440357,28.786796564403577)">
37
- <g transform="rotate(225)">
38
- <circle cx="0" cy="0" r="10" fill="#00757f" fill-opacity="0.375" transform="scale(1.08 1.08)">
39
- <animateTransform attributeName="transform" type="scale" begin="-0.25s" values="1.1 1.1;1 1" keyTimes="0;1" dur="1s" repeatCount="indefinite"></animateTransform>
40
- <animate attributeName="fill-opacity" keyTimes="0;1" dur="1s" repeatCount="indefinite" values="1;0" begin="-0.25s"></animate>
41
- </circle>
42
- </g>
43
- </g><g transform="translate(49.99999999999999,20)">
44
- <g transform="rotate(270)">
45
- <circle cx="0" cy="0" r="10" fill="#00757f" fill-opacity="0.25" transform="scale(1.0925 1.0925)">
46
- <animateTransform attributeName="transform" type="scale" begin="-0.125s" values="1.1 1.1;1 1" keyTimes="0;1" dur="1s" repeatCount="indefinite"></animateTransform>
47
- <animate attributeName="fill-opacity" keyTimes="0;1" dur="1s" repeatCount="indefinite" values="1;0" begin="-0.125s"></animate>
48
- </circle>
49
- </g>
50
- </g><g transform="translate(71.21320343559643,28.78679656440357)">
51
- <g transform="rotate(315)">
52
- <circle cx="0" cy="0" r="10" fill="#00757f" fill-opacity="0.125" transform="scale(1.005 1.005)">
53
- <animateTransform attributeName="transform" type="scale" begin="0s" values="1.1 1.1;1 1" keyTimes="0;1" dur="1s" repeatCount="indefinite"></animateTransform>
54
- <animate attributeName="fill-opacity" keyTimes="0;1" dur="1s" repeatCount="indefinite" values="1;0" begin="0s"></animate>
55
- </circle>
56
- </g>
1
+ <svg class="lds-spin" width="47px" height="47px" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid" style="background: none;"><g transform="translate(80,50)">
2
+ <g transform="rotate(0)">
3
+ <circle cx="0" cy="0" r="10" fill="#00757f" fill-opacity="1" transform="scale(1.0175 1.0175)">
4
+ <animateTransform attributeName="transform" type="scale" begin="-0.875s" values="1.1 1.1;1 1" keyTimes="0;1" dur="1s" repeatCount="indefinite"></animateTransform>
5
+ <animate attributeName="fill-opacity" keyTimes="0;1" dur="1s" repeatCount="indefinite" values="1;0" begin="-0.875s"></animate>
6
+ </circle>
7
+ </g>
8
+ </g><g transform="translate(71.21320343559643,71.21320343559643)">
9
+ <g transform="rotate(45)">
10
+ <circle cx="0" cy="0" r="10" fill="#00757f" fill-opacity="0.875" transform="scale(1.03 1.03)">
11
+ <animateTransform attributeName="transform" type="scale" begin="-0.75s" values="1.1 1.1;1 1" keyTimes="0;1" dur="1s" repeatCount="indefinite"></animateTransform>
12
+ <animate attributeName="fill-opacity" keyTimes="0;1" dur="1s" repeatCount="indefinite" values="1;0" begin="-0.75s"></animate>
13
+ </circle>
14
+ </g>
15
+ </g><g transform="translate(50,80)">
16
+ <g transform="rotate(90)">
17
+ <circle cx="0" cy="0" r="10" fill="#00757f" fill-opacity="0.75" transform="scale(1.0425 1.0425)">
18
+ <animateTransform attributeName="transform" type="scale" begin="-0.625s" values="1.1 1.1;1 1" keyTimes="0;1" dur="1s" repeatCount="indefinite"></animateTransform>
19
+ <animate attributeName="fill-opacity" keyTimes="0;1" dur="1s" repeatCount="indefinite" values="1;0" begin="-0.625s"></animate>
20
+ </circle>
21
+ </g>
22
+ </g><g transform="translate(28.786796564403577,71.21320343559643)">
23
+ <g transform="rotate(135)">
24
+ <circle cx="0" cy="0" r="10" fill="#00757f" fill-opacity="0.625" transform="scale(1.055 1.055)">
25
+ <animateTransform attributeName="transform" type="scale" begin="-0.5s" values="1.1 1.1;1 1" keyTimes="0;1" dur="1s" repeatCount="indefinite"></animateTransform>
26
+ <animate attributeName="fill-opacity" keyTimes="0;1" dur="1s" repeatCount="indefinite" values="1;0" begin="-0.5s"></animate>
27
+ </circle>
28
+ </g>
29
+ </g><g transform="translate(20,50.00000000000001)">
30
+ <g transform="rotate(180)">
31
+ <circle cx="0" cy="0" r="10" fill="#00757f" fill-opacity="0.5" transform="scale(1.0675 1.0675)">
32
+ <animateTransform attributeName="transform" type="scale" begin="-0.375s" values="1.1 1.1;1 1" keyTimes="0;1" dur="1s" repeatCount="indefinite"></animateTransform>
33
+ <animate attributeName="fill-opacity" keyTimes="0;1" dur="1s" repeatCount="indefinite" values="1;0" begin="-0.375s"></animate>
34
+ </circle>
35
+ </g>
36
+ </g><g transform="translate(28.78679656440357,28.786796564403577)">
37
+ <g transform="rotate(225)">
38
+ <circle cx="0" cy="0" r="10" fill="#00757f" fill-opacity="0.375" transform="scale(1.08 1.08)">
39
+ <animateTransform attributeName="transform" type="scale" begin="-0.25s" values="1.1 1.1;1 1" keyTimes="0;1" dur="1s" repeatCount="indefinite"></animateTransform>
40
+ <animate attributeName="fill-opacity" keyTimes="0;1" dur="1s" repeatCount="indefinite" values="1;0" begin="-0.25s"></animate>
41
+ </circle>
42
+ </g>
43
+ </g><g transform="translate(49.99999999999999,20)">
44
+ <g transform="rotate(270)">
45
+ <circle cx="0" cy="0" r="10" fill="#00757f" fill-opacity="0.25" transform="scale(1.0925 1.0925)">
46
+ <animateTransform attributeName="transform" type="scale" begin="-0.125s" values="1.1 1.1;1 1" keyTimes="0;1" dur="1s" repeatCount="indefinite"></animateTransform>
47
+ <animate attributeName="fill-opacity" keyTimes="0;1" dur="1s" repeatCount="indefinite" values="1;0" begin="-0.125s"></animate>
48
+ </circle>
49
+ </g>
50
+ </g><g transform="translate(71.21320343559643,28.78679656440357)">
51
+ <g transform="rotate(315)">
52
+ <circle cx="0" cy="0" r="10" fill="#00757f" fill-opacity="0.125" transform="scale(1.005 1.005)">
53
+ <animateTransform attributeName="transform" type="scale" begin="0s" values="1.1 1.1;1 1" keyTimes="0;1" dur="1s" repeatCount="indefinite"></animateTransform>
54
+ <animate attributeName="fill-opacity" keyTimes="0;1" dur="1s" repeatCount="indefinite" values="1;0" begin="0s"></animate>
55
+ </circle>
56
+ </g>
57
57
  </g></svg>
package/dist/index.js CHANGED
@@ -33,6 +33,12 @@ Object.defineProperty(exports, "CheckBoxListItem", {
33
33
  return _CheckBoxListItem.default;
34
34
  }
35
35
  });
36
+ Object.defineProperty(exports, "Container", {
37
+ enumerable: true,
38
+ get: function get() {
39
+ return _Container.default;
40
+ }
41
+ });
36
42
  Object.defineProperty(exports, "ContentBox", {
37
43
  enumerable: true,
38
44
  get: function get() {
@@ -51,6 +57,12 @@ Object.defineProperty(exports, "DragAndDropFileInput", {
51
57
  return _DragAndDropFileInput.default;
52
58
  }
53
59
  });
60
+ Object.defineProperty(exports, "ErrorMessage", {
61
+ enumerable: true,
62
+ get: function get() {
63
+ return _ErrorMessage.default;
64
+ }
65
+ });
54
66
  Object.defineProperty(exports, "Footer", {
55
67
  enumerable: true,
56
68
  get: function get() {
@@ -105,6 +117,12 @@ Object.defineProperty(exports, "Paper", {
105
117
  return _Paper.default;
106
118
  }
107
119
  });
120
+ Object.defineProperty(exports, "ProgressBar", {
121
+ enumerable: true,
122
+ get: function get() {
123
+ return _ProgressBar.default;
124
+ }
125
+ });
108
126
  Object.defineProperty(exports, "RadioButtonIcon", {
109
127
  enumerable: true,
110
128
  get: function get() {
@@ -158,12 +176,16 @@ var _CheckBoxInput = _interopRequireDefault(require("./components/CheckBoxInput"
158
176
 
159
177
  var _CheckBoxListItem = _interopRequireDefault(require("./components/CheckBoxListItem"));
160
178
 
179
+ var _Container = _interopRequireDefault(require("./components/Container"));
180
+
161
181
  var _ContentBox = _interopRequireDefault(require("./components/ContentBox"));
162
182
 
163
183
  var _Dialog = _interopRequireDefault(require("./components/Dialog"));
164
184
 
165
185
  var _DragAndDropFileInput = _interopRequireDefault(require("./components/DragAndDropFileInput"));
166
186
 
187
+ var _ErrorMessage = _interopRequireDefault(require("./components/ErrorMessage"));
188
+
167
189
  var _Footer = _interopRequireDefault(require("./components/Footer"));
168
190
 
169
191
  var _Header = _interopRequireDefault(require("./components/Header"));
@@ -182,6 +204,8 @@ var _NavigationBarListItem = _interopRequireDefault(require("./components/Naviga
182
204
 
183
205
  var _Paper = _interopRequireDefault(require("./components/Paper"));
184
206
 
207
+ var _ProgressBar = _interopRequireDefault(require("./components/ProgressBar"));
208
+
185
209
  var _RadioButtonIcon = _interopRequireDefault(require("./components/RadioButtonIcon"));
186
210
 
187
211
  var _RadioButtonInput = _interopRequireDefault(require("./components/RadioButtonInput"));
@@ -1,2 +1,2 @@
1
- @import "variables/all";
1
+ @import "variables/all";
2
2
  @import "mixins/all";
@@ -1,12 +1,12 @@
1
- @import "animation";
2
- @import "appearance";
3
- @import "border-radius";
4
- @import "box-shadow";
5
- @import "box-sizing";
6
- @import "calc";
7
- @import "keyframes";
8
- @import "opacity";
9
- @import "placeholder";
10
- @import "scrollbar";
11
- @import "transform";
12
- @import "transition";
1
+ @import "animation";
2
+ @import "appearance";
3
+ @import "border-radius";
4
+ @import "box-shadow";
5
+ @import "box-sizing";
6
+ @import "calc";
7
+ @import "keyframes";
8
+ @import "opacity";
9
+ @import "placeholder";
10
+ @import "scrollbar";
11
+ @import "transform";
12
+ @import "transition";
@@ -1,6 +1,6 @@
1
- @mixin animation ($value) {
2
- -webkit-animation: $value;
3
- -moz-animation: $value;
4
- -ms-animation: $value;
5
- animation: $value;
6
- }
1
+ @mixin animation ($value) {
2
+ -webkit-animation: $value;
3
+ -moz-animation: $value;
4
+ -ms-animation: $value;
5
+ animation: $value;
6
+ }
@@ -1,5 +1,5 @@
1
- @mixin appearance ($value) {
2
- -webkit-appearance: $value;
3
- -moz-appearance: $value;
4
- appearance: $value;
5
- }
1
+ @mixin appearance ($value) {
2
+ -webkit-appearance: $value;
3
+ -moz-appearance: $value;
4
+ appearance: $value;
5
+ }
@@ -1,31 +1,31 @@
1
- @mixin border-radius($radius) {
2
- -webkit-border-radius: $radius;
3
- border-radius: $radius;
4
- }
5
-
6
- // Single side border-radius
7
-
8
- @mixin border-top-radius($radius) {
9
- -webkit-border-top-right-radius: $radius;
10
- border-top-right-radius: $radius;
11
- -webkit-border-top-left-radius: $radius;
12
- border-top-left-radius: $radius;
13
- }
14
- @mixin border-right-radius($radius) {
15
- -webkit-border-bottom-right-radius: $radius;
16
- border-bottom-right-radius: $radius;
17
- -webkit-border-top-right-radius: $radius;
18
- border-top-right-radius: $radius;
19
- }
20
- @mixin border-bottom-radius($radius) {
21
- -webkit-border-bottom-right-radius: $radius;
22
- border-bottom-right-radius: $radius;
23
- -webkit-border-bottom-left-radius: $radius;
24
- border-bottom-left-radius: $radius;
25
- }
26
- @mixin border-left-radius($radius) {
27
- -webkit-border-bottom-left-radius: $radius;
28
- border-bottom-left-radius: $radius;
29
- -webkit-border-top-left-radius: $radius;
30
- border-top-left-radius: $radius;
31
- }
1
+ @mixin border-radius($radius) {
2
+ -webkit-border-radius: $radius;
3
+ border-radius: $radius;
4
+ }
5
+
6
+ // Single side border-radius
7
+
8
+ @mixin border-top-radius($radius) {
9
+ -webkit-border-top-right-radius: $radius;
10
+ border-top-right-radius: $radius;
11
+ -webkit-border-top-left-radius: $radius;
12
+ border-top-left-radius: $radius;
13
+ }
14
+ @mixin border-right-radius($radius) {
15
+ -webkit-border-bottom-right-radius: $radius;
16
+ border-bottom-right-radius: $radius;
17
+ -webkit-border-top-right-radius: $radius;
18
+ border-top-right-radius: $radius;
19
+ }
20
+ @mixin border-bottom-radius($radius) {
21
+ -webkit-border-bottom-right-radius: $radius;
22
+ border-bottom-right-radius: $radius;
23
+ -webkit-border-bottom-left-radius: $radius;
24
+ border-bottom-left-radius: $radius;
25
+ }
26
+ @mixin border-left-radius($radius) {
27
+ -webkit-border-bottom-left-radius: $radius;
28
+ border-bottom-left-radius: $radius;
29
+ -webkit-border-top-left-radius: $radius;
30
+ border-top-left-radius: $radius;
31
+ }
@@ -1,5 +1,5 @@
1
- @mixin box-shadow($shadows...) {
2
- -webkit-box-shadow: $shadows;
3
- -moz-box-shadow: $shadows;
4
- box-shadow: $shadows;
5
- }
1
+ @mixin box-shadow($shadows...) {
2
+ -webkit-box-shadow: $shadows;
3
+ -moz-box-shadow: $shadows;
4
+ box-shadow: $shadows;
5
+ }
@@ -1,5 +1,5 @@
1
- @mixin box-sizing($box-model) {
2
- -webkit-box-sizing: $box-model; // Safari <= 5
3
- -moz-box-sizing: $box-model; // Firefox <= 19
4
- box-sizing: $box-model;
5
- }
1
+ @mixin box-sizing($box-model) {
2
+ -webkit-box-sizing: $box-model; // Safari <= 5
3
+ -moz-box-sizing: $box-model; // Firefox <= 19
4
+ box-sizing: $box-model;
5
+ }
@@ -1,5 +1,5 @@
1
- @mixin calc($property, $expression) {
2
- #{$property}: -moz-calc(#{$expression});
3
- #{$property}: -webkit-calc(#{$expression});
4
- #{$property}: calc(#{$expression});
5
- }
1
+ @mixin calc($property, $expression) {
2
+ #{$property}: -moz-calc(#{$expression});
3
+ #{$property}: -webkit-calc(#{$expression});
4
+ #{$property}: calc(#{$expression});
5
+ }
@@ -1,14 +1,14 @@
1
- @mixin keyframes($name) {
2
- @-webkit-keyframes #{$name} {
3
- @content;
4
- }
5
- @-moz-keyframes #{$name} {
6
- @content;
7
- }
8
- @-ms-keyframes #{$name} {
9
- @content;
10
- }
11
- @keyframes #{$name} {
12
- @content;
13
- }
14
- }
1
+ @mixin keyframes($name) {
2
+ @-webkit-keyframes #{$name} {
3
+ @content;
4
+ }
5
+ @-moz-keyframes #{$name} {
6
+ @content;
7
+ }
8
+ @-ms-keyframes #{$name} {
9
+ @content;
10
+ }
11
+ @keyframes #{$name} {
12
+ @content;
13
+ }
14
+ }
@@ -1,5 +1,5 @@
1
- @mixin opacity($opacity) {
2
- opacity: $opacity;
3
- $opacity-ie: $opacity * 100;
4
- filter: alpha(opacity=$opacity-ie); //IE8
5
- }
1
+ @mixin opacity($opacity) {
2
+ opacity: $opacity;
3
+ $opacity-ie: $opacity * 100;
4
+ filter: alpha(opacity=$opacity-ie); //IE8
5
+ }
@@ -1,17 +1,17 @@
1
- @mixin placeholder {
2
- &::-webkit-input-placeholder {
3
- @content
4
- }
5
-
6
- &:-moz-placeholder {
7
- @content
8
- }
9
-
10
- &::-moz-placeholder {
11
- @content
12
- }
13
-
14
- &:-ms-input-placeholder {
15
- @content
16
- }
17
- }
1
+ @mixin placeholder {
2
+ &::-webkit-input-placeholder {
3
+ @content
4
+ }
5
+
6
+ &:-moz-placeholder {
7
+ @content
8
+ }
9
+
10
+ &::-moz-placeholder {
11
+ @content
12
+ }
13
+
14
+ &:-ms-input-placeholder {
15
+ @content
16
+ }
17
+ }
@@ -1,26 +1,26 @@
1
- @mixin scrollbar($size, $foreground-color, $background-color, $border-radius) {
2
-
3
- // For Google Chrome
4
- ::-webkit-scrollbar {
5
- width: $size;
6
- height: $size;
7
- }
8
-
9
- ::-webkit-scrollbar-thumb {
10
- -webkit-box-shadow: none;
11
- border-radius: $border-radius;
12
- background: $foreground-color;
13
- }
14
-
15
- ::-webkit-scrollbar-track {
16
- -webkit-box-shadow: none;
17
- border-radius: $border-radius;
18
- background: $background-color;
19
- }
20
-
21
- // For Internet Explorer
22
- body {
23
- scrollbar-face-color: $foreground-color;
24
- scrollbar-track-color: $background-color;
25
- }
26
- }
1
+ @mixin scrollbar($size, $foreground-color, $background-color, $border-radius) {
2
+
3
+ // For Google Chrome
4
+ ::-webkit-scrollbar {
5
+ width: $size;
6
+ height: $size;
7
+ }
8
+
9
+ ::-webkit-scrollbar-thumb {
10
+ -webkit-box-shadow: none;
11
+ border-radius: $border-radius;
12
+ background: $foreground-color;
13
+ }
14
+
15
+ ::-webkit-scrollbar-track {
16
+ -webkit-box-shadow: none;
17
+ border-radius: $border-radius;
18
+ background: $background-color;
19
+ }
20
+
21
+ // For Internet Explorer
22
+ body {
23
+ scrollbar-face-color: $foreground-color;
24
+ scrollbar-track-color: $background-color;
25
+ }
26
+ }
@@ -1,6 +1,6 @@
1
- @mixin transform ($value) {
2
- -webkit-transform: $value;
3
- -moz-transform: $value;
4
- -ms-transform: $value;
5
- transform: $value;
6
- }
1
+ @mixin transform ($value) {
2
+ -webkit-transform: $value;
3
+ -moz-transform: $value;
4
+ -ms-transform: $value;
5
+ transform: $value;
6
+ }
@@ -1,34 +1,34 @@
1
- @mixin transition($transition...) {
2
- -moz-transition: $transition;
3
- -o-transition: $transition;
4
- -webkit-transition: $transition;
5
- transition: $transition;
6
- }
7
-
8
- @mixin transition-property($property...) {
9
- -moz-transition-property: $property;
10
- -o-transition-property: $property;
11
- -webkit-transition-property: $property;
12
- transition-property: $property;
13
- }
14
-
15
- @mixin transition-duration($duration...) {
16
- -moz-transition-property: $duration;
17
- -o-transition-property: $duration;
18
- -webkit-transition-property: $duration;
19
- transition-property: $duration;
20
- }
21
-
22
- @mixin transition-timing-function($timing...) {
23
- -moz-transition-timing-function: $timing;
24
- -o-transition-timing-function: $timing;
25
- -webkit-transition-timing-function: $timing;
26
- transition-timing-function: $timing;
27
- }
28
-
29
- @mixin transition-delay($delay...) {
30
- -moz-transition-delay: $delay;
31
- -o-transition-delay: $delay;
32
- -webkit-transition-delay: $delay;
33
- transition-delay: $delay;
34
- }
1
+ @mixin transition($transition...) {
2
+ -moz-transition: $transition;
3
+ -o-transition: $transition;
4
+ -webkit-transition: $transition;
5
+ transition: $transition;
6
+ }
7
+
8
+ @mixin transition-property($property...) {
9
+ -moz-transition-property: $property;
10
+ -o-transition-property: $property;
11
+ -webkit-transition-property: $property;
12
+ transition-property: $property;
13
+ }
14
+
15
+ @mixin transition-duration($duration...) {
16
+ -moz-transition-property: $duration;
17
+ -o-transition-property: $duration;
18
+ -webkit-transition-property: $duration;
19
+ transition-property: $duration;
20
+ }
21
+
22
+ @mixin transition-timing-function($timing...) {
23
+ -moz-transition-timing-function: $timing;
24
+ -o-transition-timing-function: $timing;
25
+ -webkit-transition-timing-function: $timing;
26
+ transition-timing-function: $timing;
27
+ }
28
+
29
+ @mixin transition-delay($delay...) {
30
+ -moz-transition-delay: $delay;
31
+ -o-transition-delay: $delay;
32
+ -webkit-transition-delay: $delay;
33
+ transition-delay: $delay;
34
+ }
@@ -1,3 +1,3 @@
1
- @import "colors";
2
- @import "typography";
1
+ @import "colors";
2
+ @import "typography";
3
3
  @import "viewports";
@@ -1,29 +1,28 @@
1
- $body-background: #ffffff;
2
- $color-default-text: #222;
3
- $color-link: #072938;
4
- $color-dark-blue: #072938;
5
- $color-light-blue: #acc5d4;
6
-
7
- $color-error: #9d2024;
8
- $color-error-text: #c1272c;
9
-
10
- $color-primary: #072938;
11
-
12
- $color-default: #f2f1f0;
13
-
14
- $color-success: #43ac6a;
15
-
16
- $color-warning: #c12732;
17
- $color-light-warning: #ffeaeb;
18
-
19
- $color-info: #a0d3e8;
20
-
21
- $color-light-cyan: #ecf2f6;
22
-
23
- $color-sea-green: #00757f;
24
-
25
- $color-orange: #f08a24;
26
- $color-light-orange: #faefdf;
27
-
28
- $color-lime: #c9d12b;
29
- $color-light-lime: #f0f2cb;
1
+ $body-background: #ffffff;
2
+ $color-default-text: #222;
3
+ $color-link: #072938;
4
+ $color-dark-blue: #072938;
5
+ $color-light-blue: #acc5d4;
6
+
7
+ $color-error: #9d2024;
8
+
9
+ $color-primary: #072938;
10
+
11
+ $color-default: #f2f1f0;
12
+
13
+ $color-success: #43ac6a;
14
+
15
+ $color-warning: #c12732;
16
+ $color-light-warning: #ffeaeb;
17
+
18
+ $color-info: #a0d3e8;
19
+
20
+ $color-light-cyan: #ecf2f6;
21
+
22
+ $color-sea-green: #00757f;
23
+
24
+ $color-orange: #f08a24;
25
+ $color-light-orange: #faefdf;
26
+
27
+ $color-lime: #c9d12b;
28
+ $color-light-lime: #f0f2cb;
@@ -1,2 +1,2 @@
1
- $default-font: "Open Sans";
1
+ $default-font: "Open Sans";
2
2
  $heading-font: "Altis"