dibk-design 0.4.45 → 0.4.46

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 (95) 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/ContentBox.md +46 -46
  14. package/dist/components/ContentBox.module.scss +116 -116
  15. package/dist/components/Dialog.md +5 -5
  16. package/dist/components/Dialog.module.scss +78 -78
  17. package/dist/components/DragAndDropFileInput.js +8 -4
  18. package/dist/components/DragAndDropFileInput.md +13 -13
  19. package/dist/components/DragAndDropFileInput.module.scss +36 -45
  20. package/dist/components/ErrorMessage.js +80 -0
  21. package/dist/components/ErrorMessage.md +15 -0
  22. package/dist/components/ErrorMessage.module.scss +16 -0
  23. package/dist/components/Footer.md +7 -7
  24. package/dist/components/Footer.module.scss +11 -11
  25. package/dist/components/Header.md +11 -11
  26. package/dist/components/Header.module.scss +64 -64
  27. package/dist/components/InputField.js +6 -11
  28. package/dist/components/InputField.md +41 -41
  29. package/dist/components/InputField.module.scss +81 -95
  30. package/dist/components/Label.md +9 -9
  31. package/dist/components/Label.module.scss +16 -16
  32. package/dist/components/List.md +10 -10
  33. package/dist/components/List.module.scss +18 -18
  34. package/dist/components/LoadingAnimation.md +5 -5
  35. package/dist/components/LoadingAnimation.module.scss +26 -26
  36. package/dist/components/NavigationBar.md +42 -42
  37. package/dist/components/NavigationBar.module.scss +176 -176
  38. package/dist/components/NavigationBarListItem.md +15 -15
  39. package/dist/components/Paper.md +9 -9
  40. package/dist/components/Paper.module.scss +18 -18
  41. package/dist/components/RadioButtonIcon.js +101 -101
  42. package/dist/components/RadioButtonIcon.md +41 -41
  43. package/dist/components/RadioButtonIcon.module.scss +44 -44
  44. package/dist/components/RadioButtonInput.js +97 -97
  45. package/dist/components/RadioButtonInput.md +32 -32
  46. package/dist/components/RadioButtonInput.module.scss +26 -26
  47. package/dist/components/RadioButtonListItem.md +70 -70
  48. package/dist/components/RadioButtonListItem.module.scss +71 -71
  49. package/dist/components/Select.js +6 -11
  50. package/dist/components/Select.md +28 -28
  51. package/dist/components/Select.module.scss +86 -100
  52. package/dist/components/Textarea.js +6 -11
  53. package/dist/components/Textarea.md +27 -27
  54. package/dist/components/Textarea.module.scss +58 -72
  55. package/dist/components/Theme.md +12 -12
  56. package/dist/components/Theme.module.scss +76 -76
  57. package/dist/components/WizardNavigation/Step.module.scss +75 -75
  58. package/dist/components/WizardNavigation.md +84 -84
  59. package/dist/components/WizardNavigation.module.scss +3 -3
  60. package/dist/fonts/Altis-Light.svg +326 -326
  61. package/dist/fonts/open-sans-v27-latin-ext_latin-300.svg +346 -346
  62. package/dist/fonts/open-sans-v27-latin-ext_latin-300italic.svg +377 -377
  63. package/dist/fonts/open-sans-v27-latin-ext_latin-700.svg +349 -349
  64. package/dist/fonts/open-sans-v27-latin-ext_latin-700italic.svg +379 -379
  65. package/dist/fonts/open-sans-v27-latin-ext_latin-italic.svg +379 -379
  66. package/dist/fonts/open-sans-v27-latin-ext_latin-regular.svg +349 -349
  67. package/dist/images/dibk-logo-mobile.svg +91 -91
  68. package/dist/images/dibk-logo.svg +991 -991
  69. package/dist/images/spinner.svg +56 -56
  70. package/dist/index.js +8 -0
  71. package/dist/style/abstracts/_all.scss +1 -1
  72. package/dist/style/abstracts/mixins/_all.scss +12 -12
  73. package/dist/style/abstracts/mixins/_animation.scss +6 -6
  74. package/dist/style/abstracts/mixins/_appearance.scss +5 -5
  75. package/dist/style/abstracts/mixins/_border-radius.scss +31 -31
  76. package/dist/style/abstracts/mixins/_box-shadow.scss +5 -5
  77. package/dist/style/abstracts/mixins/_box-sizing.scss +5 -5
  78. package/dist/style/abstracts/mixins/_calc.scss +5 -5
  79. package/dist/style/abstracts/mixins/_keyframes.scss +14 -14
  80. package/dist/style/abstracts/mixins/_opacity.scss +5 -5
  81. package/dist/style/abstracts/mixins/_placeholder.scss +17 -17
  82. package/dist/style/abstracts/mixins/_scrollbar.scss +26 -26
  83. package/dist/style/abstracts/mixins/_transform.scss +6 -6
  84. package/dist/style/abstracts/mixins/_transition.scss +34 -34
  85. package/dist/style/abstracts/variables/_all.scss +2 -2
  86. package/dist/style/abstracts/variables/_colors.scss +29 -29
  87. package/dist/style/abstracts/variables/_typography.scss +1 -1
  88. package/dist/style/abstracts/variables/_viewports.scss +14 -14
  89. package/dist/style/base/_all.scss +1 -1
  90. package/dist/style/base/_reset.scss +15 -15
  91. package/dist/style/base/_typography.scss +6 -6
  92. package/dist/style/base/fonts.css +95 -95
  93. package/dist/style/global.scss +3 -3
  94. package/dist/style/layout/_containers.scss +9 -9
  95. 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
