dibk-design 0.3.24
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/LICENSE +674 -0
- package/README.md +3 -0
- package/dist/components/Accordion.js +120 -0
- package/dist/components/Accordion.md +15 -0
- package/dist/components/Accordion.module.scss +180 -0
- package/dist/components/Button.js +104 -0
- package/dist/components/Button.md +48 -0
- package/dist/components/Button.module.scss +141 -0
- package/dist/components/CheckBoxIcon.js +97 -0
- package/dist/components/CheckBoxIcon.md +23 -0
- package/dist/components/CheckBoxIcon.module.scss +39 -0
- package/dist/components/CheckBoxInput.js +91 -0
- package/dist/components/CheckBoxInput.md +39 -0
- package/dist/components/CheckBoxInput.module.scss +18 -0
- package/dist/components/CheckBoxListItem.js +85 -0
- package/dist/components/CheckBoxListItem.md +35 -0
- package/dist/components/CheckBoxListItem.module.scss +59 -0
- package/dist/components/ContentBox.js +106 -0
- package/dist/components/ContentBox.md +46 -0
- package/dist/components/ContentBox.module.scss +105 -0
- package/dist/components/DragAndDropFileInput.js +196 -0
- package/dist/components/DragAndDropFileInput.md +7 -0
- package/dist/components/DragAndDropFileInput.module.scss +36 -0
- package/dist/components/Footer.js +62 -0
- package/dist/components/Footer.md +7 -0
- package/dist/components/Footer.module.scss +11 -0
- package/dist/components/Header.js +75 -0
- package/dist/components/Header.md +7 -0
- package/dist/components/Header.module.scss +30 -0
- package/dist/components/InputField.js +201 -0
- package/dist/components/InputField.md +36 -0
- package/dist/components/InputField.module.scss +91 -0
- package/dist/components/List.js +106 -0
- package/dist/components/List.md +10 -0
- package/dist/components/List.module.scss +19 -0
- package/dist/components/LoadingAnimation.js +74 -0
- package/dist/components/LoadingAnimation.md +5 -0
- package/dist/components/LoadingAnimation.module.scss +26 -0
- package/dist/components/NavigationBar.js +229 -0
- package/dist/components/NavigationBar.md +31 -0
- package/dist/components/NavigationBar.module.scss +176 -0
- package/dist/components/NavigationBarListItem.js +85 -0
- package/dist/components/NavigationBarListItem.md +16 -0
- package/dist/components/Paper.js +71 -0
- package/dist/components/Paper.md +9 -0
- package/dist/components/Paper.module.scss +17 -0
- package/dist/components/RadioButtonIcon.js +92 -0
- package/dist/components/RadioButtonIcon.md +23 -0
- package/dist/components/RadioButtonIcon.module.scss +21 -0
- package/dist/components/RadioButtonInput.js +89 -0
- package/dist/components/RadioButtonInput.md +22 -0
- package/dist/components/RadioButtonInput.module.scss +15 -0
- package/dist/components/RadioButtonListItem.js +86 -0
- package/dist/components/RadioButtonListItem.md +24 -0
- package/dist/components/RadioButtonListItem.module.scss +59 -0
- package/dist/components/Select.js +188 -0
- package/dist/components/Select.md +26 -0
- package/dist/components/Select.module.scss +84 -0
- package/dist/components/Theme.js +131 -0
- package/dist/components/Theme.md +12 -0
- package/dist/components/Theme.module.scss +76 -0
- package/dist/components/WizardNavigation/Step.js +104 -0
- package/dist/components/WizardNavigation/Step.module.scss +75 -0
- package/dist/components/WizardNavigation.js +95 -0
- package/dist/components/WizardNavigation.md +84 -0
- package/dist/components/WizardNavigation.module.scss +4 -0
- package/dist/fonts/Altis-Light.eot +0 -0
- package/dist/fonts/Altis-Light.svg +326 -0
- package/dist/fonts/Altis-Light.ttf +0 -0
- package/dist/fonts/Altis-Light.woff +0 -0
- package/dist/functions/theme.js +60 -0
- package/dist/images/dibk-logo-mobile.svg +91 -0
- package/dist/images/dibk-logo.svg +991 -0
- package/dist/images/spinner.svg +57 -0
- package/dist/index.js +185 -0
- package/dist/style/abstracts/_all.scss +2 -0
- package/dist/style/abstracts/mixins/_all.scss +12 -0
- package/dist/style/abstracts/mixins/_animation.scss +6 -0
- package/dist/style/abstracts/mixins/_appearance.scss +5 -0
- package/dist/style/abstracts/mixins/_border-radius.scss +31 -0
- package/dist/style/abstracts/mixins/_box-shadow.scss +5 -0
- package/dist/style/abstracts/mixins/_box-sizing.scss +5 -0
- package/dist/style/abstracts/mixins/_calc.scss +5 -0
- package/dist/style/abstracts/mixins/_keyframes.scss +14 -0
- package/dist/style/abstracts/mixins/_opacity.scss +5 -0
- package/dist/style/abstracts/mixins/_placeholder.scss +17 -0
- package/dist/style/abstracts/mixins/_scrollbar.scss +26 -0
- package/dist/style/abstracts/mixins/_transform.scss +6 -0
- package/dist/style/abstracts/mixins/_transition.scss +34 -0
- package/dist/style/abstracts/variables/_all.scss +3 -0
- package/dist/style/abstracts/variables/_colors.scss +35 -0
- package/dist/style/abstracts/variables/_typography.scss +1 -0
- package/dist/style/abstracts/variables/_viewports.scss +11 -0
- package/dist/style/base/_all.scss +2 -0
- package/dist/style/base/_reset.scss +15 -0
- package/dist/style/base/_typography.scss +6 -0
- package/dist/style/base/fonts.css +6 -0
- package/dist/style/global.scss +3 -0
- package/dist/style/layout/_all.scss +1 -0
- package/dist/style/layout/_containers.scss +9 -0
- package/package.json +43 -0
|
@@ -0,0 +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>
|
|
57
|
+
</g></svg>
|
package/dist/index.js
ADDED
|
@@ -0,0 +1,185 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "Accordion", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function get() {
|
|
9
|
+
return _Accordion.default;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
Object.defineProperty(exports, "Button", {
|
|
13
|
+
enumerable: true,
|
|
14
|
+
get: function get() {
|
|
15
|
+
return _Button.default;
|
|
16
|
+
}
|
|
17
|
+
});
|
|
18
|
+
Object.defineProperty(exports, "CheckBoxIcon", {
|
|
19
|
+
enumerable: true,
|
|
20
|
+
get: function get() {
|
|
21
|
+
return _CheckBoxIcon.default;
|
|
22
|
+
}
|
|
23
|
+
});
|
|
24
|
+
Object.defineProperty(exports, "CheckBoxInput", {
|
|
25
|
+
enumerable: true,
|
|
26
|
+
get: function get() {
|
|
27
|
+
return _CheckBoxInput.default;
|
|
28
|
+
}
|
|
29
|
+
});
|
|
30
|
+
Object.defineProperty(exports, "CheckBoxListItem", {
|
|
31
|
+
enumerable: true,
|
|
32
|
+
get: function get() {
|
|
33
|
+
return _CheckBoxListItem.default;
|
|
34
|
+
}
|
|
35
|
+
});
|
|
36
|
+
Object.defineProperty(exports, "ContentBox", {
|
|
37
|
+
enumerable: true,
|
|
38
|
+
get: function get() {
|
|
39
|
+
return _ContentBox.default;
|
|
40
|
+
}
|
|
41
|
+
});
|
|
42
|
+
Object.defineProperty(exports, "DragAndDropFileInput", {
|
|
43
|
+
enumerable: true,
|
|
44
|
+
get: function get() {
|
|
45
|
+
return _DragAndDropFileInput.default;
|
|
46
|
+
}
|
|
47
|
+
});
|
|
48
|
+
Object.defineProperty(exports, "Header", {
|
|
49
|
+
enumerable: true,
|
|
50
|
+
get: function get() {
|
|
51
|
+
return _Header.default;
|
|
52
|
+
}
|
|
53
|
+
});
|
|
54
|
+
Object.defineProperty(exports, "List", {
|
|
55
|
+
enumerable: true,
|
|
56
|
+
get: function get() {
|
|
57
|
+
return _List.default;
|
|
58
|
+
}
|
|
59
|
+
});
|
|
60
|
+
Object.defineProperty(exports, "LoadingAnimation", {
|
|
61
|
+
enumerable: true,
|
|
62
|
+
get: function get() {
|
|
63
|
+
return _LoadingAnimation.default;
|
|
64
|
+
}
|
|
65
|
+
});
|
|
66
|
+
Object.defineProperty(exports, "NavigationBar", {
|
|
67
|
+
enumerable: true,
|
|
68
|
+
get: function get() {
|
|
69
|
+
return _NavigationBar.default;
|
|
70
|
+
}
|
|
71
|
+
});
|
|
72
|
+
Object.defineProperty(exports, "NavigationBarListItem", {
|
|
73
|
+
enumerable: true,
|
|
74
|
+
get: function get() {
|
|
75
|
+
return _NavigationBarListItem.default;
|
|
76
|
+
}
|
|
77
|
+
});
|
|
78
|
+
Object.defineProperty(exports, "Select", {
|
|
79
|
+
enumerable: true,
|
|
80
|
+
get: function get() {
|
|
81
|
+
return _Select.default;
|
|
82
|
+
}
|
|
83
|
+
});
|
|
84
|
+
Object.defineProperty(exports, "Footer", {
|
|
85
|
+
enumerable: true,
|
|
86
|
+
get: function get() {
|
|
87
|
+
return _Footer.default;
|
|
88
|
+
}
|
|
89
|
+
});
|
|
90
|
+
Object.defineProperty(exports, "InputField", {
|
|
91
|
+
enumerable: true,
|
|
92
|
+
get: function get() {
|
|
93
|
+
return _InputField.default;
|
|
94
|
+
}
|
|
95
|
+
});
|
|
96
|
+
Object.defineProperty(exports, "Paper", {
|
|
97
|
+
enumerable: true,
|
|
98
|
+
get: function get() {
|
|
99
|
+
return _Paper.default;
|
|
100
|
+
}
|
|
101
|
+
});
|
|
102
|
+
Object.defineProperty(exports, "RadioButtonIcon", {
|
|
103
|
+
enumerable: true,
|
|
104
|
+
get: function get() {
|
|
105
|
+
return _RadioButtonIcon.default;
|
|
106
|
+
}
|
|
107
|
+
});
|
|
108
|
+
Object.defineProperty(exports, "RadioButtonInput", {
|
|
109
|
+
enumerable: true,
|
|
110
|
+
get: function get() {
|
|
111
|
+
return _RadioButtonInput.default;
|
|
112
|
+
}
|
|
113
|
+
});
|
|
114
|
+
Object.defineProperty(exports, "RadioButtonListItem", {
|
|
115
|
+
enumerable: true,
|
|
116
|
+
get: function get() {
|
|
117
|
+
return _RadioButtonListItem.default;
|
|
118
|
+
}
|
|
119
|
+
});
|
|
120
|
+
Object.defineProperty(exports, "WizardNavigation", {
|
|
121
|
+
enumerable: true,
|
|
122
|
+
get: function get() {
|
|
123
|
+
return _WizardNavigation.default;
|
|
124
|
+
}
|
|
125
|
+
});
|
|
126
|
+
Object.defineProperty(exports, "WizardNavigationStep", {
|
|
127
|
+
enumerable: true,
|
|
128
|
+
get: function get() {
|
|
129
|
+
return _Step.default;
|
|
130
|
+
}
|
|
131
|
+
});
|
|
132
|
+
|
|
133
|
+
var _webfontloader = _interopRequireDefault(require("webfontloader"));
|
|
134
|
+
|
|
135
|
+
var _Accordion = _interopRequireDefault(require("./components/Accordion"));
|
|
136
|
+
|
|
137
|
+
var _Button = _interopRequireDefault(require("./components/Button"));
|
|
138
|
+
|
|
139
|
+
var _CheckBoxIcon = _interopRequireDefault(require("./components/CheckBoxIcon"));
|
|
140
|
+
|
|
141
|
+
var _CheckBoxInput = _interopRequireDefault(require("./components/CheckBoxInput"));
|
|
142
|
+
|
|
143
|
+
var _CheckBoxListItem = _interopRequireDefault(require("./components/CheckBoxListItem"));
|
|
144
|
+
|
|
145
|
+
var _ContentBox = _interopRequireDefault(require("./components/ContentBox"));
|
|
146
|
+
|
|
147
|
+
var _DragAndDropFileInput = _interopRequireDefault(require("./components/DragAndDropFileInput"));
|
|
148
|
+
|
|
149
|
+
var _Header = _interopRequireDefault(require("./components/Header"));
|
|
150
|
+
|
|
151
|
+
var _List = _interopRequireDefault(require("./components/List"));
|
|
152
|
+
|
|
153
|
+
var _LoadingAnimation = _interopRequireDefault(require("./components/LoadingAnimation"));
|
|
154
|
+
|
|
155
|
+
var _NavigationBar = _interopRequireDefault(require("./components/NavigationBar"));
|
|
156
|
+
|
|
157
|
+
var _NavigationBarListItem = _interopRequireDefault(require("./components/NavigationBarListItem"));
|
|
158
|
+
|
|
159
|
+
var _Select = _interopRequireDefault(require("./components/Select"));
|
|
160
|
+
|
|
161
|
+
var _Footer = _interopRequireDefault(require("./components/Footer"));
|
|
162
|
+
|
|
163
|
+
var _InputField = _interopRequireDefault(require("./components/InputField"));
|
|
164
|
+
|
|
165
|
+
var _Paper = _interopRequireDefault(require("./components/Paper"));
|
|
166
|
+
|
|
167
|
+
var _RadioButtonIcon = _interopRequireDefault(require("./components/RadioButtonIcon"));
|
|
168
|
+
|
|
169
|
+
var _RadioButtonInput = _interopRequireDefault(require("./components/RadioButtonInput"));
|
|
170
|
+
|
|
171
|
+
var _RadioButtonListItem = _interopRequireDefault(require("./components/RadioButtonListItem"));
|
|
172
|
+
|
|
173
|
+
var _WizardNavigation = _interopRequireDefault(require("./components/WizardNavigation"));
|
|
174
|
+
|
|
175
|
+
var _Step = _interopRequireDefault(require("./components/WizardNavigation/Step"));
|
|
176
|
+
|
|
177
|
+
require("./style/base/fonts.css");
|
|
178
|
+
|
|
179
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
180
|
+
|
|
181
|
+
_webfontloader.default.load({
|
|
182
|
+
google: {
|
|
183
|
+
families: ['Open Sans:300,400,700', 'sans-serif']
|
|
184
|
+
}
|
|
185
|
+
});
|
|
@@ -0,0 +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";
|
|
@@ -0,0 +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
|
+
}
|
|
@@ -0,0 +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
|
+
}
|
|
@@ -0,0 +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
|
+
}
|