@inspark/components-web 14.0.14 → 19.0.0
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/CHANGELOG.md +46 -0
- package/README.md +54 -0
- package/assets/fonts/fontawesome/FontAwesome.otf +0 -0
- package/assets/fonts/fontawesome/fontawesome-webfont.eot +0 -0
- package/assets/fonts/fontawesome/fontawesome-webfont.svg +2671 -0
- package/assets/fonts/fontawesome/fontawesome-webfont.ttf +0 -0
- package/assets/fonts/fontawesome/fontawesome-webfont.woff +0 -0
- package/assets/fonts/fontawesome/fontawesome-webfont.woff2 +0 -0
- package/assets/fonts/lato/Lato-Bold.ttf +0 -0
- package/assets/fonts/lato/Lato-BoldItalic.ttf +0 -0
- package/assets/fonts/lato/Lato-Italic.ttf +0 -0
- package/assets/fonts/lato/Lato-Regular.ttf +0 -0
- package/assets/fonts/open-sans/BoldItalic/OpenSans-BoldItalic.eot +0 -0
- package/assets/fonts/open-sans/BoldItalic/OpenSans-BoldItalic.svg +21121 -0
- package/assets/fonts/open-sans/BoldItalic/OpenSans-BoldItalic.ttf +0 -0
- package/assets/fonts/open-sans/BoldItalic/OpenSans-BoldItalic.woff +0 -0
- package/assets/fonts/open-sans/BoldItalic/OpenSans-BoldItalic.woff2 +0 -0
- package/assets/fonts/open-sans/ExtraBoldItalic/OpenSans-ExtraboldItalic.eot +0 -0
- package/assets/fonts/open-sans/ExtraBoldItalic/OpenSans-ExtraboldItalic.svg +21120 -0
- package/assets/fonts/open-sans/ExtraBoldItalic/OpenSans-ExtraboldItalic.ttf +0 -0
- package/assets/fonts/open-sans/ExtraBoldItalic/OpenSans-ExtraboldItalic.woff +0 -0
- package/assets/fonts/open-sans/ExtraBoldItalic/OpenSans-ExtraboldItalic.woff2 +0 -0
- package/assets/fonts/open-sans/SemiboldItalic/OpenSans-SemiboldItalic.eot +0 -0
- package/assets/fonts/open-sans/SemiboldItalic/OpenSans-SemiboldItalic.svg +21154 -0
- package/assets/fonts/open-sans/SemiboldItalic/OpenSans-SemiboldItalic.ttf +0 -0
- package/assets/fonts/open-sans/SemiboldItalic/OpenSans-SemiboldItalic.woff +0 -0
- package/assets/fonts/open-sans/SemiboldItalic/OpenSans-SemiboldItalic.woff2 +0 -0
- package/assets/fonts/primeicons/primeicons.woff2 +0 -0
- package/copy.json +12 -0
- package/design-tokens/colors.yml +34 -0
- package/migrate-sass-imports.js +87 -0
- package/package.json +46 -1
- package/src/_mixins.scss +39 -40
- package/src/_variables.scss +32 -33
- package/src/badge/_mixins.scss +5 -5
- package/src/badge/_variables.scss +2 -2
- package/src/badge/ids-badge.scss +1 -1
- package/src/base/_functions.scss +1 -1
- package/src/base/_mixins.scss +6 -6
- package/src/base/_variables.scss +1 -1
- package/src/base/ids-base.scss +3 -3
- package/src/box-shadow/_mixins.scss +1 -1
- package/src/box-shadow/_variables.scss +2 -0
- package/src/box-shadow/ids-box-shadow.scss +1 -1
- package/src/button/_mixins.scss +779 -775
- package/src/button/_variables.scss +3 -0
- package/src/button/ids-button.scss +1 -1
- package/src/button-group/_mixins.scss +3 -3
- package/src/button-group/ids-button-group.scss +1 -1
- package/src/card/_mixins.scss +382 -376
- package/src/card/_variables.scss +3 -1
- package/src/card/ids-card.scss +1 -1
- package/src/checkbox/_mixins.scss +430 -428
- package/src/checkbox/_variables.scss +2 -0
- package/src/checkbox/ids-checkbox.scss +1 -1
- package/src/common.scss +44 -45
- package/src/container/_mixins.scss +3 -2
- package/src/container/_variables.scss +3 -1
- package/src/container/ids-container.scss +1 -1
- package/src/crop/_mixins.scss +1 -1
- package/src/crop/_variables.scss +2 -0
- package/src/crop/ids-crop.scss +1 -1
- package/src/crumb/_mixins.scss +37 -36
- package/src/crumb/_variables.scss +2 -0
- package/src/crumb/ids-crumb.scss +1 -1
- package/src/flex/ids-flex.scss +1 -1
- package/src/form/_mixins.scss +3 -3
- package/src/form/_variables.scss +2 -2
- package/src/form/ids-form.scss +1 -1
- package/src/form-group/_mixins.scss +1 -1
- package/src/form-group/ids-form-group.scss +1 -1
- package/src/grid/_mixins.scss +3 -3
- package/src/grid/_variables.scss +3 -1
- package/src/grid/ids-grid.scss +1 -1
- package/src/helpers/helpers.scss +1 -1
- package/src/icon/_mixins.scss +397 -395
- package/src/icon/_variables.scss +2 -2
- package/src/icon/ids-icon.scss +1 -1
- package/src/image/_mixins.scss +1 -1
- package/src/image/_variables.scss +2 -0
- package/src/image/ids-image.scss +1 -1
- package/src/input/_mixins.scss +418 -415
- package/src/input/_variables.scss +4 -2
- package/src/input/ids-input.scss +2 -2
- package/src/input-group/_mixins.scss +108 -104
- package/src/input-group/_variables.scss +2 -2
- package/src/input-group/ids-input-group.scss +1 -1
- package/src/inspark.scss +2 -2
- package/src/label/_mixins.scss +5 -5
- package/src/label/_variables.scss +2 -0
- package/src/label/ids-label.scss +1 -1
- package/src/list/_mixins.scss +288 -287
- package/src/list/_variables.scss +2 -0
- package/src/list/ids-list.scss +1 -1
- package/src/list-group/_mixins.scss +282 -278
- package/src/list-group/_variables.scss +2 -0
- package/src/list-group/ids-list-group.scss +1 -1
- package/src/mediaqueries/_mixins.scss +1 -1
- package/src/mediaqueries/_variables.scss +2 -0
- package/src/mediaqueries/ids-mediaqueries.scss +1 -1
- package/src/nav/_mixins.scss +92 -89
- package/src/nav/_variables.scss +2 -0
- package/src/nav/ids-nav.scss +1 -1
- package/src/navbar/_mixins.scss +653 -650
- package/src/navbar/_variables.scss +3 -2
- package/src/navbar/ids-navbar.scss +1 -1
- package/src/new-component-template/_mixins.scss +2 -2
- package/src/new-component-template/_variables.scss +2 -2
- package/src/new-component-template/ids-new-component-template.scss +1 -1
- package/src/overlay/_mixins.scss +2 -2
- package/src/overlay/ids-overlay.scss +1 -1
- package/src/pallete/blue.scss +1 -1
- package/src/pallete/contrast.scss +1 -1
- package/src/pallete/pallete.scss +5 -5
- package/src/panel/_mixins.scss +765 -763
- package/src/panel/_variables.scss +3 -2
- package/src/panel/ids-panel.scss +1 -1
- package/src/particles/_mixins.scss +65 -64
- package/src/particles/ids-particles.scss +1 -1
- package/src/radio/_mixins.scss +212 -210
- package/src/radio/_variables.scss +2 -0
- package/src/radio/ids-radio.scss +1 -1
- package/src/ratio/_mixins.scss +1 -1
- package/src/ratio/_variables.scss +2 -0
- package/src/ratio/ids-ratio.scss +1 -1
- package/src/sass-mq/_mixins.scss +1 -1
- package/src/sass-mq/_variables.scss +2 -0
- package/src/sass-mq/ids-sass-mq.scss +1 -1
- package/src/select/_mixins.scss +269 -267
- package/src/select/_variables.scss +3 -0
- package/src/select/ids-select.scss +1 -1
- package/src/sidebar/_mixins.scss +3 -3
- package/src/sidebar/_variables.scss +2 -2
- package/src/sidebar/ids-sidebar.scss +1 -1
- package/src/static/_mixins.scss +1 -1
- package/src/static/ids-static.scss +1 -1
- package/src/table/_mixins.scss +522 -518
- package/src/table/_variables.scss +2 -0
- package/src/table/ids-table.scss +1 -1
- package/src/textarea/_mixins.scss +39 -39
- package/src/textarea/_variables.scss +2 -0
- package/src/textarea/ids-textarea.scss +1 -1
- package/src/theme/_mixins.scss +4 -3
- package/src/theme/_variables.scss +5 -4
- package/src/theme/blue.scss +440 -448
- package/src/theme/contrast.scss +398 -406
- package/src/theme/green.scss +432 -440
- package/src/theme/ids-theme.scss +5 -5
- package/src/theme/light.scss +398 -406
- package/src/tools/_tools.border-radius.scss +1 -0
- package/src/tools/_tools.rem.scss +1 -0
- package/src/tools/ids-tools.scss +9 -9
- package/src/tooltip/_mixins.scss +820 -817
- package/src/tooltip/_variables.scss +2 -2
- package/src/tooltip/ids-tooltip.scss +1 -1
- package/src/tree-table/_mixins.scss +335 -331
- package/src/tree-table/_variables.scss +2 -2
- package/src/tree-table/ids-tree-table.scss +1 -1
- package/src/typography/_mixins.scss +6 -1
- package/src/typography/_variables.scss +2 -2
- package/src/typography/ids-typography.scss +2 -2
- package/src/utilities/_loader.utilities.scss +17 -20
- package/src/utilities/_utilities.border.scss +2 -0
- package/src/utilities/_utilities.clearfix.scss +1 -0
- package/src/utilities/_utilities.headings.scss +2 -0
- package/src/utilities/_utilities.hide.scss +58 -56
- package/src/utilities/_utilities.lineheight.scss +2 -0
- package/src/utilities/_utilities.overflow.scss +1 -1
- package/src/utilities/_utilities.position.scss +3 -0
- package/src/utilities/_utilities.spacing.scss +77 -75
- package/src/utilities/_utilities.themes.scss +3 -0
- package/src/utilities/_utilities.typography.scss +179 -177
- package/src/utilities/_utilities.widths.scss +2 -2
- package/src/widgets/_components.widget.scss +3 -0
- package/src/widgets/_components.widget.themes.scss +3 -0
- package/src/widgets/_components.widgetStatus.scss +2 -0
- package/src/widgets/_components.widgetStatus.themes.scss +2 -0
- package/src/widgets/_components.widgetValue.scss +2 -0
- package/src/widgets/ids-widgets.scss +5 -5
- package/update_full.js +14 -0
- package/webpack.config.js +51 -0
- package/index.css +0 -24206
- package/index.js +0 -125
- package/src/nvd3/_components.charts-nvd3.scss +0 -182
- package/src/nvd3/_components.charts-nvd3.themes.scss +0 -179
- package/src/nvd3/_variables-theme-contrast.scss +0 -123
- package/src/nvd3/_variables-theme-green.scss +0 -123
- package/src/nvd3/_variables-theme-light.scss +0 -123
- package/src/nvd3/_variables.scss +0 -123
- package/src/nvd3/angular-nvd3.js +0 -719
- package/src/nvd3/bars/_components.bars.scss +0 -47
- package/src/nvd3/bars/_components.bars.themes.scss +0 -47
- package/src/nvd3/boxplot/_components.boxplot.scss +0 -23
- package/src/nvd3/boxplot/_components.boxplot.themes.scss +0 -21
- package/src/nvd3/bullet/_components.bullet.scss +0 -66
- package/src/nvd3/bullet/_components.bullet.themes.scss +0 -66
- package/src/nvd3/candlestick/_components.candlestick.scss +0 -31
- package/src/nvd3/candlestick/_components.candlestick.themes.scss +0 -31
- package/src/nvd3/force-directed-graph/_components.force-directed-graph.scss +0 -16
- package/src/nvd3/force-directed-graph/_components.force-directed-graph.themes.scss +0 -16
- package/src/nvd3/furious-legend/_components.furious-legend.scss +0 -27
- package/src/nvd3/furious-legend/_components.furious-legend.themes.scss +0 -27
- package/src/nvd3/lineplusbar/_components.lineplusbar.scss +0 -12
- package/src/nvd3/lineplusbar/_components.lineplusbar.themes.scss +0 -12
- package/src/nvd3/lines/_components.lines.scss +0 -172
- package/src/nvd3/lines/_components.lines.themes.scss +0 -170
- package/src/nvd3/ohlc/_components.ohlc.scss +0 -18
- package/src/nvd3/ohlc/_components.ohlc.themes.scss +0 -18
- package/src/nvd3/parallelcoordinates/_components.parallelcoordinates.scss +0 -35
- package/src/nvd3/parallelcoordinates/_components.parallelcoordinates.themes.scss +0 -35
- package/src/nvd3/pie/_components.pie.scss +0 -99
- package/src/nvd3/pie/_components.pie.themes.scss +0 -97
- package/src/nvd3/scatter/_components.scatter.scss +0 -21
- package/src/nvd3/scatter/_components.scatter.themes.scss +0 -21
- package/src/nvd3/sparkline/_components.sparkline.scss +0 -54
- package/src/nvd3/sparkline/_components.sparkline.themes.scss +0 -54
- package/src/nvd3/stackedarea/_components.stackedarea.scss +0 -146
- package/src/nvd3/stackedarea/_components.stackedarea.themes.scss +0 -145
- package/src/nvd3/tooltip/_components.tooltip.scss +0 -186
- package/src/nvd3/tooltip/_components.tooltip.themes.scss +0 -186
- /package/{fonts → assets/fonts/lato}/lato-bold.woff +0 -0
- /package/{fonts → assets/fonts/lato}/lato-bold.woff2 +0 -0
- /package/{fonts → assets/fonts/lato}/lato-bolditalic.woff +0 -0
- /package/{fonts → assets/fonts/lato}/lato-bolditalic.woff2 +0 -0
- /package/{fonts → assets/fonts/lato}/lato-italic.woff +0 -0
- /package/{fonts → assets/fonts/lato}/lato-italic.woff2 +0 -0
- /package/{fonts → assets/fonts/lato}/lato-regular.woff +0 -0
- /package/{fonts → assets/fonts/lato}/lato-regular.woff2 +0 -0
- /package/{fonts → assets/fonts/material-design-icons}/MaterialIcons-Regular.ttf +0 -0
- /package/{fonts → assets/fonts/material-design-icons}/MaterialIcons-Regular.woff +0 -0
- /package/{fonts → assets/fonts/material-design-icons}/MaterialIcons-Regular.woff2 +0 -0
- /package/{fonts → assets/fonts/open-sans/Bold}/OpenSans-Bold.eot +0 -0
- /package/{fonts → assets/fonts/open-sans/Bold}/OpenSans-Bold.svg +0 -0
- /package/{fonts → assets/fonts/open-sans/Bold}/OpenSans-Bold.ttf +0 -0
- /package/{fonts → assets/fonts/open-sans/Bold}/OpenSans-Bold.woff +0 -0
- /package/{fonts → assets/fonts/open-sans/Bold}/OpenSans-Bold.woff2 +0 -0
- /package/{fonts → assets/fonts/open-sans/ExtraBold}/OpenSans-Extrabold.eot +0 -0
- /package/{fonts → assets/fonts/open-sans/ExtraBold}/OpenSans-Extrabold.svg +0 -0
- /package/{fonts → assets/fonts/open-sans/ExtraBold}/OpenSans-Extrabold.ttf +0 -0
- /package/{fonts → assets/fonts/open-sans/ExtraBold}/OpenSans-Extrabold.woff +0 -0
- /package/{fonts → assets/fonts/open-sans/ExtraBold}/OpenSans-Extrabold.woff2 +0 -0
- /package/{fonts → assets/fonts/open-sans/Italic}/OpenSans-Italic.eot +0 -0
- /package/{fonts → assets/fonts/open-sans/Italic}/OpenSans-Italic.svg +0 -0
- /package/{fonts → assets/fonts/open-sans/Italic}/OpenSans-Italic.ttf +0 -0
- /package/{fonts → assets/fonts/open-sans/Italic}/OpenSans-Italic.woff +0 -0
- /package/{fonts → assets/fonts/open-sans/Italic}/OpenSans-Italic.woff2 +0 -0
- /package/{fonts → assets/fonts/open-sans/Light}/OpenSans-Light.eot +0 -0
- /package/{fonts → assets/fonts/open-sans/Light}/OpenSans-Light.svg +0 -0
- /package/{fonts → assets/fonts/open-sans/Light}/OpenSans-Light.ttf +0 -0
- /package/{fonts → assets/fonts/open-sans/Light}/OpenSans-Light.woff +0 -0
- /package/{fonts → assets/fonts/open-sans/Light}/OpenSans-Light.woff2 +0 -0
- /package/{fonts → assets/fonts/open-sans/LightItalic}/OpenSansLight-Italic.eot +0 -0
- /package/{fonts → assets/fonts/open-sans/LightItalic}/OpenSansLight-Italic.svg +0 -0
- /package/{fonts → assets/fonts/open-sans/LightItalic}/OpenSansLight-Italic.ttf +0 -0
- /package/{fonts → assets/fonts/open-sans/LightItalic}/OpenSansLight-Italic.woff +0 -0
- /package/{fonts → assets/fonts/open-sans/LightItalic}/OpenSansLight-Italic.woff2 +0 -0
- /package/{fonts → assets/fonts/open-sans/Regular}/OpenSans.eot +0 -0
- /package/{fonts → assets/fonts/open-sans/Regular}/OpenSans.svg +0 -0
- /package/{fonts → assets/fonts/open-sans/Regular}/OpenSans.ttf +0 -0
- /package/{fonts → assets/fonts/open-sans/Regular}/OpenSans.woff +0 -0
- /package/{fonts → assets/fonts/open-sans/Regular}/OpenSans.woff2 +0 -0
- /package/{fonts → assets/fonts/open-sans/Semibold}/OpenSans-Semibold.eot +0 -0
- /package/{fonts → assets/fonts/open-sans/Semibold}/OpenSans-Semibold.svg +0 -0
- /package/{fonts → assets/fonts/open-sans/Semibold}/OpenSans-Semibold.ttf +0 -0
- /package/{fonts → assets/fonts/open-sans/Semibold}/OpenSans-Semibold.woff +0 -0
- /package/{fonts → assets/fonts/open-sans/Semibold}/OpenSans-Semibold.woff2 +0 -0
- /package/{fonts → assets/fonts/primeicons}/primeicons.eot +0 -0
- /package/{fonts → assets/fonts/primeicons}/primeicons.svg +0 -0
- /package/{fonts → assets/fonts/primeicons}/primeicons.ttf +0 -0
- /package/{fonts → assets/fonts/primeicons}/primeicons.woff +0 -0
package/src/button/_mixins.scss
CHANGED
|
@@ -1,775 +1,779 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
*
|
|
21
|
-
*
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
&:
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
&:
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
color: $btn-bare-color--
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
background-color: $btn-primary-background--
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
color: $btn-destroy-color;
|
|
297
|
-
color: var(--ids-theme-btn-destroy-color, $btn-destroy-color);
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
}
|
|
369
|
-
|
|
370
|
-
&.c-
|
|
371
|
-
padding: ($inuit-global-spacing-unit-tiny - $btn-ghost-border-width
|
|
372
|
-
}
|
|
373
|
-
|
|
374
|
-
&.c-
|
|
375
|
-
padding: ($inuit-global-spacing-unit - $btn-ghost-border-width) ($inuit-global-spacing-unit-
|
|
376
|
-
}
|
|
377
|
-
|
|
378
|
-
&.c-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
}
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
}
|
|
456
|
-
|
|
457
|
-
.c-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
color: $btn-datepicker-selected-color
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
<button class="c-btn c-
|
|
561
|
-
<span class="fa fa-user"></span>
|
|
562
|
-
</button>
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
&:
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
}
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
@include c-
|
|
756
|
-
@include c-
|
|
757
|
-
@include
|
|
758
|
-
@include c-
|
|
759
|
-
@include c-
|
|
760
|
-
@include c-
|
|
761
|
-
@include c-
|
|
762
|
-
@include c-
|
|
763
|
-
@include
|
|
764
|
-
@include
|
|
765
|
-
@include c-
|
|
766
|
-
@include c-
|
|
767
|
-
@include ids-
|
|
768
|
-
@include ids-btn-
|
|
769
|
-
@include c-
|
|
770
|
-
@include
|
|
771
|
-
@include ids-btn-
|
|
772
|
-
@include ids-btn-
|
|
773
|
-
@include
|
|
774
|
-
@include ids-btn-
|
|
775
|
-
|
|
1
|
+
@use "../base/variables" as *;
|
|
2
|
+
@use "../theme/variables" as *;
|
|
3
|
+
@use "../typography/variables" as *;
|
|
4
|
+
@use "../box-shadow/mixins" as *;
|
|
5
|
+
@use "./variables" as *;
|
|
6
|
+
@use "../tools/tools.border-radius" as *;
|
|
7
|
+
|
|
8
|
+
/*
|
|
9
|
+
|
|
10
|
+
Buttons
|
|
11
|
+
|
|
12
|
+
markup:
|
|
13
|
+
<button class="c-btn">
|
|
14
|
+
Button
|
|
15
|
+
</button>
|
|
16
|
+
|
|
17
|
+
*/
|
|
18
|
+
|
|
19
|
+
/**
|
|
20
|
+
* 1. Allow us to style box model properties.
|
|
21
|
+
* 2. Line different sized buttons up a little nicer.
|
|
22
|
+
* 3. Make buttons inherit font styles (often necessary when styling `input`s as
|
|
23
|
+
* buttons).
|
|
24
|
+
* 4. Reset/normalize some styles.
|
|
25
|
+
* 5. Force all button-styled elements to appear clickable.
|
|
26
|
+
*/
|
|
27
|
+
|
|
28
|
+
@mixin c-btn {
|
|
29
|
+
.c-btn {
|
|
30
|
+
display: inline-flex; /* [1] */
|
|
31
|
+
align-items: center; /* [2] */
|
|
32
|
+
font: inherit; /* [3] */
|
|
33
|
+
text-align: center; /* [4] */
|
|
34
|
+
margin: 0; /* [4] */
|
|
35
|
+
margin-right: $unit-tiny;
|
|
36
|
+
cursor: pointer; /* [5] */
|
|
37
|
+
overflow: visible;
|
|
38
|
+
border: $btn-default-border;
|
|
39
|
+
border-radius: $btn-border-radius;
|
|
40
|
+
padding: $inuit-global-spacing-unit-small $inuit-global-spacing-unit;
|
|
41
|
+
transition: $global-transition;
|
|
42
|
+
box-shadow: none;
|
|
43
|
+
line-height: inherit;
|
|
44
|
+
//-webkit-font-smoothing: antialiased;
|
|
45
|
+
text-decoration: none;
|
|
46
|
+
text-transform: none;
|
|
47
|
+
white-space: nowrap;
|
|
48
|
+
background-color: $btn-default-background;
|
|
49
|
+
background-color: var(--ids-theme-btn-default-background, $btn-default-background);
|
|
50
|
+
//-webkit-appearance: button;
|
|
51
|
+
|
|
52
|
+
&,
|
|
53
|
+
&:link,
|
|
54
|
+
&:visited,
|
|
55
|
+
&:hover,
|
|
56
|
+
&:active {
|
|
57
|
+
color: $btn-default-color;
|
|
58
|
+
color: var(--ids-theme-btn-default-color, $btn-default-color);
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
&:hover {
|
|
62
|
+
border-color: transparent;
|
|
63
|
+
box-shadow: none;
|
|
64
|
+
background-color: $btn-default-background--hover;
|
|
65
|
+
background-color: var(--ids-theme-btn-default-background--hover, $btn-default-background--hover);
|
|
66
|
+
outline: 0;
|
|
67
|
+
text-decoration: none;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
&:focus {
|
|
71
|
+
outline: none;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
&:active {
|
|
75
|
+
border-color: transparent;
|
|
76
|
+
box-shadow: none;
|
|
77
|
+
background-color: $btn-default-background--pressed;
|
|
78
|
+
background-color: var(--ids-theme-btn-default-background--pressed, $btn-default-background--pressed);
|
|
79
|
+
outline: none;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
&:disabled {
|
|
83
|
+
color: $btn-disabled-color;
|
|
84
|
+
color: var(--ids-theme-btn-disabled-color, $btn-disabled-color);
|
|
85
|
+
cursor: not-allowed;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
@content;
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
/*
|
|
93
|
+
Style variants
|
|
94
|
+
|
|
95
|
+
bare - Buttons with no styles (good a11y practice to use <button></button> for actions rather than <a></a>)
|
|
96
|
+
link - Link buttons
|
|
97
|
+
primary - The primary action of the page it is placed on. Place only one primary button on each page/dialog.
|
|
98
|
+
secondary - Secondary buttons
|
|
99
|
+
tertiary - Tertiary buttons
|
|
100
|
+
disabled - Action is disabled. Buttons using this modifier should not be clickable.
|
|
101
|
+
active - Active or toggled. Buttons using this modifier should not be clickable.
|
|
102
|
+
destroy - A destructive action which can't be undone and might involve loss of data.
|
|
103
|
+
|
|
104
|
+
markup:
|
|
105
|
+
<button class="c-btn c-btn_{$modifiers}" type="button">
|
|
106
|
+
Button
|
|
107
|
+
</button>
|
|
108
|
+
|
|
109
|
+
*/
|
|
110
|
+
@mixin c-btn_bare {
|
|
111
|
+
.c-btn_bare {
|
|
112
|
+
height: auto;
|
|
113
|
+
border: 0;
|
|
114
|
+
border-radius: 0;
|
|
115
|
+
padding: 0;
|
|
116
|
+
line-height: inherit;
|
|
117
|
+
box-shadow: none;
|
|
118
|
+
background: none;
|
|
119
|
+
outline: none;
|
|
120
|
+
|
|
121
|
+
&,
|
|
122
|
+
&:link,
|
|
123
|
+
&:visited,
|
|
124
|
+
&:hover,
|
|
125
|
+
&:active,
|
|
126
|
+
&:focus {
|
|
127
|
+
box-shadow: none;
|
|
128
|
+
background: none;
|
|
129
|
+
outline: none;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
&,
|
|
133
|
+
&:link,
|
|
134
|
+
&:visited {
|
|
135
|
+
color: $btn-bare-color--visited;
|
|
136
|
+
color: var(--ids-theme-btn-bare-color--visited, $btn-bare-color--visited);
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
&:hover {
|
|
140
|
+
color: $btn-bare-color--hover;
|
|
141
|
+
color: var(--ids-theme-btn-bare-color--hover, $btn-bare-color--hover);
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
&:active,
|
|
145
|
+
&:focus {
|
|
146
|
+
color: var(--ids-theme-btn-bare-color--pressed, $btn-bare-color--pressed);
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
// = LINK BUTTON
|
|
152
|
+
//
|
|
153
|
+
@mixin _c-btn_link-reset {
|
|
154
|
+
._c-btn_link-reset {
|
|
155
|
+
border: 1px solid transparent;
|
|
156
|
+
background: transparent;
|
|
157
|
+
box-shadow: none;
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
@mixin c-btn_link {
|
|
162
|
+
.c-btn_link {
|
|
163
|
+
@include _c-btn_link-reset;
|
|
164
|
+
|
|
165
|
+
transition: color 0.1s linear;
|
|
166
|
+
color: $link-color;
|
|
167
|
+
color: var(--ids-theme-link-color, $link-color);
|
|
168
|
+
|
|
169
|
+
&:hover {
|
|
170
|
+
@include _c-btn_link-reset;
|
|
171
|
+
|
|
172
|
+
color: $link-hover-color;
|
|
173
|
+
color: var(--ids-theme-link-hover-color, $link-hover-color);
|
|
174
|
+
}
|
|
175
|
+
}
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
@mixin c-btn_link-disabled {
|
|
179
|
+
.c-btn_link-disabled,
|
|
180
|
+
.c-btn_link.c-btn_disabled {
|
|
181
|
+
@include _c-btn_link-reset;
|
|
182
|
+
|
|
183
|
+
color: $link-disabled-color;
|
|
184
|
+
color: var(--ids-theme-link-disabled-color, $link-disabled-color);
|
|
185
|
+
|
|
186
|
+
&:hover,
|
|
187
|
+
&:active {
|
|
188
|
+
border: 1px solid transparent;
|
|
189
|
+
}
|
|
190
|
+
}
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
@mixin c-btn_primary {
|
|
194
|
+
.c-btn_primary {
|
|
195
|
+
border-color: $btn-primary-border-color;
|
|
196
|
+
border-color: var(--ids-theme-btn-primary-border-color, $btn-primary-border-color);
|
|
197
|
+
box-shadow: $btn-shadow;
|
|
198
|
+
background-color: $btn-primary-background;
|
|
199
|
+
background-color: var(--ids-theme-btn-primary-background, $btn-primary-background);
|
|
200
|
+
|
|
201
|
+
&,
|
|
202
|
+
&:link,
|
|
203
|
+
&:visited,
|
|
204
|
+
&:hover,
|
|
205
|
+
&:active {
|
|
206
|
+
color: $btn-primary-color;
|
|
207
|
+
color: var(--ids-theme-btn-primary-color, $btn-primary-color);
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
&:hover {
|
|
211
|
+
border-color: transparent;
|
|
212
|
+
background-color: $btn-primary-background--hover;
|
|
213
|
+
background-color: var(--ids-theme-btn-primary-background--hover, $btn-primary-background--hover);
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
&:active {
|
|
217
|
+
border-color: transparent;
|
|
218
|
+
background-color: var(--ids-theme-btn-primary-background--pressed, $btn-primary-background--pressed);
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
&:disabled {
|
|
222
|
+
background-color: $btn-primary-background--disabled;
|
|
223
|
+
background-color: var(--ids-theme-btn-primary-background--disabled, $btn-primary-background--disabled);
|
|
224
|
+
color: $btn-primary-color--disabled;
|
|
225
|
+
color: var(--ids-theme-btn-primary-color--disabled, $btn-primary-color--disabled);
|
|
226
|
+
}
|
|
227
|
+
}
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
@mixin c-btn_secondary {
|
|
231
|
+
.c-btn_secondary {
|
|
232
|
+
border-color: $btn-secondary-border-color;
|
|
233
|
+
border-color: var(--ids-theme-btn-secondary-border-color, $btn-secondary-border-color);
|
|
234
|
+
box-shadow: $btn-shadow;
|
|
235
|
+
background-color: $btn-secondary-background;
|
|
236
|
+
background-color: var(--ids-theme-btn-secondary-background, $btn-secondary-background);
|
|
237
|
+
|
|
238
|
+
&,
|
|
239
|
+
&:link,
|
|
240
|
+
&:visited,
|
|
241
|
+
&:hover,
|
|
242
|
+
&:active {
|
|
243
|
+
color: $btn-secondary-color;
|
|
244
|
+
color: var(--ids-theme-btn-secondary-color, $btn-secondary-color);
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
&:hover {
|
|
248
|
+
border-color: transparent;
|
|
249
|
+
background-color: $btn-secondary-background--hover;
|
|
250
|
+
background-color: var(--ids-theme-btn-secondary-background--hover, $btn-secondary-background--hover);
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
&:active {
|
|
254
|
+
border-color: transparent;
|
|
255
|
+
background-color: $btn-secondary-background--pressed;
|
|
256
|
+
background-color: var(--ids-theme-btn-secondary-background--pressed, $btn-secondary-background--pressed);
|
|
257
|
+
}
|
|
258
|
+
}
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
@mixin c-btn_tertiary {
|
|
262
|
+
.c-btn_tertiary {
|
|
263
|
+
border-color: $btn-tertiary-border-color;
|
|
264
|
+
border-color: var(--ids-theme-btn-tertiary-border-color, $btn-tertiary-border-color);
|
|
265
|
+
box-shadow: $btn-shadow;
|
|
266
|
+
background-color: $btn-tertiary-background;
|
|
267
|
+
background-color: var(--ids-theme-btn-tertiary-background, $btn-tertiary-background);
|
|
268
|
+
|
|
269
|
+
&,
|
|
270
|
+
&:link,
|
|
271
|
+
&:visited,
|
|
272
|
+
&:hover,
|
|
273
|
+
&:active {
|
|
274
|
+
color: $btn-tertiary-color;
|
|
275
|
+
color: var(--ids-theme-btn-tertiary-color, $btn-tertiary-color);
|
|
276
|
+
}
|
|
277
|
+
|
|
278
|
+
&:hover {
|
|
279
|
+
border-color: transparent;
|
|
280
|
+
background-color: $btn-tertiary-background--hover;
|
|
281
|
+
background-color: var(--ids-theme-btn-tertiary-background--hover, $btn-tertiary-background--hover);
|
|
282
|
+
}
|
|
283
|
+
|
|
284
|
+
&:active {
|
|
285
|
+
border-color: transparent;
|
|
286
|
+
background-color: $btn-tertiary-background--pressed;
|
|
287
|
+
background-color: var(--ids-theme-btn-tertiary-background--pressed, $btn-tertiary-background--pressed);
|
|
288
|
+
}
|
|
289
|
+
}
|
|
290
|
+
}
|
|
291
|
+
|
|
292
|
+
@mixin c-btn_destroy {
|
|
293
|
+
.c-btn_destroy {
|
|
294
|
+
&:active,
|
|
295
|
+
&:hover {
|
|
296
|
+
border-color: $btn-destroy-border-color;
|
|
297
|
+
border-color: var(--ids-theme-btn-destroy-border-color, $btn-destroy-border-color);
|
|
298
|
+
background: $btn-destroy-background;
|
|
299
|
+
background: var(--ids-theme-btn-destroy-background, $btn-destroy-background);
|
|
300
|
+
color: $btn-destroy-color;
|
|
301
|
+
color: var(--ids-theme-btn-destroy-color, $btn-destroy-color);
|
|
302
|
+
}
|
|
303
|
+
}
|
|
304
|
+
}
|
|
305
|
+
|
|
306
|
+
@mixin c-btn_disabled {
|
|
307
|
+
.c-btn_disabled {
|
|
308
|
+
&,
|
|
309
|
+
&:link,
|
|
310
|
+
&:visited,
|
|
311
|
+
&:hover,
|
|
312
|
+
&:active {
|
|
313
|
+
border-color: $btn-disabled-border-color;
|
|
314
|
+
border-color: var(--ids-theme-btn-disabled-border-color, $btn-disabled-border-color);
|
|
315
|
+
box-shadow: none;
|
|
316
|
+
cursor: not-allowed;
|
|
317
|
+
background-color: $btn-disabled-background;
|
|
318
|
+
background-color: var(--ids-theme-btn-disabled-background, $btn-disabled-background);
|
|
319
|
+
color: $btn-disabled-color;
|
|
320
|
+
color: var(--ids-theme-btn-disabled-color, $btn-disabled-color);
|
|
321
|
+
}
|
|
322
|
+
}
|
|
323
|
+
}
|
|
324
|
+
|
|
325
|
+
@mixin c-btn_inactive {
|
|
326
|
+
.c-btn_inactive {
|
|
327
|
+
background: $btn-default-background;
|
|
328
|
+
background: var(--ids-theme-btn-default-background, $btn-default-background);
|
|
329
|
+
}
|
|
330
|
+
}
|
|
331
|
+
|
|
332
|
+
@mixin c-btn_active {
|
|
333
|
+
.c-btn_active {
|
|
334
|
+
background: $ids-theme-secondary;
|
|
335
|
+
background: var(--ids-theme-ids-theme-secondary, $ids-theme-secondary);
|
|
336
|
+
}
|
|
337
|
+
}
|
|
338
|
+
|
|
339
|
+
/*
|
|
340
|
+
Ghost buttons
|
|
341
|
+
|
|
342
|
+
Ghost buttons have see-through backgrounds and are bordered.
|
|
343
|
+
|
|
344
|
+
small - small button with small horizontal spacing and tiny vertical spacing.
|
|
345
|
+
large - large button with large horizontal spacing and default vertical spacing.
|
|
346
|
+
full - Use this modifier to force a button to fill its parent's width.
|
|
347
|
+
primary - primary colored button. Use to make accent to action.
|
|
348
|
+
secondary - secondary button.
|
|
349
|
+
tertiary - tertiary button.
|
|
350
|
+
|
|
351
|
+
markup:
|
|
352
|
+
<button class="c-btn c-btn_ghost c-btn_{$modifiers}" type="button">
|
|
353
|
+
Button
|
|
354
|
+
</button>
|
|
355
|
+
|
|
356
|
+
*/
|
|
357
|
+
|
|
358
|
+
@mixin c-btn_ghost {
|
|
359
|
+
|
|
360
|
+
border: $btn-ghost-border-width solid currentColor;
|
|
361
|
+
padding: ($inuit-global-spacing-unit-small - $btn-ghost-border-width) ($inuit-global-spacing-unit - $btn-ghost-border-width);
|
|
362
|
+
|
|
363
|
+
&,
|
|
364
|
+
&:hover,
|
|
365
|
+
&:active,
|
|
366
|
+
&:focus {
|
|
367
|
+
background: none;
|
|
368
|
+
}
|
|
369
|
+
|
|
370
|
+
&.c-btn_tiny {
|
|
371
|
+
padding: (($inuit-global-spacing-unit-tiny - $btn-ghost-border-width) * 0.5) ($inuit-global-spacing-unit-tiny - $btn-ghost-border-width);
|
|
372
|
+
}
|
|
373
|
+
|
|
374
|
+
&.c-btn_small {
|
|
375
|
+
padding: ($inuit-global-spacing-unit-tiny - $btn-ghost-border-width - 2px) ($inuit-global-spacing-unit-small - $btn-ghost-border-width);
|
|
376
|
+
}
|
|
377
|
+
|
|
378
|
+
&.c-btn_large {
|
|
379
|
+
padding: ($inuit-global-spacing-unit - $btn-ghost-border-width) ($inuit-global-spacing-unit-large - $btn-ghost-border-width);
|
|
380
|
+
}
|
|
381
|
+
|
|
382
|
+
&.c-btn_primary {
|
|
383
|
+
color: $ids-theme-primary;
|
|
384
|
+
color: var(--ids-theme-ids-theme-primary, $ids-theme-primary);
|
|
385
|
+
|
|
386
|
+
&:hover,
|
|
387
|
+
&:focus {
|
|
388
|
+
box-shadow: 0 0 9px 0px $ids-theme-secondary;
|
|
389
|
+
box-shadow: 0 0 9px 0px var(--ids-theme-ids-theme-secondary, $ids-theme-secondary);
|
|
390
|
+
}
|
|
391
|
+
}
|
|
392
|
+
|
|
393
|
+
&.c-btn_secondary {
|
|
394
|
+
color: $ids-theme-secondary;
|
|
395
|
+
color: var(--ids-theme-ids-theme-secondary, $ids-theme-secondary);
|
|
396
|
+
|
|
397
|
+
&:hover,
|
|
398
|
+
&:focus {
|
|
399
|
+
box-shadow: 0 0 9px 0px $ids-theme-secondary;
|
|
400
|
+
box-shadow: 0 0 9px 0px var(--ids-theme-ids-theme-secondary, $ids-theme-secondary);
|
|
401
|
+
}
|
|
402
|
+
}
|
|
403
|
+
|
|
404
|
+
&.c-btn_tertiary {
|
|
405
|
+
color: $text-color;
|
|
406
|
+
color: var(--ids-theme-text-color, $text-color);
|
|
407
|
+
|
|
408
|
+
&:hover,
|
|
409
|
+
&:focus {
|
|
410
|
+
color: $text-color;
|
|
411
|
+
color: var(--ids-theme-text-color, $text-color);
|
|
412
|
+
}
|
|
413
|
+
}
|
|
414
|
+
|
|
415
|
+
|
|
416
|
+
}
|
|
417
|
+
|
|
418
|
+
@mixin ids-btn_ghost {
|
|
419
|
+
.c-btn_ghost {
|
|
420
|
+
@include c-btn_ghost;
|
|
421
|
+
}
|
|
422
|
+
}
|
|
423
|
+
|
|
424
|
+
/*
|
|
425
|
+
Size variants
|
|
426
|
+
|
|
427
|
+
small - small button with small horizontal spacing and tiny vertical spacing.
|
|
428
|
+
large - large button with large horizontal spacing and default vertical spacing.
|
|
429
|
+
full - Use this modifier to force a button to fill its parent's width.
|
|
430
|
+
|
|
431
|
+
markup:
|
|
432
|
+
<button type="button" class="c-btn c-btn_{$modifiers}">
|
|
433
|
+
Button
|
|
434
|
+
</button>
|
|
435
|
+
|
|
436
|
+
*/
|
|
437
|
+
@mixin ids-btn-size-variants {
|
|
438
|
+
.c-btn_tiny {
|
|
439
|
+
padding: $inuit-global-spacing-unit-tiny $inuit-global-spacing-unit-tiny;
|
|
440
|
+
font-size: $font-size-sm;
|
|
441
|
+
}
|
|
442
|
+
|
|
443
|
+
.c-btn_small {
|
|
444
|
+
padding: $inuit-global-spacing-unit-tiny $inuit-global-spacing-unit-small;
|
|
445
|
+
font-size: $font-size-sm;
|
|
446
|
+
|
|
447
|
+
.in {
|
|
448
|
+
font-size: $font-size-lg;
|
|
449
|
+
}
|
|
450
|
+
}
|
|
451
|
+
|
|
452
|
+
.c-btn_input-height {
|
|
453
|
+
padding: 7px $inuit-global-spacing-unit-small;
|
|
454
|
+
font-size: $font-size-base;
|
|
455
|
+
}
|
|
456
|
+
|
|
457
|
+
.c-btn_large {
|
|
458
|
+
padding: inuit-rem($inuit-global-spacing-unit) inuit-rem($inuit-global-spacing-unit-large);
|
|
459
|
+
}
|
|
460
|
+
|
|
461
|
+
.c-btn_full {
|
|
462
|
+
display: block;
|
|
463
|
+
width: 100%;
|
|
464
|
+
padding-right: 0;
|
|
465
|
+
padding-left: 0;
|
|
466
|
+
}
|
|
467
|
+
}
|
|
468
|
+
|
|
469
|
+
|
|
470
|
+
/*
|
|
471
|
+
Round iconic buttons
|
|
472
|
+
|
|
473
|
+
markup:
|
|
474
|
+
<button class="c-btn c-btn_icon" type="button">
|
|
475
|
+
<span class="fa fa-user"></span>
|
|
476
|
+
</button>
|
|
477
|
+
|
|
478
|
+
*/
|
|
479
|
+
@mixin c-btn_icon {
|
|
480
|
+
.c-btn_icon {
|
|
481
|
+
display: inline;
|
|
482
|
+
margin-right: $unit-tiny;
|
|
483
|
+
min-width: $inuit-global-spacing-unit-small;
|
|
484
|
+
border-radius: $btn-rounded-border-radius;
|
|
485
|
+
//padding: $inuit-global-spacing-unit-tiny $inuit-global-spacing-unit-small;
|
|
486
|
+
border: none;
|
|
487
|
+
box-shadow: none;
|
|
488
|
+
line-height: inherit;
|
|
489
|
+
-webkit-font-smoothing: antialiased;
|
|
490
|
+
text-decoration: none;
|
|
491
|
+
text-transform: none;
|
|
492
|
+
white-space: nowrap;
|
|
493
|
+
background-color: transparent;
|
|
494
|
+
-webkit-appearance: none;
|
|
495
|
+
}
|
|
496
|
+
}
|
|
497
|
+
|
|
498
|
+
@mixin c-btn_rounded {
|
|
499
|
+
.c-btn_rounded {
|
|
500
|
+
border-radius: $btn-rounded-border-radius;
|
|
501
|
+
}
|
|
502
|
+
}
|
|
503
|
+
|
|
504
|
+
/*
|
|
505
|
+
Datepicker button
|
|
506
|
+
|
|
507
|
+
For use in datepicker as datepicker button in calendar.
|
|
508
|
+
|
|
509
|
+
markup:
|
|
510
|
+
<button class="c-btn _c-btn_datepicker" type="button">
|
|
511
|
+
24
|
|
512
|
+
</button>
|
|
513
|
+
|
|
514
|
+
*/
|
|
515
|
+
|
|
516
|
+
@mixin ids-btn-datepicker {
|
|
517
|
+
.c-btn_daypicker {
|
|
518
|
+
padding: 8px 12px;
|
|
519
|
+
background-color: transparent;
|
|
520
|
+
margin: 0;
|
|
521
|
+
}
|
|
522
|
+
|
|
523
|
+
.c-btn_daypicker-current {
|
|
524
|
+
background: $btn-datepicker-current-background;
|
|
525
|
+
background: var(--ids-theme-btn-datepicker-current-background, $btn-datepicker-current-background);
|
|
526
|
+
color: $btn-datepicker-current-color;
|
|
527
|
+
color: var(--ids-theme-btn-datepicker-current-color, $btn-datepicker-current-color);
|
|
528
|
+
}
|
|
529
|
+
|
|
530
|
+
.c-btn_daypicker-selected {
|
|
531
|
+
background: $ids-theme-primary;
|
|
532
|
+
background: var(--ids-theme-ids-theme-primary, $ids-theme-primary);
|
|
533
|
+
border-radius: 100%;
|
|
534
|
+
color: $btn-datepicker-selected-color;
|
|
535
|
+
color: var(--ids-theme-btn-datepicker-selected-color, $btn-datepicker-selected-color);
|
|
536
|
+
|
|
537
|
+
// If selected date is current date
|
|
538
|
+
> .c-btn_daypicker-current { // todo(turchaninov): убрать зависимость компонента от утилиты
|
|
539
|
+
color: $btn-datepicker-selected-color-current;
|
|
540
|
+
color: var(--ids-theme-btn-datepicker-selected-color-current, $btn-datepicker-selected-color-current);
|
|
541
|
+
}
|
|
542
|
+
|
|
543
|
+
&:hover {
|
|
544
|
+
color: $btn-datepicker-selected-color--hover;
|
|
545
|
+
color: var(--ids-theme-btn-datepicker-selected-color--hover, $btn-datepicker-selected-color--hover);
|
|
546
|
+
|
|
547
|
+
> .c-btn_daypicker-selected-current {
|
|
548
|
+
color: $btn-datepicker-selected-color-current--hover;
|
|
549
|
+
color: var(--ids-theme-btn-datepicker-selected-color-current--hover, $btn-datepicker-selected-color-current--hover);
|
|
550
|
+
}
|
|
551
|
+
}
|
|
552
|
+
}
|
|
553
|
+
}
|
|
554
|
+
|
|
555
|
+
|
|
556
|
+
/*
|
|
557
|
+
Round iconic buttons
|
|
558
|
+
|
|
559
|
+
markup:
|
|
560
|
+
<button class="c-btn c-btn_menu-toggle" type="button">
|
|
561
|
+
<span class="fa fa-user"></span>
|
|
562
|
+
</button>
|
|
563
|
+
|
|
564
|
+
<button class="c-btn c-btn_border-free" type="button">
|
|
565
|
+
<span class="fa fa-user"></span>
|
|
566
|
+
</button>
|
|
567
|
+
|
|
568
|
+
Styleguide 6.1.1.5
|
|
569
|
+
*/
|
|
570
|
+
|
|
571
|
+
@mixin ids-btn-round-iconic {
|
|
572
|
+
.c-btn_menu-toggle {
|
|
573
|
+
height: auto;
|
|
574
|
+
padding: 0 $unit-tiny !important;
|
|
575
|
+
border: 0;
|
|
576
|
+
border-radius: 0;
|
|
577
|
+
line-height: inherit;
|
|
578
|
+
box-shadow: none;
|
|
579
|
+
background: none;
|
|
580
|
+
outline: none;
|
|
581
|
+
color: $btn-menu-toggle;
|
|
582
|
+
color: var(--ids-theme-btn-menu-toggle, $btn-menu-toggle);
|
|
583
|
+
|
|
584
|
+
&,
|
|
585
|
+
&:link,
|
|
586
|
+
&:visited,
|
|
587
|
+
&:hover,
|
|
588
|
+
&:active,
|
|
589
|
+
&:focus {
|
|
590
|
+
box-shadow: none;
|
|
591
|
+
background: none;
|
|
592
|
+
outline: none;
|
|
593
|
+
}
|
|
594
|
+
}
|
|
595
|
+
|
|
596
|
+
.c-btn_border-free {
|
|
597
|
+
display: inline-flex;
|
|
598
|
+
align-items: center;
|
|
599
|
+
@include c-btn_ghost;
|
|
600
|
+
|
|
601
|
+
border: none;
|
|
602
|
+
}
|
|
603
|
+
}
|
|
604
|
+
|
|
605
|
+
@mixin c-btn_svg-24 {
|
|
606
|
+
.c-btn_svg-24 {
|
|
607
|
+
padding: 4px 6px;
|
|
608
|
+
font-size: 0;
|
|
609
|
+
}
|
|
610
|
+
}
|
|
611
|
+
|
|
612
|
+
@mixin ids-btn-floating {
|
|
613
|
+
.c-btn_floating-bottom-left {
|
|
614
|
+
position: absolute;
|
|
615
|
+
bottom: 50px;
|
|
616
|
+
right: 120px;
|
|
617
|
+
width: 60px;
|
|
618
|
+
height: 60px;
|
|
619
|
+
z-index: $zindex-1;
|
|
620
|
+
}
|
|
621
|
+
|
|
622
|
+
.c-btn_floating-bottom-right {
|
|
623
|
+
position: absolute;
|
|
624
|
+
bottom: 50px;
|
|
625
|
+
right: 50px;
|
|
626
|
+
width: 60px;
|
|
627
|
+
height: 60px;
|
|
628
|
+
z-index: $zindex-1;
|
|
629
|
+
}
|
|
630
|
+
}
|
|
631
|
+
|
|
632
|
+
|
|
633
|
+
/*
|
|
634
|
+
Inline buttons
|
|
635
|
+
|
|
636
|
+
markup:
|
|
637
|
+
<button class="c-btn c-btn_inline" type="button">
|
|
638
|
+
<span class="fa fa-user"></span>
|
|
639
|
+
</button>
|
|
640
|
+
<button class="c-btn c-btn_inline" type="button">
|
|
641
|
+
<span class="fa fa-calendar"></span>
|
|
642
|
+
</button>
|
|
643
|
+
|
|
644
|
+
*/
|
|
645
|
+
|
|
646
|
+
@mixin ids-btn-inline($sibling-selector: ".c-btn_inline") {
|
|
647
|
+
.c-btn_inline {
|
|
648
|
+
margin-bottom: 0;
|
|
649
|
+
|
|
650
|
+
+ #{$sibling-selector} {
|
|
651
|
+
margin-left: 0.2rem; // Account for 4px inline margin
|
|
652
|
+
}
|
|
653
|
+
}
|
|
654
|
+
}
|
|
655
|
+
|
|
656
|
+
/*
|
|
657
|
+
Grouped buttons
|
|
658
|
+
|
|
659
|
+
For use in Button group components
|
|
660
|
+
|
|
661
|
+
markup:
|
|
662
|
+
<button class="c-btn _c-btn_grouped" type="button">
|
|
663
|
+
<span class="fa fa-user"></span>
|
|
664
|
+
</button>
|
|
665
|
+
|
|
666
|
+
*/
|
|
667
|
+
|
|
668
|
+
@mixin c-btn_grouped {
|
|
669
|
+
margin-right: 0;
|
|
670
|
+
margin-bottom: 0;
|
|
671
|
+
border-left-width: 0;
|
|
672
|
+
border-radius: 0;
|
|
673
|
+
border-right: 1px solid $btn-grouped-border-color;
|
|
674
|
+
border-right: 1px solid var(--ids-theme-btn-grouped-border-color, $btn-grouped-border-color);
|
|
675
|
+
|
|
676
|
+
&:first-child {
|
|
677
|
+
border-left-width: 1px;
|
|
678
|
+
border-top-left-radius: $btn-border-radius;
|
|
679
|
+
border-bottom-left-radius: $btn-border-radius;
|
|
680
|
+
}
|
|
681
|
+
|
|
682
|
+
&:last-child:not(.c-dropdown-menu),
|
|
683
|
+
.c-dropdown__toggle {
|
|
684
|
+
border-top-right-radius: $btn-border-radius;
|
|
685
|
+
border-bottom-right-radius: $btn-border-radius;
|
|
686
|
+
border-right-color: transparent;
|
|
687
|
+
}
|
|
688
|
+
}
|
|
689
|
+
|
|
690
|
+
@mixin ids-btn-grouped {
|
|
691
|
+
._c-btn_grouped {
|
|
692
|
+
@include c-btn_grouped;
|
|
693
|
+
}
|
|
694
|
+
}
|
|
695
|
+
|
|
696
|
+
/*
|
|
697
|
+
Underlined buttons
|
|
698
|
+
|
|
699
|
+
For use in Tabs as tab labels. To prevent jumping use c-btn_underlined-transparent
|
|
700
|
+
|
|
701
|
+
markup:
|
|
702
|
+
<button class="c-btn c-btn_underlined" type="button">
|
|
703
|
+
<span class="fa fa-user"></span>
|
|
704
|
+
</button>
|
|
705
|
+
|
|
706
|
+
Styleguide 6.1.1.9
|
|
707
|
+
*/
|
|
708
|
+
|
|
709
|
+
@mixin ids-btn-underlined {
|
|
710
|
+
.c-btn_underlined-transparent {
|
|
711
|
+
margin-right: 0;
|
|
712
|
+
margin-bottom: 0;
|
|
713
|
+
border-left-width: 0;
|
|
714
|
+
border-radius: 0;
|
|
715
|
+
border-bottom: 1px solid transparent;
|
|
716
|
+
}
|
|
717
|
+
|
|
718
|
+
.c-btn_underlined-primary {
|
|
719
|
+
margin-right: 0;
|
|
720
|
+
margin-bottom: 0;
|
|
721
|
+
border-left-width: 0;
|
|
722
|
+
border-radius: 0;
|
|
723
|
+
border-bottom: 1px solid $ids-theme-primary;
|
|
724
|
+
border-bottom: 1px solid var(--ids-theme-primary, $ids-theme-primary);
|
|
725
|
+
}
|
|
726
|
+
}
|
|
727
|
+
|
|
728
|
+
|
|
729
|
+
@mixin ids-btn-map-filter {
|
|
730
|
+
.c-btn_map-filter {
|
|
731
|
+
position: absolute;
|
|
732
|
+
height: 50px;
|
|
733
|
+
width: 50px;
|
|
734
|
+
right: 40px;
|
|
735
|
+
top: 40px;
|
|
736
|
+
padding: 0;
|
|
737
|
+
border-radius: 50%;
|
|
738
|
+
z-index: $zindex-footer;
|
|
739
|
+
@include ids-box-shadow-core-styles;
|
|
740
|
+
}
|
|
741
|
+
|
|
742
|
+
.c-btn_map-filter2 {
|
|
743
|
+
position: absolute;
|
|
744
|
+
height: 50px;
|
|
745
|
+
width: 50px;
|
|
746
|
+
right: 100px;
|
|
747
|
+
top: 40px;
|
|
748
|
+
padding: 0;
|
|
749
|
+
border-radius: 50%;
|
|
750
|
+
z-index: $zindex-dropdown - 1;
|
|
751
|
+
}
|
|
752
|
+
}
|
|
753
|
+
|
|
754
|
+
@mixin ids-button-core-styles {
|
|
755
|
+
@include c-btn;
|
|
756
|
+
@include c-btn_bare;
|
|
757
|
+
@include _c-btn_link-reset;
|
|
758
|
+
@include c-btn_link;
|
|
759
|
+
@include c-btn_link-disabled;
|
|
760
|
+
@include c-btn_primary;
|
|
761
|
+
@include c-btn_secondary;
|
|
762
|
+
@include c-btn_tertiary;
|
|
763
|
+
@include c-btn_destroy;
|
|
764
|
+
@include c-btn_disabled;
|
|
765
|
+
@include c-btn_inactive;
|
|
766
|
+
@include c-btn_active;
|
|
767
|
+
@include ids-btn_ghost;
|
|
768
|
+
@include ids-btn-size-variants;
|
|
769
|
+
@include c-btn_icon;
|
|
770
|
+
@include c-btn_rounded;
|
|
771
|
+
@include ids-btn-datepicker;
|
|
772
|
+
@include ids-btn-round-iconic;
|
|
773
|
+
@include c-btn_svg-24;
|
|
774
|
+
@include ids-btn-floating;
|
|
775
|
+
@include ids-btn-inline;
|
|
776
|
+
@include ids-btn-grouped;
|
|
777
|
+
@include ids-btn-underlined;
|
|
778
|
+
@include ids-btn-map-filter;
|
|
779
|
+
}
|