@@ -51,6 +51,12 @@ Object.defineProperty(exports, "DragAndDropFileInput", {
51
51
  return _DragAndDropFileInput.default;
52
52
  }
53
53
  });
54
+ Object.defineProperty(exports, "ErrorMessage", {
55
+ enumerable: true,
56
+ get: function get() {
57
+ return _ErrorMessage.default;
58
+ }
59
+ });
54
60
  Object.defineProperty(exports, "Footer", {
55
61
  enumerable: true,
56
62
  get: function get() {
@@ -164,6 +170,8 @@ var _Dialog = _interopRequireDefault(require("./components/Dialog"));
164
170
 
165
171
  var _DragAndDropFileInput = _interopRequireDefault(require("./components/DragAndDropFileInput"));
166
172
 
173
+ var _ErrorMessage = _interopRequireDefault(require("./components/ErrorMessage"));
174
+
167
175
  var _Footer = _interopRequireDefault(require("./components/Footer"));
168
176
 
169
177
  var _Header = _interopRequireDefault(require("./components/Header"));
@@ -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,29 @@
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
+ $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,2 +1,2 @@
1
- $default-font: "Open Sans";
1
+ $default-font: "Open Sans";
2
2
  $heading-font: "Altis"
@@ -1,14 +1,14 @@
1
- $screen-xs: 320px !default;
2
- $screen-xs-min: $screen-xs !default;
3
- $screen-sm: 640px !default;
4
- $screen-sm-min: $screen-sm !default;
5
- $screen-md: 960px !default;
6
- $screen-md-min: $screen-md !default;
7
- $screen-lg: 1280px !default;
8
- $screen-lg-min: $screen-lg !default;
9
- $screen-xl: 1920px !default;
10
- $screen-xl-min: $screen-xl !default;
11
- $screen-xs-max: ($screen-sm-min - 1) !default;
12
- $screen-sm-max: ($screen-md-min - 1) !default;
13
- $screen-md-max: ($screen-lg-min - 1) !default;
14
- $screen-lg-max: ($screen-xl-min - 1) !default;
1
+ $screen-xs: 320px !default;
2
+ $screen-xs-min: $screen-xs !default;
3
+ $screen-sm: 640px !default;
4
+ $screen-sm-min: $screen-sm !default;
5
+ $screen-md: 960px !default;
6
+ $screen-md-min: $screen-md !default;
7
+ $screen-lg: 1280px !default;
8
+ $screen-lg-min: $screen-lg !default;
9
+ $screen-xl: 1920px !default;
10
+ $screen-xl-min: $screen-xl !default;
11
+ $screen-xs-max: ($screen-sm-min - 1) !default;
12
+ $screen-sm-max: ($screen-md-min - 1) !default;
13
+ $screen-md-max: ($screen-lg-min - 1) !default;
14
+ $screen-lg-max: ($screen-xl-min - 1) !default;
@@ -1,2 +1,2 @@
1
- @import "typography";
1
+ @import "typography";
2
2
  @import "reset";
@@ -1,15 +1,15 @@
1
- * {
2
- -webkit-box-sizing: border-box; // Safari <= 5
3
- -moz-box-sizing: border-box; // Firefox <= 19
4
- box-sizing: border-box;
5
- }
6
-
7
- html {
8
- margin: 0;
9
- padding: 0;
10
- }
11
-
12
- body{
13
- margin: 0;
14
- padding: 0;
15
- }
1
+ * {
2
+ -webkit-box-sizing: border-box; // Safari <= 5
3
+ -moz-box-sizing: border-box; // Firefox <= 19
4
+ box-sizing: border-box;
5
+ }
6
+
7
+ html {
8
+ margin: 0;
9
+ padding: 0;
10
+ }
11
+
12
+ body{
13
+ margin: 0;
14
+ padding: 0;
15
+ }