@rio-cloud/rio-uikit 0.16.1-beta-7 → 0.16.1-beta-10
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/lib/.DS_Store +0 -0
- package/lib/components/.DS_Store +0 -0
- package/lib/components/applicationHeader/AppMenu.js +3 -2
- package/lib/components/applicationHeader/AppMenuDropdown.js +7 -5
- package/lib/components/applicationHeader/ApplicationHeader.js +84 -162
- package/lib/components/applicationHeader/MobileAppMenu.js +77 -0
- package/lib/components/applicationHeader/MobileHeaderModal.js +90 -0
- package/lib/components/applicationHeader/MobileSubmoduleNavigation.js +89 -0
- package/lib/components/applicationHeader/NavItems.js +167 -274
- package/lib/components/applicationLayout/ApplicationLayoutBody.js +1 -3
- package/lib/components/applicationLayout/SubNavigation.js +60 -0
- package/lib/components/assetTree/AssetTree.js +4 -7
- package/lib/components/assetTree/Tree.js +46 -54
- package/lib/components/assetTree/TreeLeaf.js +1 -1
- package/lib/components/assetTree/TreeSelectAll.js +2 -1
- package/lib/components/assetTree/TreeSidebar.js +10 -22
- package/lib/components/assetTree/TypeCounter.js +10 -8
- package/lib/components/charts/AreaChart.js +5 -3
- package/lib/components/charts/BarChart.js +5 -3
- package/lib/components/charts/ChartTooltip.js +14 -0
- package/lib/components/charts/LineChart.js +4 -2
- package/lib/components/charts/PieChart.js +5 -3
- package/lib/components/charts/RadialBarChart.js +4 -4
- package/lib/components/charts/chartHelper.js +1 -1
- package/lib/components/dialog/Dialog.js +4 -4
- package/lib/components/dialog/baseDialogPropTypes.js +1 -1
- package/lib/components/map/.DS_Store +0 -0
- package/lib/components/map/components/.DS_Store +0 -0
- package/lib/components/map/components/features/.DS_Store +0 -0
- package/lib/components/map/components/features/settings/.DS_Store +0 -0
- package/lib/components/steppedProgressBar/SteppedProgressBar.js +59 -107
- package/lib/es/ChartTooltip.d.ts +5 -0
- package/lib/es/ChartTooltip.js +15 -0
- package/lib/es/Colors.js +1 -1
- package/lib/es/DeviceUtils.d.ts +5 -1
- package/lib/es/SubNavigation.d.ts +5 -0
- package/lib/es/SubNavigation.js +15 -0
- package/lib/es/VolkswagenApplicationHeader.d.ts +5 -0
- package/lib/es/VolkswagenApplicationHeader.js +15 -0
- package/lib/es/deviceUtils.js +24 -0
- package/lib/hooks/useClickOutside.js +2 -1
- package/lib/index.js +1 -1
- package/lib/style/css/_exports/rio-website.less +36 -22
- package/lib/style/css/_exports/vw-uikit.less +5 -1
- package/lib/style/css/components/ApplicationHeader.less +288 -257
- package/lib/style/css/components/ApplicationLayout.less +7 -5
- package/lib/style/css/components/AssetTree.less +3 -3
- package/lib/style/css/variables.less +1 -1
- package/lib/style/fonts/rioglyph/rioglyph.less +56 -1
- package/lib/style/fonts/rioglyph/rioglyph.svg +68 -2
- package/lib/style/fonts/rioglyph/rioglyph.ttf +0 -0
- package/lib/style/fonts/rioglyph/rioglyph.woff +0 -0
- package/lib/styles/animations/_imports.less +10 -0
- package/lib/styles/animations/collapse.less +16 -0
- package/lib/styles/animations/fade.less +28 -0
- package/lib/styles/animations/pinging.less +7 -0
- package/lib/styles/animations/pulsing.less +5 -0
- package/lib/styles/animations/rotate.less +52 -0
- package/lib/styles/animations/scale.less +35 -0
- package/lib/styles/animations/slide.less +39 -0
- package/lib/styles/animations/spinning.less +4 -0
- package/lib/styles/animations/transition.less +129 -0
- package/lib/styles/animations/translate.less +28 -0
- package/lib/styles/components/Activity.less +93 -0
- package/lib/styles/components/ApplicationHeader.less +469 -0
- package/lib/styles/components/ApplicationLayout.less +240 -0
- package/lib/styles/components/AssetTree.less +439 -0
- package/lib/styles/components/AutoSuggest.less +22 -0
- package/lib/styles/components/BottomSheet.less +14 -0
- package/lib/styles/components/Carousel.less +212 -0
- package/lib/styles/components/Checkbox.less +224 -0
- package/lib/styles/components/ClearableInput.less +115 -0
- package/lib/styles/components/Counter.less +142 -0
- package/lib/styles/components/DataTabs.less +100 -0
- package/lib/styles/components/DatePicker.less +391 -0
- package/lib/styles/components/Dialog.less +484 -0
- package/lib/styles/components/Dropdown.less +185 -0
- package/lib/styles/components/Expander.less +196 -0
- package/lib/styles/components/FilePicker.less +8 -0
- package/lib/styles/components/ListMenu.less +77 -0
- package/lib/styles/components/MapHere.less +91 -0
- package/lib/styles/components/MapMarker.less +347 -0
- package/lib/styles/components/MapSettings.less +140 -0
- package/lib/styles/components/NoData.less +8 -0
- package/lib/styles/components/Notification.less +234 -0
- package/lib/styles/components/RadioButton.less +173 -0
- package/lib/styles/components/Resizer.less +43 -0
- package/lib/styles/components/Select.less +287 -0
- package/lib/styles/components/Sidebar.less +157 -0
- package/lib/styles/components/Slider.less +278 -0
- package/lib/styles/components/Spinner.less +49 -0
- package/lib/styles/components/StatsWidget.less +111 -0
- package/lib/styles/components/SteppedProgressBar.less +310 -0
- package/lib/styles/components/SupportMarker.less +34 -0
- package/lib/styles/components/Switch.less +145 -0
- package/lib/styles/components/TableSettingsDialog.less +96 -0
- package/lib/styles/components/TableSortArrows.less +54 -0
- package/lib/styles/components/TableToolbar.less +121 -0
- package/lib/styles/components/Tag.less +246 -0
- package/lib/styles/components/TagManager.less +4 -0
- package/lib/styles/components/Teaser.less +12 -0
- package/lib/styles/components/Timeline.less +69 -0
- package/lib/styles/components/Tooltip.less +222 -0
- package/lib/styles/design/alerts.less +55 -0
- package/lib/styles/design/aspect-ratio.less +23 -0
- package/lib/styles/design/badges.less +120 -0
- package/lib/styles/design/blockquote.less +49 -0
- package/lib/styles/design/border.less +192 -0
- package/lib/styles/design/breadcrumbs.less +20 -0
- package/lib/styles/design/button-groups.less +194 -0
- package/lib/styles/design/buttons.less +543 -0
- package/lib/styles/design/callouts.less +27 -0
- package/lib/styles/design/caret.less +28 -0
- package/lib/styles/design/close.less +12 -0
- package/lib/styles/design/code.less +45 -0
- package/lib/styles/design/colors.less +202 -0
- package/lib/styles/design/cols.less +56 -0
- package/lib/styles/design/container.less +29 -0
- package/lib/styles/design/cursors.less +19 -0
- package/lib/styles/design/custom.less +20 -0
- package/lib/styles/design/ellipsis.less +46 -0
- package/lib/styles/design/flexgrid.less +7 -0
- package/lib/styles/design/fonts.less +458 -0
- package/lib/styles/design/form-input-groups.less +245 -0
- package/lib/styles/design/form-inputs.less +655 -0
- package/lib/styles/design/iframe.less +80 -0
- package/lib/styles/design/images.less +47 -0
- package/lib/styles/design/labels.less +66 -0
- package/lib/styles/design/list-group.less +100 -0
- package/lib/styles/design/navs.less +262 -0
- package/lib/styles/design/normalize.less +436 -0
- package/lib/styles/design/opacity.less +26 -0
- package/lib/styles/design/overflow.less +1 -0
- package/lib/styles/design/pagination.less +161 -0
- package/lib/styles/design/panels.less +105 -0
- package/lib/styles/design/popovers.less +119 -0
- package/lib/styles/design/position.less +16 -0
- package/lib/styles/design/progress-bars.less +131 -0
- package/lib/styles/design/responsive/_imports.less +67 -0
- package/lib/styles/design/responsive/backgrounds.less +32 -0
- package/lib/styles/design/responsive/display.less +9 -0
- package/lib/styles/design/responsive/flexgrid.less +75 -0
- package/lib/styles/design/responsive/floating.less +4 -0
- package/lib/styles/design/responsive/gap.less +41 -0
- package/lib/styles/design/responsive/margin.less +127 -0
- package/lib/styles/design/responsive/overflow.less +16 -0
- package/lib/styles/design/responsive/padding.less +71 -0
- package/lib/styles/design/responsive/position.less +103 -0
- package/lib/styles/design/responsive/sizing.less +96 -0
- package/lib/styles/design/responsive/text.less +71 -0
- package/lib/styles/design/responsive-embed.less +31 -0
- package/lib/styles/design/responsive-video.less +22 -0
- package/lib/styles/design/rioglyph.less +13 -0
- package/lib/styles/design/rounded.less +44 -0
- package/lib/styles/design/shadows.less +65 -0
- package/lib/styles/design/sizing.less +18 -0
- package/lib/styles/design/tables.less +855 -0
- package/lib/styles/design/text.less +201 -0
- package/lib/styles/design/theme.less +206 -0
- package/lib/styles/design/thumbnails.less +29 -0
- package/lib/styles/design/transition.less +33 -0
- package/lib/styles/design/type.less +159 -0
- package/lib/styles/design/utilities.less +75 -0
- package/lib/styles/design/visibility.less +186 -0
- package/lib/styles/design/wells.less +17 -0
- package/lib/styles/design/z-index.less +21 -0
- package/lib/styles/filter/_imports.less +1 -0
- package/lib/styles/filter/blur.less +17 -0
- package/lib/styles/mapping/breakpoint-map.less +44 -0
- package/lib/styles/mapping/color-map.less +200 -0
- package/lib/styles/mapping/cols-map.less +15 -0
- package/lib/styles/mapping/numbers-map.less +16 -0
- package/lib/styles/mapping/positions-map.less +21 -0
- package/lib/styles/mapping/sizes-map.less +129 -0
- package/lib/styles/mapping/spacings-map.less +28 -0
- package/lib/styles/mixins/_mixins.less +13 -0
- package/lib/styles/mixins/alerts.less +13 -0
- package/lib/styles/mixins/border-radius.less +16 -0
- package/lib/styles/mixins/buttons.less +117 -0
- package/lib/styles/mixins/clearfix.less +9 -0
- package/lib/styles/mixins/cols.less +59 -0
- package/lib/styles/mixins/forms.less +61 -0
- package/lib/styles/mixins/panels.less +27 -0
- package/lib/styles/mixins/placeholder.less +17 -0
- package/lib/styles/mixins/reset.less +27 -0
- package/lib/styles/mixins/sizings.less +21 -0
- package/lib/styles/mixins/spinner.less +30 -0
- package/lib/styles/mixins/table.less +26 -0
- package/lib/styles/mixins/tabs.less +4 -0
- package/lib/styles/mixins/text.less +5 -0
- package/lib/styles/print/print.less +163 -0
- package/lib/styles/rio-uikit-core.less +114 -0
- package/lib/styles/rio-uikit-print-utilities.less +16 -0
- package/lib/styles/rio-uikit-responsive-utilities.less +16 -0
- package/lib/styles/shared/colors.json +56 -0
- package/lib/styles/shared/colors.less +73 -0
- package/lib/styles/shared/screens.less +7 -0
- package/lib/styles/shared/text.less +23 -0
- package/lib/styles/variables.less +180 -0
- package/lib/themes/BuyButton/styles/rio-buyButton.less +183 -0
- package/lib/themes/MAN/styles/man-uikit.less +48 -0
- package/lib/themes/RIO/styles/rio-uikit.less +20 -0
- package/lib/themes/SCANIA/styles/scania-uikit.less +36 -0
- package/lib/themes/Volkswagen/components/applicationHeader/VolkswagenApplicationHeader.js +94 -0
- package/lib/themes/Volkswagen/components/applicationHeader/modulePropTypes.js +17 -0
- package/lib/themes/Volkswagen/styles/vw-uikit.less +205 -0
- package/lib/themes/Website/styles/rio-website.less +2236 -0
- package/lib/themes/Xmas/styles/rio-xmas.less +36 -0
- package/lib/types.ts +19 -11
- package/lib/utils/deviceUtils.js +9 -1
- package/lib/version.json +1 -1
- package/package.json +96 -95
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
.padding-auto@{suffix} { padding: auto !important }
|
|
2
|
+
.padding-0@{suffix} { padding: 0 !important }
|
|
3
|
+
|
|
4
|
+
.padding-left-0@{suffix} { padding-left: 0 !important }
|
|
5
|
+
.padding-right-0@{suffix} { padding-right: 0 !important }
|
|
6
|
+
.padding-top-0@{suffix} { padding-top: 0 !important }
|
|
7
|
+
.padding-bottom-0@{suffix} { padding-bottom: 0 !important }
|
|
8
|
+
|
|
9
|
+
.padding-x-0@{suffix} { padding-left: 0 !important; padding-right: 0 !important }
|
|
10
|
+
.padding-y-0@{suffix} { padding-top: 0 !important; padding-bottom: 0 !important }
|
|
11
|
+
|
|
12
|
+
.padding-left-auto@{suffix} { padding-left: auto !important }
|
|
13
|
+
.padding-right-auto@{suffix} { padding-right: auto !important }
|
|
14
|
+
.padding-top-auto@{suffix} { padding-top: auto !important }
|
|
15
|
+
.padding-bottom-auto@{suffix} { padding-bottom: auto !important }
|
|
16
|
+
|
|
17
|
+
// padding px
|
|
18
|
+
each(@spacings-px, {
|
|
19
|
+
// surrouding
|
|
20
|
+
.padding-@{key}@{suffix} {
|
|
21
|
+
padding: @value !important;
|
|
22
|
+
}
|
|
23
|
+
// left
|
|
24
|
+
.padding-x-@{key}@{suffix},
|
|
25
|
+
.padding-left-@{key}@{suffix} {
|
|
26
|
+
padding-left: @value !important;
|
|
27
|
+
}
|
|
28
|
+
// right
|
|
29
|
+
.padding-x-@{key}@{suffix},
|
|
30
|
+
.padding-right-@{key}@{suffix} {
|
|
31
|
+
padding-right: @value !important;
|
|
32
|
+
}
|
|
33
|
+
// top
|
|
34
|
+
.padding-y-@{key}@{suffix},
|
|
35
|
+
.padding-top-@{key}@{suffix} {
|
|
36
|
+
padding-top: @value !important;
|
|
37
|
+
}
|
|
38
|
+
// bottom
|
|
39
|
+
.padding-y-@{key}@{suffix},
|
|
40
|
+
.padding-bottom-@{key}@{suffix} {
|
|
41
|
+
padding-bottom: @value !important;
|
|
42
|
+
}
|
|
43
|
+
})
|
|
44
|
+
|
|
45
|
+
// padding pct
|
|
46
|
+
each(@spacings-pct, {
|
|
47
|
+
// surrouding
|
|
48
|
+
.padding-@{key}@{suffix} {
|
|
49
|
+
padding: @value !important;
|
|
50
|
+
}
|
|
51
|
+
// left
|
|
52
|
+
.padding-x-@{key}@{suffix},
|
|
53
|
+
.padding-left-@{key}@{suffix} {
|
|
54
|
+
padding-left: @value !important;
|
|
55
|
+
}
|
|
56
|
+
// right
|
|
57
|
+
.padding-x-@{key}@{suffix},
|
|
58
|
+
.padding-right-@{key}@{suffix} {
|
|
59
|
+
padding-right: @value !important;
|
|
60
|
+
}
|
|
61
|
+
// top
|
|
62
|
+
.padding-y-@{key}@{suffix},
|
|
63
|
+
.padding-top-@{key}@{suffix} {
|
|
64
|
+
padding-top: @value !important;
|
|
65
|
+
}
|
|
66
|
+
// bottom
|
|
67
|
+
.padding-y-@{key}@{suffix},
|
|
68
|
+
.padding-bottom-@{key}@{suffix} {
|
|
69
|
+
padding-bottom: @value !important;
|
|
70
|
+
}
|
|
71
|
+
})
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
/* Positions */
|
|
2
|
+
.position-relative@{suffix} { position: relative !important }
|
|
3
|
+
.position-absolute@{suffix} { position: absolute !important }
|
|
4
|
+
.position-fixed@{suffix} { position: fixed !important }
|
|
5
|
+
.position-static@{suffix} { position: static !important }
|
|
6
|
+
.position-sticky@{suffix} {
|
|
7
|
+
position: sticky !important;
|
|
8
|
+
|
|
9
|
+
// &.top-module-content {
|
|
10
|
+
// @media (max-width: @screen-xs-max) {
|
|
11
|
+
// top: -(@ApplicationLayoutBodyPadding*0.5);
|
|
12
|
+
// }
|
|
13
|
+
|
|
14
|
+
// @media (min-width: @screen-ls-min) {
|
|
15
|
+
// top: -(@ApplicationLayoutBodyPadding);
|
|
16
|
+
// }
|
|
17
|
+
// }
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.top-0@{suffix} { top: 0 !important }
|
|
21
|
+
.right-0@{suffix} { right: 0 !important }
|
|
22
|
+
.bottom-0@{suffix} { bottom: 0 !important }
|
|
23
|
+
.left-0@{suffix} { left: 0 !important }
|
|
24
|
+
|
|
25
|
+
// top-right-bottom-left px
|
|
26
|
+
each(@positions-px, {
|
|
27
|
+
// top
|
|
28
|
+
.top-@{key}@{suffix} {
|
|
29
|
+
top: @value !important;
|
|
30
|
+
}
|
|
31
|
+
// right
|
|
32
|
+
.right-@{key}@{suffix} {
|
|
33
|
+
right: @value !important;
|
|
34
|
+
}
|
|
35
|
+
// bottom
|
|
36
|
+
.bottom-@{key}@{suffix} {
|
|
37
|
+
bottom: @value !important;
|
|
38
|
+
}
|
|
39
|
+
// left
|
|
40
|
+
.left-@{key}@{suffix} {
|
|
41
|
+
left: @value !important;
|
|
42
|
+
}
|
|
43
|
+
})
|
|
44
|
+
|
|
45
|
+
// negative top-right-bottom-left px
|
|
46
|
+
each(@positions-px, {
|
|
47
|
+
// negative top
|
|
48
|
+
.top--@{key}@{suffix} {
|
|
49
|
+
top: -@value !important;
|
|
50
|
+
}
|
|
51
|
+
// negative right
|
|
52
|
+
.right--@{key}@{suffix} {
|
|
53
|
+
right: -@value !important;
|
|
54
|
+
}
|
|
55
|
+
// negative bottom
|
|
56
|
+
.bottom--@{key}@{suffix} {
|
|
57
|
+
bottom: -@value !important;
|
|
58
|
+
}
|
|
59
|
+
// negative left
|
|
60
|
+
.left--@{key}@{suffix} {
|
|
61
|
+
left: -@value !important;
|
|
62
|
+
}
|
|
63
|
+
})
|
|
64
|
+
|
|
65
|
+
// top-right-bottom-left pct
|
|
66
|
+
each(@positions-pct, {
|
|
67
|
+
// top
|
|
68
|
+
.top-@{key}@{suffix} {
|
|
69
|
+
top: @value !important;
|
|
70
|
+
}
|
|
71
|
+
// right
|
|
72
|
+
.right-@{key}@{suffix} {
|
|
73
|
+
right: @value !important;
|
|
74
|
+
}
|
|
75
|
+
// bottom
|
|
76
|
+
.bottom-@{key}@{suffix} {
|
|
77
|
+
bottom: @value !important;
|
|
78
|
+
}
|
|
79
|
+
// left
|
|
80
|
+
.left-@{key}@{suffix} {
|
|
81
|
+
left: @value !important;
|
|
82
|
+
}
|
|
83
|
+
})
|
|
84
|
+
|
|
85
|
+
// negative top-right-bottom-left pct
|
|
86
|
+
each(@positions-pct, {
|
|
87
|
+
// negative top
|
|
88
|
+
.top--@{key}@{suffix} {
|
|
89
|
+
top: -@value !important;
|
|
90
|
+
}
|
|
91
|
+
// negative right
|
|
92
|
+
.right--@{key}@{suffix} {
|
|
93
|
+
right: -@value !important;
|
|
94
|
+
}
|
|
95
|
+
// negative bottom
|
|
96
|
+
.bottom--@{key}@{suffix} {
|
|
97
|
+
bottom: -@value !important;
|
|
98
|
+
}
|
|
99
|
+
// negative left
|
|
100
|
+
.left--@{key}@{suffix} {
|
|
101
|
+
left: -@value !important;
|
|
102
|
+
}
|
|
103
|
+
})
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
.height-0@{suffix} { height: 0 !important }
|
|
2
|
+
.height-auto@{suffix} { height: auto !important }
|
|
3
|
+
|
|
4
|
+
.width-0@{suffix} { width: 0 !important }
|
|
5
|
+
.width-auto@{suffix} { width: auto !important }
|
|
6
|
+
|
|
7
|
+
.min-width-auto@{suffix} { min-width: auto !important }
|
|
8
|
+
.min-height-auto@{suffix} { min-height: auto !important }
|
|
9
|
+
|
|
10
|
+
.max-height-0@{suffix} { max-height: 0 !important }
|
|
11
|
+
.max-width-0@{suffix} { max-width: 0 !important }
|
|
12
|
+
|
|
13
|
+
// width/height px
|
|
14
|
+
each(@sizes-px, {
|
|
15
|
+
// width
|
|
16
|
+
.width-@{key}@{suffix} {
|
|
17
|
+
width: @value !important;
|
|
18
|
+
}
|
|
19
|
+
// height
|
|
20
|
+
.height-@{key}@{suffix} {
|
|
21
|
+
height: @value !important;
|
|
22
|
+
}
|
|
23
|
+
})
|
|
24
|
+
|
|
25
|
+
// min/max width/height px
|
|
26
|
+
each(@sizes-px-50-to-500, {
|
|
27
|
+
// min-height
|
|
28
|
+
.min-height-@{key}@{suffix} {
|
|
29
|
+
min-height: @value !important;
|
|
30
|
+
}
|
|
31
|
+
// max-height
|
|
32
|
+
.max-height-@{key}@{suffix} {
|
|
33
|
+
max-height: @value !important;
|
|
34
|
+
}
|
|
35
|
+
// min-width
|
|
36
|
+
.min-width-@{key}@{suffix} {
|
|
37
|
+
min-width: @value !important;
|
|
38
|
+
}
|
|
39
|
+
})
|
|
40
|
+
|
|
41
|
+
// max width px
|
|
42
|
+
each(@sizes-px-50-to-1000, {
|
|
43
|
+
// max-width
|
|
44
|
+
.max-width-@{key}@{suffix} {
|
|
45
|
+
max-width: @value !important;
|
|
46
|
+
}
|
|
47
|
+
})
|
|
48
|
+
|
|
49
|
+
// all pct
|
|
50
|
+
each(@sizes-pct, {
|
|
51
|
+
// height
|
|
52
|
+
.height-@{key}@{suffix} {
|
|
53
|
+
height: @value !important;
|
|
54
|
+
}
|
|
55
|
+
// min-height
|
|
56
|
+
.min-height-@{key}@{suffix} {
|
|
57
|
+
min-height: @value !important;
|
|
58
|
+
}
|
|
59
|
+
//max-height
|
|
60
|
+
.max-height-@{key}@{suffix} {
|
|
61
|
+
max-height: @value !important;
|
|
62
|
+
}
|
|
63
|
+
// width
|
|
64
|
+
.width-@{key}@{suffix} {
|
|
65
|
+
width: @value !important;
|
|
66
|
+
}
|
|
67
|
+
// min-width
|
|
68
|
+
.min-width-@{key}@{suffix} {
|
|
69
|
+
min-width: @value !important;
|
|
70
|
+
}
|
|
71
|
+
// max-width
|
|
72
|
+
.max-width-@{key}@{suffix} {
|
|
73
|
+
max-width: @value !important;
|
|
74
|
+
}
|
|
75
|
+
})
|
|
76
|
+
|
|
77
|
+
// viewport width
|
|
78
|
+
each(@sizes-vw, {
|
|
79
|
+
// width
|
|
80
|
+
.width-@{key}@{suffix} {
|
|
81
|
+
width: @value !important;
|
|
82
|
+
}
|
|
83
|
+
// min-width
|
|
84
|
+
.min-width-@{key}@{suffix} {
|
|
85
|
+
min-width: @value !important;
|
|
86
|
+
}
|
|
87
|
+
// max-width
|
|
88
|
+
.max-width-@{key}@{suffix} {
|
|
89
|
+
max-width: @value !important;
|
|
90
|
+
}
|
|
91
|
+
})
|
|
92
|
+
|
|
93
|
+
// viewport height
|
|
94
|
+
.sizing-vh(height; @suffix);
|
|
95
|
+
.sizing-vh(min-height; @suffix);
|
|
96
|
+
.sizing-vh(max-height; @suffix);
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
/* Text - Size */
|
|
2
|
+
.text-size-10@{suffix} { font-size: @font-size-10 !important }
|
|
3
|
+
.text-size-11@{suffix} { font-size: @font-size-11 !important }
|
|
4
|
+
.text-size-12@{suffix} { font-size: @font-size-12 !important }
|
|
5
|
+
.text-size-14@{suffix} { font-size: @font-size-14 !important }
|
|
6
|
+
.text-size-16@{suffix} { font-size: @font-size-16 !important }
|
|
7
|
+
.text-size-18@{suffix} { font-size: @font-size-18 !important }
|
|
8
|
+
.text-size-20@{suffix} { font-size: @font-size-20 !important }
|
|
9
|
+
|
|
10
|
+
.text-size-h1@{suffix} { font-size: @font-size-h1 !important }
|
|
11
|
+
.text-size-h2@{suffix} { font-size: @font-size-h2 !important }
|
|
12
|
+
.text-size-h3@{suffix} { font-size: @font-size-h3 !important }
|
|
13
|
+
.text-size-h4@{suffix} { font-size: @font-size-h4 !important }
|
|
14
|
+
.text-size-h5@{suffix} { font-size: @font-size-h5 !important }
|
|
15
|
+
.text-size-h6@{suffix} { font-size: @font-size-h6 !important }
|
|
16
|
+
|
|
17
|
+
[class*="text-size"] {
|
|
18
|
+
.text-size-100pct@{suffix} { font-size: 100% !important }
|
|
19
|
+
.text-size-200pct@{suffix} { font-size: 200% !important }
|
|
20
|
+
.text-size-300pct@{suffix} { font-size: 300% !important }
|
|
21
|
+
.text-size-400pct@{suffix} { font-size: 400% !important }
|
|
22
|
+
.text-size-500pct@{suffix} { font-size: 500% !important }
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
/* Text - Line Height */
|
|
26
|
+
.line-height-10@{suffix} { line-height: @font-size-10 !important }
|
|
27
|
+
.line-height-11@{suffix} { line-height: @font-size-11 !important }
|
|
28
|
+
.line-height-12@{suffix} { line-height: @font-size-12 !important }
|
|
29
|
+
.line-height-14@{suffix} { line-height: @font-size-14 !important }
|
|
30
|
+
.line-height-16@{suffix} { line-height: @font-size-16 !important }
|
|
31
|
+
.line-height-18@{suffix} { line-height: @font-size-18 !important }
|
|
32
|
+
.line-height-20@{suffix} { line-height: @font-size-20 !important }
|
|
33
|
+
|
|
34
|
+
.line-height-h1@{suffix} { line-height: @font-size-h1 !important }
|
|
35
|
+
.line-height-h2@{suffix} { line-height: @font-size-h2 !important }
|
|
36
|
+
.line-height-h3@{suffix} { line-height: @font-size-h3 !important }
|
|
37
|
+
.line-height-h4@{suffix} { line-height: @font-size-h4 !important }
|
|
38
|
+
.line-height-h5@{suffix} { line-height: @font-size-h5 !important }
|
|
39
|
+
.line-height-h6@{suffix} { line-height: @font-size-h6 !important }
|
|
40
|
+
|
|
41
|
+
.line-height-125rel@{suffix} { line-height: 1.25 !important }
|
|
42
|
+
.line-height-130rel@{suffix} { line-height: 1.30 !important }
|
|
43
|
+
.line-height-135rel@{suffix} { line-height: 1.35 !important }
|
|
44
|
+
|
|
45
|
+
/* Text - alignment */
|
|
46
|
+
.text-left@{suffix} { text-align: left !important }
|
|
47
|
+
.text-center@{suffix} { text-align: center !important }
|
|
48
|
+
.text-right@{suffix} { text-align: right !important }
|
|
49
|
+
.text-justify@{suffix} { text-align: justify !important }
|
|
50
|
+
.text-nowrap@{suffix} { white-space: nowrap !important }
|
|
51
|
+
|
|
52
|
+
/* Hyphens */
|
|
53
|
+
.hyphens-auto@{suffix} { hyphens: auto !important }
|
|
54
|
+
.hyphens-none@{suffix} { hyphens: none !important }
|
|
55
|
+
|
|
56
|
+
/* White Space */
|
|
57
|
+
.white-space-nowrap@{suffix} { white-space: nowrap !important }
|
|
58
|
+
.white-space-normal@{suffix} { white-space: normal !important }
|
|
59
|
+
.white-space-pre-line@{suffix} { white-space: pre-line !important }
|
|
60
|
+
|
|
61
|
+
/* Word Break */
|
|
62
|
+
.word-break@{suffix}, // backward compatibility
|
|
63
|
+
.word-break-all@{suffix} {
|
|
64
|
+
word-break: break-word !important;
|
|
65
|
+
word-wrap: break-word !important;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.word-break-none@{suffix} {
|
|
69
|
+
word-break: normal !important;
|
|
70
|
+
word-wrap: normal !important;
|
|
71
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
.embed-responsive {
|
|
2
|
+
position: relative;
|
|
3
|
+
display: block;
|
|
4
|
+
height: 0;
|
|
5
|
+
padding: 0;
|
|
6
|
+
overflow: hidden;
|
|
7
|
+
|
|
8
|
+
.embed-responsive-item,
|
|
9
|
+
iframe,
|
|
10
|
+
embed,
|
|
11
|
+
object,
|
|
12
|
+
video {
|
|
13
|
+
position: absolute;
|
|
14
|
+
top: 0;
|
|
15
|
+
left: 0;
|
|
16
|
+
bottom: 0;
|
|
17
|
+
height: 100%;
|
|
18
|
+
width: 100%;
|
|
19
|
+
border: 0;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
// Modifier class for 16:9 aspect ratio
|
|
24
|
+
.embed-responsive-16by9 {
|
|
25
|
+
padding-bottom: 56.25%;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
// Modifier class for 4:3 aspect ratio
|
|
29
|
+
.embed-responsive-4by3 {
|
|
30
|
+
padding-bottom: 75%;
|
|
31
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
.video-responsive {
|
|
2
|
+
height: 0;
|
|
3
|
+
position: relative;
|
|
4
|
+
|
|
5
|
+
&.video-responsive-16by9 {
|
|
6
|
+
padding-bottom: 56.25%;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
&.video-responsive-4by3 {
|
|
10
|
+
padding-bottom: 75%;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
iframe,
|
|
14
|
+
video {
|
|
15
|
+
border: none; // really? should be default
|
|
16
|
+
height: 100%;
|
|
17
|
+
left: 0;
|
|
18
|
+
position: absolute;
|
|
19
|
+
top: 0;
|
|
20
|
+
width: 100%;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
@import (less) '../../../webfont/rioglyph/rioglyph.less';
|
|
2
|
+
|
|
3
|
+
.rioglyph {
|
|
4
|
+
&.spinning:before {
|
|
5
|
+
display: inline-block;
|
|
6
|
+
animation: spinning 1s linear infinite;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
&.pulsing:before {
|
|
10
|
+
display: inline-block;
|
|
11
|
+
animation: pulsing 2s cubic-bezier(.4,0,.6,1) infinite;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
// circle
|
|
2
|
+
.rounded-circle {
|
|
3
|
+
border-radius: @border-radius-round !important;
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
// top left
|
|
7
|
+
.rounded, .rounded-top, .rounded-left, .rounded-top-left {
|
|
8
|
+
border-top-left-radius: @border-radius-default !important;
|
|
9
|
+
|
|
10
|
+
&-small { border-top-left-radius: @border-radius-sm !important }
|
|
11
|
+
&-large { border-top-left-radius: @border-radius-lg !important }
|
|
12
|
+
&-extra-large { border-top-left-radius: @border-radius-xl !important }
|
|
13
|
+
&-none { border-top-left-radius: 0 !important }
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
// top right
|
|
17
|
+
.rounded, .rounded-top, .rounded-right, .rounded-top-right {
|
|
18
|
+
border-top-right-radius: @border-radius-default !important;
|
|
19
|
+
|
|
20
|
+
&-small { border-top-right-radius: @border-radius-sm !important }
|
|
21
|
+
&-large { border-top-right-radius: @border-radius-lg !important }
|
|
22
|
+
&-extra-large { border-top-right-radius: @border-radius-xl !important }
|
|
23
|
+
&-none { border-top-right-radius: 0 !important }
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
// bottom left
|
|
27
|
+
.rounded, .rounded-bottom, .rounded-left, .rounded-bottom-left {
|
|
28
|
+
border-bottom-left-radius: @border-radius-default !important;
|
|
29
|
+
|
|
30
|
+
&-small { border-bottom-left-radius: @border-radius-sm !important }
|
|
31
|
+
&-large { border-bottom-left-radius: @border-radius-lg !important }
|
|
32
|
+
&-extra-large { border-bottom-left-radius: @border-radius-xl !important }
|
|
33
|
+
&-none { border-bottom-left-radius: 0 !important }
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
// bottom right
|
|
37
|
+
.rounded, .rounded-bottom, .rounded-right, .rounded-bottom-right {
|
|
38
|
+
border-bottom-right-radius: @border-radius-default !important;
|
|
39
|
+
|
|
40
|
+
&-small { border-bottom-right-radius: @border-radius-sm !important }
|
|
41
|
+
&-large { border-bottom-right-radius: @border-radius-lg !important }
|
|
42
|
+
&-extra-large { border-bottom-right-radius: @border-radius-xl !important }
|
|
43
|
+
&-none { border-bottom-right-radius: 0 !important }
|
|
44
|
+
}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
@smooth-shadow: rgba(0,0,0,.01);
|
|
2
|
+
@hard-shadow: rgba(0,0,0,.03);
|
|
3
|
+
|
|
4
|
+
.shadow-none { box-shadow: none !important }
|
|
5
|
+
|
|
6
|
+
.shadow-default {
|
|
7
|
+
box-shadow:
|
|
8
|
+
0 2px 1px -1px rgba(196, 206, 214, 0.33),
|
|
9
|
+
0 1px 1px 0 rgba(181, 191, 199, 0.1),
|
|
10
|
+
0 1px 4px 0 rgba(119, 142, 160, 0.25) !important;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.shadow-smooth {
|
|
14
|
+
box-shadow:
|
|
15
|
+
0 0 2px 2px @smooth-shadow,
|
|
16
|
+
0 0 4px 4px @smooth-shadow,
|
|
17
|
+
0 0 6px 6px @smooth-shadow,
|
|
18
|
+
0 0 8px 8px @smooth-shadow,
|
|
19
|
+
0 0 10px 10px @smooth-shadow !important
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.shadow-hard {
|
|
23
|
+
box-shadow:
|
|
24
|
+
0 0 2px 2px @hard-shadow,
|
|
25
|
+
0 0 4px 4px @hard-shadow,
|
|
26
|
+
0 0 6px 6px @hard-shadow,
|
|
27
|
+
0 0 8px 8px @hard-shadow,
|
|
28
|
+
0 0 10px 10px @hard-shadow !important
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.shadow-smooth-to-bottom {
|
|
32
|
+
box-shadow:
|
|
33
|
+
0 5px 1px 1px @smooth-shadow,
|
|
34
|
+
0 5px 2px 2px @smooth-shadow,
|
|
35
|
+
0 5px 3px 3px @smooth-shadow,
|
|
36
|
+
0 5px 4px 4px @smooth-shadow,
|
|
37
|
+
0 10px 5px 5px @smooth-shadow !important
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.shadow-hard-to-bottom {
|
|
41
|
+
box-shadow:
|
|
42
|
+
0 5px 1px 1px @hard-shadow,
|
|
43
|
+
0 5px 2px 2px @hard-shadow,
|
|
44
|
+
0 5px 3px 3px @hard-shadow,
|
|
45
|
+
0 5px 4px 4px @hard-shadow,
|
|
46
|
+
0 10px 5px 5px @hard-shadow !important
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.shadow-smooth-to-top {
|
|
50
|
+
box-shadow:
|
|
51
|
+
0 -5px 1px 1px @smooth-shadow,
|
|
52
|
+
0 -5px 2px 2px @smooth-shadow,
|
|
53
|
+
0 -5px 3px 3px @smooth-shadow,
|
|
54
|
+
0 -5px 4px 4px @smooth-shadow,
|
|
55
|
+
0 -10px 5px 5px @smooth-shadow !important
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.shadow-hard-to-top {
|
|
59
|
+
box-shadow:
|
|
60
|
+
0 -5px 1px 1px @hard-shadow,
|
|
61
|
+
0 -5px 2px 2px @hard-shadow,
|
|
62
|
+
0 -5px 3px 3px @hard-shadow,
|
|
63
|
+
0 -5px 4px 4px @hard-shadow,
|
|
64
|
+
0 -10px 5px 5px @hard-shadow !important
|
|
65
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
// ApplicationLayout viewport height
|
|
2
|
+
.ApplicationLayoutHeader {
|
|
3
|
+
~ .ApplicationLayoutBody,
|
|
4
|
+
~ .ApplicationLayoutSidebar {
|
|
5
|
+
.sizing-vh(height; ~''; @navbar-height);
|
|
6
|
+
.sizing-vh(min-height; ~''; @navbar-height);
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
~ .ApplicationLayoutBody .module-content {
|
|
10
|
+
@media (max-width: @screen-xs) {
|
|
11
|
+
.sizing-vh(height; ~''; @navbar-height + @ApplicationLayoutBodyPadding*0.5);
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
@media (min-width: @screen-xs) {
|
|
15
|
+
.sizing-vh(height; ~''; @navbar-height + @ApplicationLayoutBodyPadding);
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
}
|