@webitel/ui-sdk 24.12.36 → 24.12.38
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 +12 -0
- package/dist/ui-sdk.css +1 -1
- package/dist/ui-sdk.js +2641 -2636
- package/dist/ui-sdk.umd.cjs +17 -17
- package/package.json +2 -1
- package/src/components/on-demand/wt-navigation-menu/components/_internals/nav-menu-lvl-1.vue +1 -1
- package/src/components/on-demand/wt-navigation-menu/components/_internals/nav-menu-lvl-2.vue +1 -1
- package/src/components/on-demand/wt-navigation-menu/components/wt-navigation-menu.vue +3 -3
- package/src/components/on-demand/wt-navigation-menu/css/_nav-menu.scss +1 -1
- package/src/components/on-demand/wt-selection-popup/wt-selection-popup.vue +1 -1
- package/src/components/on-demand/wt-start-page/components/start-page-card.vue +2 -1
- package/src/components/wt-app-header/wt-app-header.vue +1 -1
- package/src/components/wt-app-header/wt-app-navigator.vue +2 -2
- package/src/components/wt-app-header/wt-header-actions.vue +1 -1
- package/src/components/wt-avatar/wt-avatar.vue +1 -1
- package/src/components/wt-badge/wt-badge.vue +1 -1
- package/src/components/wt-button/wt-button.vue +2 -2
- package/src/components/wt-button-select/wt-button-select.vue +1 -1
- package/src/components/wt-checkbox/wt-checkbox.vue +1 -1
- package/src/components/wt-chip/wt-chip.scss +1 -1
- package/src/components/wt-chip/wt-chip.vue +2 -2
- package/src/components/wt-context-menu/wt-context-menu.vue +2 -2
- package/src/components/wt-datepicker/wt-datepicker.vue +4 -3
- package/src/components/wt-divider/wt-divider.vue +1 -1
- package/src/components/wt-dual-panel/wt-dual-panel.vue +4 -3
- package/src/components/wt-dummy/wt-dummy.vue +3 -2
- package/src/components/wt-empty/wt-empty.vue +3 -2
- package/src/components/wt-expansion-panel/wt-expansion-panel.vue +4 -3
- package/src/components/wt-headline/wt-headline.vue +2 -2
- package/src/components/wt-headline-nav/wt-headline-nav.vue +2 -2
- package/src/components/wt-icon/wt-icon.vue +1 -1
- package/src/components/wt-icon-btn/wt-icon-btn.vue +1 -1
- package/src/components/wt-image/wt-image.vue +1 -1
- package/src/components/wt-indicator/wt-indicator.vue +2 -2
- package/src/components/wt-input/wt-input.vue +5 -4
- package/src/components/wt-input-info/wt-input-info.vue +2 -2
- package/src/components/wt-item-link/wt-item-link.vue +1 -1
- package/src/components/wt-label/wt-label.vue +2 -2
- package/src/components/wt-load-bar/wt-load-bar.vue +1 -1
- package/src/components/wt-loader/_internals/wt-loader--md.vue +3 -1
- package/src/components/wt-loader/wt-loader.vue +1 -1
- package/src/components/wt-logo/wt-logo.vue +1 -1
- package/src/components/wt-navigation-bar/wt-navigation-bar.vue +2 -2
- package/src/components/wt-notification/wt-notification.vue +2 -2
- package/src/components/wt-notifications-bar/wt-notifications-bar.vue +2 -2
- package/src/components/wt-page-wrapper/wt-page-wrapper.vue +1 -1
- package/src/components/wt-pagination/wt-pagination.vue +2 -2
- package/src/components/wt-player/wt-player.vue +3 -3
- package/src/components/wt-popup/wt-popup.vue +2 -2
- package/src/components/wt-progress-bar/wt-progress-bar.vue +1 -1
- package/src/components/wt-radio/wt-radio.vue +1 -1
- package/src/components/wt-rounded-action/wt-rounded-action.vue +1 -1
- package/src/components/wt-search-bar/wt-search-bar.vue +3 -2
- package/src/components/wt-select/_multiselect.scss +1 -1
- package/src/components/wt-select/wt-select.vue +6 -6
- package/src/components/wt-slider/wt-slider.vue +1 -1
- package/src/components/wt-status-select/wt-status-select.vue +1 -1
- package/src/components/wt-stepper/wt-stepper.vue +1 -1
- package/src/components/wt-switcher/wt-switcher.vue +1 -1
- package/src/components/wt-table/wt-table.vue +2 -2
- package/src/components/wt-table-actions/wt-table-actions.vue +1 -1
- package/src/components/wt-table-column-select/wt-table-column-select.vue +1 -1
- package/src/components/wt-tabs/wt-tabs.vue +2 -2
- package/src/components/wt-tags-input/wt-tags-input.vue +1 -1
- package/src/components/wt-textarea/wt-textarea.vue +4 -4
- package/src/components/wt-time-input/wt-time-input.vue +3 -3
- package/src/components/wt-timepicker/wt-timepicker.vue +1 -1
- package/src/components/wt-tooltip/wt-tooltip.vue +3 -2
- package/src/components/wt-tree-table/wt-tree-table.vue +33 -16
- package/src/components/wt-tree-table-row/wt-tree-table-row.vue +49 -15
- package/src/css/main.scss +5 -4
- package/src/css/pages/card-page.scss +2 -0
- package/src/css/pages/table-page.scss +3 -0
- package/src/css/styleguide/_styleguide.scss +5 -9
- package/src/css/styleguide/display-helpers/_display-helpers.scss +2 -1
- package/src/css/styleguide/placeholder/_placeholder.scss +14 -2
- package/src/css/styleguide/transitions/_transitions.scss +1 -1
- package/src/install.ts +3 -2
- package/src/modules/QueryFilters/components/filter-from-to.vue +2 -0
- package/src/css/styleguide/border-radius/_border-radius.scss +0 -4
- package/src/css/styleguide/colors/_colors.scss +0 -199
- package/src/css/styleguide/colors/_deprecated.scss +0 -210
- package/src/css/styleguide/colors/_palette.scss +0 -1447
- package/src/css/styleguide/colors/reusable/_text-field.scss +0 -47
- package/src/css/styleguide/elevations/_elevations.scss +0 -13
- package/src/css/styleguide/fonts/_fonts.scss +0 -143
- package/src/css/styleguide/scroll.scss +0 -44
- package/src/css/styleguide/spacings/_spacings.scss +0 -15
- package/src/css/styleguide/typography/_typography.scss +0 -124
- package/src/css/styleguide/viewport-breakpoints/_viewport-breakpoints.scss +0 -24
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
// shared text field colors
|
|
2
|
-
|
|
3
|
-
:root {
|
|
4
|
-
// TODO: move to separate helper-text component
|
|
5
|
-
// helper
|
|
6
|
-
--wt-helper-text-color: var(--text-main-color);
|
|
7
|
-
--wt-helper-text-disabled-color: var(--text-disabled-color);
|
|
8
|
-
--wt-helper-text-invalid-color: var(--text-error-color);
|
|
9
|
-
|
|
10
|
-
// text
|
|
11
|
-
--wt-text-field-text-color: var(--black);
|
|
12
|
-
|
|
13
|
-
// placeholder
|
|
14
|
-
--wt-text-field-error-text-color: var(--error-color);
|
|
15
|
-
--wt-text-field-placeholder-color: var(--grey-lighten-1);
|
|
16
|
-
--wt-text-field-placeholder-error-color: var(--error-color);
|
|
17
|
-
--wt-text-field-placeholder-disabled-color: var(--text-disabled-color);
|
|
18
|
-
|
|
19
|
-
// border
|
|
20
|
-
--wt-text-field-input-border-color: var(--grey-darken-1);
|
|
21
|
-
--wt-text-field-input-border-disabled-color: var(--dp-16-surface-color);
|
|
22
|
-
--wt-text-field-input-border-error-color: var(--error-color);
|
|
23
|
-
|
|
24
|
-
// input bg
|
|
25
|
-
--wt-text-field-input-background-disabled-color: var(--dp-16-surface-color);
|
|
26
|
-
|
|
27
|
-
// select
|
|
28
|
-
--wt-text-field-select-option-text-color: var(--text-main-color);
|
|
29
|
-
--wt-text-field-select-option-text-hover-color: var(--primary-on-color);
|
|
30
|
-
--wt-text-field-select-option-text-selected-color: var(--primary-on-color);
|
|
31
|
-
|
|
32
|
-
--wt-text-field-select-option-wrapper-border-color: var(
|
|
33
|
-
--dp-22-surface-color
|
|
34
|
-
);
|
|
35
|
-
--wt-text-field-select-option-background-color: var(--dp-22-surface-color);
|
|
36
|
-
--wt-text-field-select-option-background-hover-color: var(
|
|
37
|
-
--primary-light-color
|
|
38
|
-
);
|
|
39
|
-
--wt-text-field-select-option-background-selected-color: var(--primary-color);
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
:root.theme--dark {
|
|
43
|
-
// text
|
|
44
|
-
--wt-text-field-text-color: var(--white);
|
|
45
|
-
|
|
46
|
-
--wt-text-field-input-border-color: var(--grey-lighten-1);
|
|
47
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
:root {
|
|
2
|
-
--_elevation-color: hsla(0, 0%, 0%, 0.08);
|
|
3
|
-
--elevation-1: 0px 0px 2px 1px var(--_elevation-color);
|
|
4
|
-
--elevation-2: 0px 0px 4px 2px var(--_elevation-color);
|
|
5
|
-
--elevation-3: 0px 0px 6px 3px var(--_elevation-color);
|
|
6
|
-
--elevation-4: 0px 0px 8px 4px var(--_elevation-color);
|
|
7
|
-
--elevation-5: 0px 0px 10px 5px var(--_elevation-color);
|
|
8
|
-
--elevation-6: 0px 0px 12px 6px var(--_elevation-color);
|
|
9
|
-
--elevation-7: 0px 0px 14px 7px var(--_elevation-color);
|
|
10
|
-
--elevation-8: 0px 0px 16px 8px var(--_elevation-color);
|
|
11
|
-
--elevation-9: 0px 0px 18px 9px var(--_elevation-color);
|
|
12
|
-
--elevation-10: 0px 0px 20px 10px var(--_elevation-color);
|
|
13
|
-
}
|
|
@@ -1,143 +0,0 @@
|
|
|
1
|
-
@font-face {
|
|
2
|
-
font-family: 'Montserrat';
|
|
3
|
-
src: url('../../../assets/fonts/Montserrat/Montserrat-Thin.ttf')
|
|
4
|
-
format('truetype');
|
|
5
|
-
font-weight: 100;
|
|
6
|
-
font-style: normal;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
@font-face {
|
|
10
|
-
font-family: 'Montserrat';
|
|
11
|
-
src: url('../../../assets/fonts/Montserrat/Montserrat-ThinItalic.ttf')
|
|
12
|
-
format('truetype');
|
|
13
|
-
font-weight: 100;
|
|
14
|
-
font-style: italic;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
@font-face {
|
|
18
|
-
font-family: 'Montserrat';
|
|
19
|
-
src: url('../../../assets/fonts/Montserrat/Montserrat-ExtraLight.ttf')
|
|
20
|
-
format('truetype');
|
|
21
|
-
font-weight: 200;
|
|
22
|
-
font-style: normal;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
@font-face {
|
|
26
|
-
font-family: 'Montserrat';
|
|
27
|
-
src: url('../../../assets/fonts/Montserrat/Montserrat-ExtraLightItalic.ttf')
|
|
28
|
-
format('truetype');
|
|
29
|
-
font-weight: 200;
|
|
30
|
-
font-style: italic;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
@font-face {
|
|
34
|
-
font-family: 'Montserrat';
|
|
35
|
-
src: url('../../../assets/fonts/Montserrat/Montserrat-Light.ttf')
|
|
36
|
-
format('truetype');
|
|
37
|
-
font-weight: 300;
|
|
38
|
-
font-style: normal;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
@font-face {
|
|
42
|
-
font-family: 'Montserrat';
|
|
43
|
-
src: url('../../../assets/fonts/Montserrat/Montserrat-LightItalic.ttf')
|
|
44
|
-
format('truetype');
|
|
45
|
-
font-weight: 300;
|
|
46
|
-
font-style: italic;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
@font-face {
|
|
50
|
-
font-family: 'Montserrat';
|
|
51
|
-
src: url('../../../assets/fonts/Montserrat/Montserrat-Regular.ttf')
|
|
52
|
-
format('truetype');
|
|
53
|
-
font-weight: 400;
|
|
54
|
-
font-style: normal;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
@font-face {
|
|
58
|
-
font-family: 'Montserrat';
|
|
59
|
-
src: url('../../../assets/fonts/Montserrat/Montserrat-Italic.ttf')
|
|
60
|
-
format('truetype');
|
|
61
|
-
font-weight: 400;
|
|
62
|
-
font-style: italic;
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
@font-face {
|
|
66
|
-
font-family: 'Montserrat';
|
|
67
|
-
src: url('../../../assets/fonts/Montserrat/Montserrat-Medium.ttf')
|
|
68
|
-
format('truetype');
|
|
69
|
-
font-weight: 500;
|
|
70
|
-
font-style: normal;
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
@font-face {
|
|
74
|
-
font-family: 'Montserrat';
|
|
75
|
-
src: url('../../../assets/fonts/Montserrat/Montserrat-MediumItalic.ttf')
|
|
76
|
-
format('truetype');
|
|
77
|
-
font-weight: 500;
|
|
78
|
-
font-style: italic;
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
@font-face {
|
|
82
|
-
font-family: 'Montserrat';
|
|
83
|
-
src: url('../../../assets/fonts/Montserrat/Montserrat-SemiBold.ttf')
|
|
84
|
-
format('truetype');
|
|
85
|
-
font-weight: 600;
|
|
86
|
-
font-style: normal;
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
@font-face {
|
|
90
|
-
font-family: 'Montserrat';
|
|
91
|
-
src: url('../../../assets/fonts/Montserrat/Montserrat-SemiBoldItalic.ttf')
|
|
92
|
-
format('truetype');
|
|
93
|
-
font-weight: 600;
|
|
94
|
-
font-style: italic;
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
@font-face {
|
|
98
|
-
font-family: 'Montserrat';
|
|
99
|
-
src: url('../../../assets/fonts/Montserrat/Montserrat-Bold.ttf')
|
|
100
|
-
format('truetype');
|
|
101
|
-
font-weight: 700;
|
|
102
|
-
font-style: normal;
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
@font-face {
|
|
106
|
-
font-family: 'Montserrat';
|
|
107
|
-
src: url('../../../assets/fonts/Montserrat/Montserrat-BoldItalic.ttf')
|
|
108
|
-
format('truetype');
|
|
109
|
-
font-weight: 700;
|
|
110
|
-
font-style: italic;
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
@font-face {
|
|
114
|
-
font-family: 'Montserrat';
|
|
115
|
-
src: url('../../../assets/fonts/Montserrat/Montserrat-ExtraBold.ttf')
|
|
116
|
-
format('truetype');
|
|
117
|
-
font-weight: 800;
|
|
118
|
-
font-style: normal;
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
@font-face {
|
|
122
|
-
font-family: 'Montserrat';
|
|
123
|
-
src: url('../../../assets/fonts/Montserrat/Montserrat-ExtraBoldItalic.ttf')
|
|
124
|
-
format('truetype');
|
|
125
|
-
font-weight: 800;
|
|
126
|
-
font-style: italic;
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
@font-face {
|
|
130
|
-
font-family: 'Montserrat';
|
|
131
|
-
src: url('../../../assets/fonts/Montserrat/Montserrat-Black.ttf')
|
|
132
|
-
format('truetype');
|
|
133
|
-
font-weight: 900;
|
|
134
|
-
font-style: normal;
|
|
135
|
-
}
|
|
136
|
-
|
|
137
|
-
@font-face {
|
|
138
|
-
font-family: 'Montserrat';
|
|
139
|
-
src: url('../../../assets/fonts/Montserrat/Montserrat-BlackItalic.ttf')
|
|
140
|
-
format('truetype');
|
|
141
|
-
font-weight: 900;
|
|
142
|
-
font-style: italic;
|
|
143
|
-
}
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
:root {
|
|
2
|
-
--scrollbar-width: 5px;
|
|
3
|
-
--scrollbar-height: 5px;
|
|
4
|
-
--scrollbar-thumb-width: 5px;
|
|
5
|
-
--scrollbar-bg-color: var(--dp-16-surface-color);
|
|
6
|
-
--scrollbar-thumb-color: var(--primary-color);
|
|
7
|
-
--scrollbar-border-radius: var(--border-radius);
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
%wt-scrollbar {
|
|
11
|
-
// scrollbar itself
|
|
12
|
-
&::-webkit-scrollbar {
|
|
13
|
-
width: var(--scrollbar-width);
|
|
14
|
-
height: var(--scrollbar-height);
|
|
15
|
-
cursor: pointer;
|
|
16
|
-
border-radius: var(--scrollbar-border-radius);
|
|
17
|
-
background-color: var(--scrollbar-bg-color);
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
// scrollable element
|
|
21
|
-
&::-webkit-scrollbar-thumb {
|
|
22
|
-
width: var(--scrollbar-thumb-width);
|
|
23
|
-
height: var(--scrollbar-thumb-height);
|
|
24
|
-
border-radius: var(--scrollbar-border-radius);
|
|
25
|
-
background-color: var(--scrollbar-thumb-color);
|
|
26
|
-
}
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
%wt-distant-scrollbar {
|
|
30
|
-
&::-webkit-scrollbar {
|
|
31
|
-
width: 14px;
|
|
32
|
-
height: 18px;
|
|
33
|
-
background-color: var(--scrollbar-bg-color);
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
&::-webkit-scrollbar-thumb {
|
|
37
|
-
height: 2px;
|
|
38
|
-
border: 4px solid rgba(0, 0, 0, 0);
|
|
39
|
-
border-radius: var(--scrollbar-border-radius);
|
|
40
|
-
background-color: var(--scrollbar-thumb-color);
|
|
41
|
-
background-clip: padding-box;
|
|
42
|
-
// -webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05), inset 1px 1px 0px rgba(0, 0, 0, 0.05);
|
|
43
|
-
}
|
|
44
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
:root {
|
|
2
|
-
// Start point
|
|
3
|
-
--_spacing-multiplicator: 8px;
|
|
4
|
-
|
|
5
|
-
// Spacings
|
|
6
|
-
--spacing-3xs: calc(var(--_spacing-multiplicator) / 4);
|
|
7
|
-
--spacing-2xs: calc(var(--_spacing-multiplicator) / 2);
|
|
8
|
-
--spacing-xs: calc(var(--_spacing-multiplicator) * 1);
|
|
9
|
-
--spacing-sm: calc(var(--_spacing-multiplicator) * 2);
|
|
10
|
-
--spacing-md: calc(var(--_spacing-multiplicator) * 3);
|
|
11
|
-
--spacing-lg: calc(var(--_spacing-multiplicator) * 4);
|
|
12
|
-
--spacing-xl: calc(var(--_spacing-multiplicator) * 5);
|
|
13
|
-
--spacing-2xl: calc(var(--_spacing-multiplicator) * 6);
|
|
14
|
-
--spacing-3xl: calc(var(--_spacing-multiplicator) * 7);
|
|
15
|
-
}
|
|
@@ -1,124 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
NOTE: text-transform: none; is set explicitly cause t-t is inherited from parent
|
|
3
|
-
*/
|
|
4
|
-
|
|
5
|
-
%typo-heading-1 {
|
|
6
|
-
font: {
|
|
7
|
-
family: 'Montserrat', monospace;
|
|
8
|
-
size: 32px;
|
|
9
|
-
weight: 600;
|
|
10
|
-
}
|
|
11
|
-
line-height: 48px;
|
|
12
|
-
text-transform: none;
|
|
13
|
-
//letter-spacing: 0.28px; // 0.02em
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
%typo-heading-2 {
|
|
17
|
-
font: {
|
|
18
|
-
family: 'Montserrat', monospace;
|
|
19
|
-
size: 24px;
|
|
20
|
-
weight: 600;
|
|
21
|
-
}
|
|
22
|
-
line-height: 40px;
|
|
23
|
-
text-transform: none;
|
|
24
|
-
//letter-spacing: 0.28px; // 0.02em
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
%typo-heading-3 {
|
|
28
|
-
font: {
|
|
29
|
-
family: 'Montserrat', monospace;
|
|
30
|
-
size: 20px;
|
|
31
|
-
weight: 600;
|
|
32
|
-
}
|
|
33
|
-
line-height: 32px;
|
|
34
|
-
text-transform: none;
|
|
35
|
-
//letter-spacing: 0.28px; // 0.02em
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
%typo-heading-4 {
|
|
39
|
-
font: {
|
|
40
|
-
family: 'Montserrat', monospace;
|
|
41
|
-
size: 16px;
|
|
42
|
-
weight: 600;
|
|
43
|
-
}
|
|
44
|
-
line-height: 24px;
|
|
45
|
-
text-transform: none;
|
|
46
|
-
//letter-spacing: 0.28px; // 0.02em
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
%typo-subtitle-1 {
|
|
50
|
-
font: {
|
|
51
|
-
family: 'Montserrat', monospace;
|
|
52
|
-
size: 14px;
|
|
53
|
-
weight: 500;
|
|
54
|
-
}
|
|
55
|
-
line-height: 24px;
|
|
56
|
-
text-transform: none;
|
|
57
|
-
//letter-spacing: 0.28px; // 0.02em
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
%typo-subtitle-2 {
|
|
61
|
-
font: {
|
|
62
|
-
family: 'Montserrat', monospace;
|
|
63
|
-
size: 12px;
|
|
64
|
-
weight: 500;
|
|
65
|
-
}
|
|
66
|
-
line-height: 20px;
|
|
67
|
-
text-transform: none;
|
|
68
|
-
//letter-spacing: 0.28px; // 0.02em
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
%typo-body-1 {
|
|
72
|
-
font: {
|
|
73
|
-
family: 'Montserrat', monospace;
|
|
74
|
-
size: 14px;
|
|
75
|
-
weight: 400;
|
|
76
|
-
}
|
|
77
|
-
line-height: 24px;
|
|
78
|
-
text-transform: none;
|
|
79
|
-
//letter-spacing: 0.56px; // 0.04em
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
%typo-body-2 {
|
|
83
|
-
font: {
|
|
84
|
-
family: 'Montserrat', monospace;
|
|
85
|
-
size: 12px;
|
|
86
|
-
weight: 400;
|
|
87
|
-
}
|
|
88
|
-
line-height: 16px;
|
|
89
|
-
text-transform: none;
|
|
90
|
-
//letter-spacing: 0.16px; // 0.01em
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
%typo-button {
|
|
94
|
-
font: {
|
|
95
|
-
family: 'Montserrat', monospace;
|
|
96
|
-
size: 12px;
|
|
97
|
-
weight: 600;
|
|
98
|
-
}
|
|
99
|
-
line-height: 24px;
|
|
100
|
-
text-transform: uppercase;
|
|
101
|
-
//letter-spacing: 0.96px; // 0.06em
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
%typo-caption {
|
|
105
|
-
font: {
|
|
106
|
-
family: 'Montserrat', monospace;
|
|
107
|
-
size: 10px;
|
|
108
|
-
weight: 400;
|
|
109
|
-
}
|
|
110
|
-
line-height: 16px;
|
|
111
|
-
text-transform: none;
|
|
112
|
-
//letter-spacing: 0.48px; // 0.03em
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
%typo-overline {
|
|
116
|
-
font: {
|
|
117
|
-
family: 'Montserrat', monospace;
|
|
118
|
-
size: 12px;
|
|
119
|
-
weight: 500;
|
|
120
|
-
}
|
|
121
|
-
line-height: 20px;
|
|
122
|
-
text-transform: uppercase;
|
|
123
|
-
//letter-spacing: 2.56px; // 0.16em
|
|
124
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
xl: @media only screen and (min-width: $viewport-xl) {}
|
|
3
|
-
lg: @media only screen and (max-width: $viewport-xl) {}
|
|
4
|
-
md: @media only screen and (max-width: $viewport-lg) {}
|
|
5
|
-
sm: @media only screen and (max-width: $viewport-md) {}
|
|
6
|
-
xs: @media only screen and (max-width: $viewport-sm) {}
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
// OLD, REMOVE ME
|
|
10
|
-
//$viewport-xl: 1440px;
|
|
11
|
-
//$viewport-lg: 1280px;
|
|
12
|
-
//$viewport-md: 992px;
|
|
13
|
-
//$viewport-sm: 600px;
|
|
14
|
-
|
|
15
|
-
$viewport-lg: 1904px; // and lower
|
|
16
|
-
$viewport-md: 1264px; // and lower
|
|
17
|
-
$viewport-sm: 960px; // and lower
|
|
18
|
-
$viewport-xs: 600px; // and lower
|
|
19
|
-
|
|
20
|
-
$media: #{'only screen'};
|
|
21
|
-
$media-width-lg: #{'min-width: '} $viewport-lg;
|
|
22
|
-
$media-width-md: #{'max-width: '} $viewport-md;
|
|
23
|
-
$media-width-sm: #{'max-width: '} $viewport-sm;
|
|
24
|
-
$media-width-xs: #{'max-width: '} $viewport-xs;
|