@pacem/pacem-theme-less 1.0.0-amaldi
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +191 -0
- package/NOTICE +4 -0
- package/README.md +23 -0
- package/fonts-empty.less +11 -0
- package/pacem/2d/index.less +14 -0
- package/pacem/2d/stage.less +31 -0
- package/pacem/2d/text.less +16 -0
- package/pacem/3d/index.less +24 -0
- package/pacem/3d/stage.less +30 -0
- package/pacem/attributes.less +8 -0
- package/pacem/basic/dock.less +19 -0
- package/pacem/basic/drag-drop.less +75 -0
- package/pacem/basic/index.less +42 -0
- package/pacem/basic/repeater.less +3 -0
- package/pacem/basic/rescale.less +157 -0
- package/pacem/basic/resize.less +3 -0
- package/pacem/basic/scroll-aware.less +4 -0
- package/pacem/basic/swipe.less +22 -0
- package/pacem/basic/viewport-aware.less +4 -0
- package/pacem/body.less +197 -0
- package/pacem/charts/dark/column-line.less +10 -0
- package/pacem/charts/dark/column.less +61 -0
- package/pacem/charts/dark/index.less +9 -0
- package/pacem/charts/dark/line.less +111 -0
- package/pacem/charts/dark/pie.less +210 -0
- package/pacem/charts/dark/shared.less +88 -0
- package/pacem/charts/index.less +1 -0
- package/pacem/charts/light/index.less +2 -0
- package/pacem/charts/phousys/index.less +2 -0
- package/pacem/cms/datagrid-columns.less +41 -0
- package/pacem/cms/grid.less +23 -0
- package/pacem/cms/index.less +3 -0
- package/pacem/cms/shared.less +3 -0
- package/pacem/cms/widget.less +81 -0
- package/pacem/fonts-dark.less +7 -0
- package/pacem/fonts-light.less +7 -0
- package/pacem/fonts-none.less +1 -0
- package/pacem/fonts-phousys.less +8 -0
- package/pacem/fx/fancy.less +138 -0
- package/pacem/fx/gradient.less +21 -0
- package/pacem/fx/hero.less +12 -0
- package/pacem/fx/index.less +6 -0
- package/pacem/fx/list.less +11 -0
- package/pacem/fx/pulse.less +105 -0
- package/pacem/fx/ripple.less +66 -0
- package/pacem/icons.less +76 -0
- package/pacem/layout/animations.less +37 -0
- package/pacem/layout/dark/address.less +37 -0
- package/pacem/layout/dark/borders.less +102 -0
- package/pacem/layout/dark/breadcrumbs.less +85 -0
- package/pacem/layout/dark/cards.less +555 -0
- package/pacem/layout/dark/coloring.less +184 -0
- package/pacem/layout/dark/container.less +50 -0
- package/pacem/layout/dark/datatable.less +454 -0
- package/pacem/layout/dark/elevation.less +74 -0
- package/pacem/layout/dark/fetch-feedback.less +124 -0
- package/pacem/layout/dark/grid-system.less +181 -0
- package/pacem/layout/dark/grids.less +268 -0
- package/pacem/layout/dark/index.less +27 -0
- package/pacem/layout/dark/interactive.less +10 -0
- package/pacem/layout/dark/layout.less +616 -0
- package/pacem/layout/dark/lists.less +112 -0
- package/pacem/layout/dark/other.less +29 -0
- package/pacem/layout/dark/panels.less +299 -0
- package/pacem/layout/dark/positioning.less +273 -0
- package/pacem/layout/dark/scroll.less +93 -0
- package/pacem/layout/dark/shapes.less +22 -0
- package/pacem/layout/dark/sizing.less +108 -0
- package/pacem/layout/dark/spacing.less +296 -0
- package/pacem/layout/dark/superposition-system.less +116 -0
- package/pacem/layout/dark/tiles.less +71 -0
- package/pacem/layout/dark/tokens-chips.less +16 -0
- package/pacem/layout/dark/toolbar.less +32 -0
- package/pacem/layout/dark/typography.less +110 -0
- package/pacem/layout/dark/visibility.less +406 -0
- package/pacem/layout/index.less +2 -0
- package/pacem/layout/light/index.less +2 -0
- package/pacem/layout/light/layout.less +2 -0
- package/pacem/layout/mixins.less +445 -0
- package/pacem/layout/phousys/index.less +2 -0
- package/pacem/layout/phousys/layout.less +2 -0
- package/pacem/layout/shared.less +18 -0
- package/pacem/logging/console.less +3 -0
- package/pacem/logging/fps.less +6 -0
- package/pacem/logging/index.less +2 -0
- package/pacem/maps/index.less +21 -0
- package/pacem/media/dark/index.less +6 -0
- package/pacem/media/index.less +1 -0
- package/pacem/media/light/index.less +2 -0
- package/pacem/media/phousys/index.less +2 -0
- package/pacem/pacem-animations.less +202 -0
- package/pacem/pacem.less +448 -0
- package/pacem/palette-dark.less +0 -0
- package/pacem/palette-light.less +0 -0
- package/pacem/plus/carousel.less +370 -0
- package/pacem/plus/context-menu.less +31 -0
- package/pacem/plus/datagrid/datacell.less +10 -0
- package/pacem/plus/datagrid/headcell.less +32 -0
- package/pacem/plus/datagrid/index.less +48 -0
- package/pacem/plus/edit.less +42 -0
- package/pacem/plus/gallery.less +239 -0
- package/pacem/plus/index.less +7 -0
- package/pacem/plus/modal-form.less +27 -0
- package/pacem/plus/router-hash-state.less +6 -0
- package/pacem/reset.less +51 -0
- package/pacem/scaffolding/dark/calendar-picker.less +415 -0
- package/pacem/scaffolding/dark/char-counter.less +68 -0
- package/pacem/scaffolding/dark/chars.less +29 -0
- package/pacem/scaffolding/dark/checkbox-radio-shared.less +150 -0
- package/pacem/scaffolding/dark/checkbox.less +232 -0
- package/pacem/scaffolding/dark/childform.less +191 -0
- package/pacem/scaffolding/dark/color.less +128 -0
- package/pacem/scaffolding/dark/contenteditable/alignment.less +6 -0
- package/pacem/scaffolding/dark/contenteditable/dashboard.less +253 -0
- package/pacem/scaffolding/dark/contenteditable/index.less +4 -0
- package/pacem/scaffolding/dark/contenteditable/picture.less +74 -0
- package/pacem/scaffolding/dark/contenteditable/placeholder.less +24 -0
- package/pacem/scaffolding/dark/contenteditable.less +157 -0
- package/pacem/scaffolding/dark/datepicker.less +129 -0
- package/pacem/scaffolding/dark/dialog-overrides.less +32 -0
- package/pacem/scaffolding/dark/element-picker.less +11 -0
- package/pacem/scaffolding/dark/expression.less +34 -0
- package/pacem/scaffolding/dark/form.less +16 -0
- package/pacem/scaffolding/dark/formfield.less +1149 -0
- package/pacem/scaffolding/dark/geolocate.less +12 -0
- package/pacem/scaffolding/dark/hierarchy.less +82 -0
- package/pacem/scaffolding/dark/image.less +195 -0
- package/pacem/scaffolding/dark/index.less +57 -0
- package/pacem/scaffolding/dark/input.less +134 -0
- package/pacem/scaffolding/dark/latlng.less +163 -0
- package/pacem/scaffolding/dark/markdown.less +20 -0
- package/pacem/scaffolding/dark/namevalue-list.less +13 -0
- package/pacem/scaffolding/dark/number.less +12 -0
- package/pacem/scaffolding/dark/password.less +12 -0
- package/pacem/scaffolding/dark/property-picker.less +11 -0
- package/pacem/scaffolding/dark/radio.less +78 -0
- package/pacem/scaffolding/dark/search.less +29 -0
- package/pacem/scaffolding/dark/select.less +55 -0
- package/pacem/scaffolding/dark/slider.less +176 -0
- package/pacem/scaffolding/dark/snapshot.less +183 -0
- package/pacem/scaffolding/dark/suggest.less +115 -0
- package/pacem/scaffolding/dark/tags.less +149 -0
- package/pacem/scaffolding/dark/tel.less +11 -0
- package/pacem/scaffolding/dark/textarea.less +29 -0
- package/pacem/scaffolding/dark/upload.less +252 -0
- package/pacem/scaffolding/dark/url.less +9 -0
- package/pacem/scaffolding/dark/validators.less +36 -0
- package/pacem/scaffolding/index.less +2 -0
- package/pacem/scaffolding/light/index.less +2 -0
- package/pacem/scaffolding/phousys/index.less +2 -0
- package/pacem/scaffolding/shared.less +249 -0
- package/pacem/text-overrides.less +219 -0
- package/pacem/theme-dark.less +676 -0
- package/pacem/theme-light.less +119 -0
- package/pacem/theme-phousys-old.less +130 -0
- package/pacem/theme-phousys.less +153 -0
- package/pacem/transforms/index.less +7 -0
- package/pacem/ui/dark/anchor.less +45 -0
- package/pacem/ui/dark/balloon.less +566 -0
- package/pacem/ui/dark/binder.less +50 -0
- package/pacem/ui/dark/blade.less +110 -0
- package/pacem/ui/dark/body.less +5 -0
- package/pacem/ui/dark/bottom-sheet.less +69 -0
- package/pacem/ui/dark/button.less +716 -0
- package/pacem/ui/dark/calendar.less +660 -0
- package/pacem/ui/dark/collapse.less +23 -0
- package/pacem/ui/dark/dialog.less +17 -0
- package/pacem/ui/dark/divider.less +49 -0
- package/pacem/ui/dark/header-footer.less +5 -0
- package/pacem/ui/dark/icon.less +141 -0
- package/pacem/ui/dark/image.less +90 -0
- package/pacem/ui/dark/index.less +82 -0
- package/pacem/ui/dark/infinite-scroller.less +5 -0
- package/pacem/ui/dark/led.less +142 -0
- package/pacem/ui/dark/lightbox.less +140 -0
- package/pacem/ui/dark/loader.less +219 -0
- package/pacem/ui/dark/markdown.less +292 -0
- package/pacem/ui/dark/marquee.less +49 -0
- package/pacem/ui/dark/menu.less +578 -0
- package/pacem/ui/dark/pager.less +166 -0
- package/pacem/ui/dark/picture.less +146 -0
- package/pacem/ui/dark/progressbar.less +167 -0
- package/pacem/ui/dark/sidebar.less +144 -0
- package/pacem/ui/dark/slideshow.less +1 -0
- package/pacem/ui/dark/social.less +5 -0
- package/pacem/ui/dark/sticky-header.less +41 -0
- package/pacem/ui/dark/tabs.less +423 -0
- package/pacem/ui/dark/ticker.less +173 -0
- package/pacem/ui/dark/timeline.less +159 -0
- package/pacem/ui/dark/toast.less +232 -0
- package/pacem/ui/dark/toc.less +47 -0
- package/pacem/ui/dark/tuner.less +155 -0
- package/pacem/ui/dark/view.less +17 -0
- package/pacem/ui/dark/window.less +313 -0
- package/pacem/ui/dialog-vars.less +159 -0
- package/pacem/ui/index.less +1 -0
- package/pacem/ui/light/button.less +8 -0
- package/pacem/ui/light/index.less +3 -0
- package/pacem/ui/light/loader.less +2 -0
- package/pacem/ui/light/menu.less +2 -0
- package/pacem/ui/light/sidebar.less +2 -0
- package/pacem/ui/phousys/button.less +8 -0
- package/pacem/ui/phousys/index.less +3 -0
- package/pacem/ui/phousys/loader.less +2 -0
- package/pacem/ui/phousys/menu.less +2 -0
- package/pacem/ui/phousys/sidebar.less +2 -0
- package/pacem/ui/shared.less +125 -0
- package/package.json +39 -0
- package/shared.less +161 -0
- package/theme-empty.less +116 -0
- package/themebuilder.js +290 -0
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
@import "../shared";
|
|
2
|
+
|
|
3
|
+
// kept names from known bootstrap classes
|
|
4
|
+
.pull-right {
|
|
5
|
+
float: right;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
.pull-left {
|
|
9
|
+
float: left;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.clearfix {
|
|
13
|
+
clear: both;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.@{PCSS}-badge,
|
|
17
|
+
.badge {
|
|
18
|
+
display: inline-block;
|
|
19
|
+
padding: 0 @grid_spacing/4;
|
|
20
|
+
|
|
21
|
+
& when (@border_radius > 0) {
|
|
22
|
+
border-radius: .25em;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
&.badge-circle{
|
|
26
|
+
border-radius: 50%;
|
|
27
|
+
padding: 0 @grid_spacing/6;
|
|
28
|
+
}
|
|
29
|
+
}
|
|
@@ -0,0 +1,299 @@
|
|
|
1
|
+
@import "../mixins";
|
|
2
|
+
|
|
3
|
+
.PanelColorize(@_clr) {
|
|
4
|
+
.PanelColorize(panel, @_clr);
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.@{PCSS}-scrollable {
|
|
8
|
+
display: block;
|
|
9
|
+
overflow: hidden;
|
|
10
|
+
overflow-y: auto;
|
|
11
|
+
box-sizing: border-box;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.@{PCSS}-panel,
|
|
15
|
+
.@{PCSS}-wrapper {
|
|
16
|
+
box-sizing: border-box;
|
|
17
|
+
margin: 0;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.@{PCSS}-panel.panel-lonely {
|
|
21
|
+
margin: 0;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.@{PCSS}-panel {
|
|
25
|
+
.Panel(panel);
|
|
26
|
+
display: grid;
|
|
27
|
+
grid-template-columns: 1fr auto;
|
|
28
|
+
grid-template-rows: repeat(3, auto);
|
|
29
|
+
grid-template-areas: 'heading tools' 'body body' 'footer footer';
|
|
30
|
+
|
|
31
|
+
.panel-heading {
|
|
32
|
+
padding-top: @panel_spacing;
|
|
33
|
+
padding-bottom: @panel_spacing;
|
|
34
|
+
.Ellipsed();
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
> .panel-heading {
|
|
38
|
+
grid-area: heading;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
> .panel-body {
|
|
42
|
+
grid-area: body;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
> .panel-footer {
|
|
46
|
+
grid-area: footer;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
> .panel-content {
|
|
50
|
+
grid-column: ~"1/2";
|
|
51
|
+
grid-row: ~"2/3";
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
> .panel-tools {
|
|
55
|
+
grid-area: tools;
|
|
56
|
+
align-self: center;
|
|
57
|
+
padding: 0 @panel_spacing 0 0;
|
|
58
|
+
// reset
|
|
59
|
+
position: static;
|
|
60
|
+
top: 0;
|
|
61
|
+
right: 0;
|
|
62
|
+
z-index: auto;
|
|
63
|
+
// override
|
|
64
|
+
align-self: stretch;
|
|
65
|
+
display: flex;
|
|
66
|
+
flex-direction: row;
|
|
67
|
+
flex-wrap: nowrap;
|
|
68
|
+
align-items: center;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.panel-body.@{PCSS}-flex,
|
|
72
|
+
.panel-body.@{PCSS}-row {
|
|
73
|
+
margin: -@panel_spacing -(@panel_spacing * 7/3) 0 -(@panel_spacing * 7/3);
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.panel-body.@{PCSS}-grid {
|
|
77
|
+
padding: 0;
|
|
78
|
+
|
|
79
|
+
.@{PCSS}-panel {
|
|
80
|
+
margin: 0;
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
.panel-heading.heading-separate,
|
|
85
|
+
.panel-heading.heading-sever {
|
|
86
|
+
border-bottom: 1px solid rgba(0,0,0,0.15);
|
|
87
|
+
|
|
88
|
+
~ .panel-tools {
|
|
89
|
+
border-bottom: 1px solid rgba(0,0,0,0.15);
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
~ .panel-body {
|
|
93
|
+
border-top: 1px solid rgba(255,255,255,0.075);
|
|
94
|
+
|
|
95
|
+
~ .panel-body {
|
|
96
|
+
border-top: none;
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
&.panel-master {
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
@_pad: @grid_spacing/1.5;
|
|
106
|
+
|
|
107
|
+
&.panel-side-left {
|
|
108
|
+
grid-template-columns: @grid_cell + @_pad 1fr auto;
|
|
109
|
+
|
|
110
|
+
&.side-large {
|
|
111
|
+
grid-template-columns: @_pad+ ceil(1.414 * @grid_cell) 1fr auto;
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
&.side-larger {
|
|
115
|
+
grid-template-columns: @_pad+ 2 * @grid_cell 1fr auto;
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
&.side-small {
|
|
119
|
+
grid-template-columns: @_pad+ 2 * @grid_spacing 1fr auto;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
&.side-smaller {
|
|
123
|
+
grid-template-columns: @_pad+ @grid_spacing 1fr auto;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
&.side-auto {
|
|
127
|
+
grid-template-columns: auto 1fr auto;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
grid-template-areas: 'aside heading tools' 'aside body body' 'aside footer footer';
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
&.panel-side-right {
|
|
134
|
+
grid-template-columns: 1fr auto @_pad+ @grid_cell;
|
|
135
|
+
|
|
136
|
+
&.side-large {
|
|
137
|
+
grid-template-columns: 1fr auto @_pad+ ceil(1.414 * @grid_cell);
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
&.side-larger {
|
|
141
|
+
grid-template-columns: 1fr auto @_pad+ 2 * @grid_cell;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
&.side-small {
|
|
145
|
+
grid-template-columns: 1fr auto @_pad+ 2 * @grid_spacing;
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
&.side-smaller {
|
|
149
|
+
grid-template-columns: 1fr auto @_pad+ @grid_spacing;
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
&.side-auto {
|
|
153
|
+
grid-template-columns: 1fr auto auto;
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
grid-template-areas: 'heading tools aside' 'body body aside' 'footer footer aside';
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
&.panel-side-left, &.panel-side-right {
|
|
160
|
+
> .panel-side {
|
|
161
|
+
grid-area: aside;
|
|
162
|
+
grid-row: span 3;
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
&.panel-side-left {
|
|
167
|
+
> .panel-side {
|
|
168
|
+
padding: @grid_spacing/2 0 @grid_spacing/2 @grid_spacing/1.5;
|
|
169
|
+
}
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
&.panel-side-right {
|
|
173
|
+
> .panel-side {
|
|
174
|
+
padding: @grid_spacing/2 @grid_spacing/1.5 @grid_spacing/2 0;
|
|
175
|
+
}
|
|
176
|
+
}
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
.@{PCSS}-grid > .@{PCSS}-cell {
|
|
180
|
+
|
|
181
|
+
&.@{PCSS}-panel {
|
|
182
|
+
margin: 0 /*!important*/;
|
|
183
|
+
grid-template-rows: auto 1fr auto;
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
/* #region MASTER PANEL */
|
|
188
|
+
.@{PCSS}-wrapper {
|
|
189
|
+
@_brd_in_clr: #595a58;
|
|
190
|
+
@_brd_in_w: 2px;
|
|
191
|
+
border: @grid_spacing/3 solid #868584;
|
|
192
|
+
box-shadow: inset @_brd_in_w 0 0 @_brd_in_clr, inset 0 @_brd_in_w 0 @_brd_in_clr, inset 0 -@_brd_in_w 0 @_brd_in_clr, inset -@_brd_in_w 0 0 @_brd_in_clr;
|
|
193
|
+
padding: @_brd_in_w;
|
|
194
|
+
border-radius: @border_panel_radius;
|
|
195
|
+
|
|
196
|
+
.@{PCSS}-row,
|
|
197
|
+
.@{PCSS}-flex {
|
|
198
|
+
margin: 0 @grid_spacing/3;
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
.@{PCSS}-grid {
|
|
202
|
+
@_gap: @grid_spacing/1.5;
|
|
203
|
+
margin: 0 @_gap @_gap @_gap;
|
|
204
|
+
grid-gap: @_gap;
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
.@{PCSS}-panel {
|
|
208
|
+
margin: 0 @grid_spacing/3 @grid_spacing/1.5 @grid_spacing/3;
|
|
209
|
+
padding-bottom: 0;
|
|
210
|
+
|
|
211
|
+
.panel-heading {
|
|
212
|
+
padding: @grid_spacing/2 @grid_spacing/1.5;
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
.panel-body /*:last-child*/,
|
|
216
|
+
.panel-footer /*:last-child*/ {
|
|
217
|
+
padding-bottom: @grid_spacing/1.5;
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
&.panel-master {
|
|
221
|
+
margin-left: 0;
|
|
222
|
+
margin-right: 0;
|
|
223
|
+
border-radius: 0;
|
|
224
|
+
|
|
225
|
+
&:last-child {
|
|
226
|
+
margin-bottom: 0;
|
|
227
|
+
}
|
|
228
|
+
}
|
|
229
|
+
}
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
.@{PCSS}-panel.panel-master {
|
|
233
|
+
.PanelColorize(@color_default_inv);
|
|
234
|
+
background-color: @color_default;
|
|
235
|
+
|
|
236
|
+
.panel-heading {
|
|
237
|
+
text-shadow: none;
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
.panel-body,
|
|
241
|
+
.panel-footer {
|
|
242
|
+
color: @color_default_inv;
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
a, a:hover {
|
|
246
|
+
color: @color_accent;
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
.panel-tools,
|
|
250
|
+
.tools {
|
|
251
|
+
|
|
252
|
+
@{P}-button:before {
|
|
253
|
+
color: @color_default_inv;
|
|
254
|
+
}
|
|
255
|
+
}
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
.Wide() {
|
|
259
|
+
margin: -@grid_spacing;
|
|
260
|
+
margin-bottom: 0;
|
|
261
|
+
padding: 0;
|
|
262
|
+
border: none;
|
|
263
|
+
|
|
264
|
+
&.panel-wrapper {
|
|
265
|
+
box-shadow: none;
|
|
266
|
+
|
|
267
|
+
> .panel-master {
|
|
268
|
+
border: none;
|
|
269
|
+
|
|
270
|
+
& when (@shadows = false) {
|
|
271
|
+
// add slight shadow to unshadowed themes
|
|
272
|
+
// '@shadow true' logic willingly inverted.
|
|
273
|
+
box-shadow: inset 0 4px 16px rgba(0,0,0,0.5);
|
|
274
|
+
}
|
|
275
|
+
}
|
|
276
|
+
}
|
|
277
|
+
}
|
|
278
|
+
|
|
279
|
+
.@{PCSS}-wide {
|
|
280
|
+
.Wide();
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
@media (orientation:portrait) {
|
|
284
|
+
.@{PCSS}-v-wide {
|
|
285
|
+
.Wide();
|
|
286
|
+
}
|
|
287
|
+
}
|
|
288
|
+
|
|
289
|
+
@media (max-width:@threshold_sm - 1) {
|
|
290
|
+
.@{PCSS}-xs-wide {
|
|
291
|
+
.Wide();
|
|
292
|
+
}
|
|
293
|
+
}
|
|
294
|
+
|
|
295
|
+
/* #endregion */
|
|
296
|
+
|
|
297
|
+
.@{PCSS}-animations {
|
|
298
|
+
.PanelRiseAnim(panel);
|
|
299
|
+
}
|
|
@@ -0,0 +1,273 @@
|
|
|
1
|
+
@import "../shared";
|
|
2
|
+
@import "../../ui/shared";
|
|
3
|
+
|
|
4
|
+
.pos-relative {
|
|
5
|
+
position: relative;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
.pos-absolute {
|
|
9
|
+
position: absolute;
|
|
10
|
+
|
|
11
|
+
&.absolute-top {
|
|
12
|
+
top: 0;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
&.absolute-left {
|
|
16
|
+
left: 0;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
&.absolute-bottom {
|
|
20
|
+
bottom: 0;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
&.absolute-right {
|
|
24
|
+
right: 0;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.pos-static {
|
|
29
|
+
position: static;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.pos-fixed {
|
|
33
|
+
position: fixed;
|
|
34
|
+
z-index: @hamburger-z-index - 100;
|
|
35
|
+
|
|
36
|
+
&.fixed-top {
|
|
37
|
+
top: 0;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
&.fixed-left {
|
|
41
|
+
left: 0;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
&.fixed-bottom {
|
|
45
|
+
bottom: 0;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
&.fixed-right {
|
|
49
|
+
right: 0;
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.pos-sticky {
|
|
54
|
+
position: sticky;
|
|
55
|
+
z-index: @header_z_index - 1;
|
|
56
|
+
|
|
57
|
+
&.sticky-top {
|
|
58
|
+
top: 0;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
&.sticky-bottom {
|
|
62
|
+
bottom: 0;
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
// sticky overrides based on layout
|
|
68
|
+
// layout-driven sticky position override
|
|
69
|
+
.@{PCSS}-body {
|
|
70
|
+
|
|
71
|
+
.StickyBottom(@base) {
|
|
72
|
+
bottom: @base;
|
|
73
|
+
|
|
74
|
+
&.bottom-1 {
|
|
75
|
+
bottom: @base + @grid_spacing/3;
|
|
76
|
+
|
|
77
|
+
&.sticky-absolute {
|
|
78
|
+
bottom: @grid_spacing/3;
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
&.bottom-2 {
|
|
83
|
+
bottom: @base + @grid_spacing/2;
|
|
84
|
+
|
|
85
|
+
&.sticky-absolute {
|
|
86
|
+
bottom: @grid_spacing/2;
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
&.bottom-3 {
|
|
91
|
+
bottom: @base + @grid_spacing;
|
|
92
|
+
|
|
93
|
+
&.sticky-absolute {
|
|
94
|
+
bottom: @grid_spacing;
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
&.bottom-4 {
|
|
99
|
+
bottom: @base + @grid_spacing * 1.3333;
|
|
100
|
+
|
|
101
|
+
&.sticky-absolute {
|
|
102
|
+
bottom: @grid_spacing * 1.3333;
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
&.bottom-5 {
|
|
107
|
+
bottom: @base + @grid_spacing * 1.5;
|
|
108
|
+
|
|
109
|
+
&.sticky-absolute {
|
|
110
|
+
bottom: @grid_spacing * 1.5;
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
&.bottom-6 {
|
|
115
|
+
bottom: @base + @grid_spacing * 2;
|
|
116
|
+
|
|
117
|
+
&.sticky-absolute {
|
|
118
|
+
bottom: @grid_spacing * 2;
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
// bottom
|
|
123
|
+
|
|
124
|
+
&[footbar] {
|
|
125
|
+
|
|
126
|
+
.pos-sticky.sticky-bottom {
|
|
127
|
+
.StickyBottom( @layout_toolbar_height);
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
&[footer] {
|
|
132
|
+
.pos-sticky.sticky-bottom {
|
|
133
|
+
.StickyBottom( @layout_footer_height);
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
&[bigfooter] {
|
|
138
|
+
.pos-sticky.sticky-bottom {
|
|
139
|
+
.StickyBottom( @layout_bigfooter_height);
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
&[footer][footbar] {
|
|
144
|
+
.pos-sticky.sticky-bottom {
|
|
145
|
+
.StickyBottom( @layout_footer_height + @layout_toolbar_height);
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
&[bigfooter][footbar] {
|
|
150
|
+
.pos-sticky.sticky-bottom {
|
|
151
|
+
.StickyBottom( @layout_bigfooter_height + @layout_toolbar_height);
|
|
152
|
+
}
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
.pos-sticky.sticky-bottom.bottom-0 {
|
|
156
|
+
bottom: 0;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
.StickyTop(@base) {
|
|
160
|
+
top: @base;
|
|
161
|
+
|
|
162
|
+
&.top-1 {
|
|
163
|
+
top: @base + @grid_spacing/3;
|
|
164
|
+
|
|
165
|
+
&.sticky-absolute {
|
|
166
|
+
top: @grid_spacing/3;
|
|
167
|
+
}
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
&.top-2 {
|
|
171
|
+
top: @base + @grid_spacing/2;
|
|
172
|
+
|
|
173
|
+
&.sticky-absolute {
|
|
174
|
+
top: @grid_spacing/2;
|
|
175
|
+
}
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
&.top-3 {
|
|
179
|
+
top: @base + @grid_spacing;
|
|
180
|
+
|
|
181
|
+
&.sticky-absolute {
|
|
182
|
+
top: @grid_spacing;
|
|
183
|
+
}
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
&.top-4 {
|
|
187
|
+
top: @base + @grid_spacing * 1.3333;
|
|
188
|
+
|
|
189
|
+
&.sticky-absolute {
|
|
190
|
+
top: @grid_spacing * 1.3333;
|
|
191
|
+
}
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
&.top-5 {
|
|
195
|
+
top: @base + @grid_spacing * 1.5;
|
|
196
|
+
|
|
197
|
+
&.sticky-absolute {
|
|
198
|
+
top: @grid_spacing * 1.5;
|
|
199
|
+
}
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
&.top-6 {
|
|
203
|
+
top: @base + @grid_spacing * 2;
|
|
204
|
+
|
|
205
|
+
&.sticky-absolute {
|
|
206
|
+
top: @grid_spacing * 2;
|
|
207
|
+
}
|
|
208
|
+
}
|
|
209
|
+
}
|
|
210
|
+
// top
|
|
211
|
+
|
|
212
|
+
&[headbar] {
|
|
213
|
+
|
|
214
|
+
.pos-sticky.sticky-top {
|
|
215
|
+
.StickyTop( @layout_toolbar_height);
|
|
216
|
+
}
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
&[header] {
|
|
220
|
+
.pos-sticky.sticky-top {
|
|
221
|
+
.StickyTop( @layout_header_height);
|
|
222
|
+
}
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
&[header][headbar] {
|
|
226
|
+
.pos-sticky.sticky-top {
|
|
227
|
+
.StickyTop( @layout_header_height + @layout_toolbar_height);
|
|
228
|
+
}
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
.pos-sticky.sticky-top.top-0 {
|
|
232
|
+
top: 0;
|
|
233
|
+
}
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
// kept names from known bootstrap classes
|
|
237
|
+
.caret,
|
|
238
|
+
.pull-right {
|
|
239
|
+
float: right;
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
.pull-left {
|
|
243
|
+
float: left;
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
.clearfix {
|
|
247
|
+
clear: both;
|
|
248
|
+
}
|
|
249
|
+
|
|
250
|
+
.z-index {
|
|
251
|
+
|
|
252
|
+
each(range(12), {
|
|
253
|
+
&.z--@{value}{
|
|
254
|
+
z-index: @value !important;
|
|
255
|
+
}
|
|
256
|
+
});
|
|
257
|
+
|
|
258
|
+
&.z-header {
|
|
259
|
+
z-index: @header_z_index !important;
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
&.z-under-header {
|
|
263
|
+
z-index: @header_z_index - 1 !important;
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
&.z-over-header {
|
|
267
|
+
z-index: @header_z_index + 1 !important;
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
&.z-top {
|
|
271
|
+
z-index: @lightbox_z_index + 1 !important;
|
|
272
|
+
}
|
|
273
|
+
}
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
@import "../shared";
|
|
2
|
+
|
|
3
|
+
/** Hides scrollbars without impacting scrolling. */
|
|
4
|
+
.scrollbars-none {
|
|
5
|
+
&::-webkit-scrollbar{
|
|
6
|
+
display: none;
|
|
7
|
+
}
|
|
8
|
+
// old edge:
|
|
9
|
+
-ms-overflow-style: none;
|
|
10
|
+
// firefox:
|
|
11
|
+
scrollbar-width: none;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.scroll-snap {
|
|
15
|
+
scroll-behavior: smooth;
|
|
16
|
+
scroll-snap-type: both;
|
|
17
|
+
|
|
18
|
+
&.snap-proximity {
|
|
19
|
+
scroll-snap-type: both proximity;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
&.snap-mandatory {
|
|
23
|
+
scroll-snap-type: both mandatory;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
&.snap-inline {
|
|
27
|
+
scroll-snap-type: inline;
|
|
28
|
+
|
|
29
|
+
&.snap-proximity {
|
|
30
|
+
scroll-snap-type: inline proximity;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
&.snap-mandatory {
|
|
34
|
+
scroll-snap-type: inline mandatory;
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
&.snap-block {
|
|
39
|
+
scroll-snap-type: block;
|
|
40
|
+
|
|
41
|
+
&.snap-proximity {
|
|
42
|
+
scroll-snap-type: block proximity;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
&.snap-mandatory {
|
|
46
|
+
scroll-snap-type: block mandatory;
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
&.snap-x {
|
|
51
|
+
scroll-snap-type: x;
|
|
52
|
+
|
|
53
|
+
&.snap-proximity {
|
|
54
|
+
scroll-snap-type: x proximity;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
&.snap-mandatory {
|
|
58
|
+
scroll-snap-type: x mandatory;
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
&.snap-y {
|
|
63
|
+
scroll-snap-type: y;
|
|
64
|
+
|
|
65
|
+
&.snap-proximity {
|
|
66
|
+
scroll-snap-type: y proximity;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
&.snap-mandatory {
|
|
70
|
+
scroll-snap-type: y mandatory;
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
> * {
|
|
75
|
+
scroll-snap-align: start;
|
|
76
|
+
|
|
77
|
+
&.snap-start {
|
|
78
|
+
// defaults to start
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
&.snap-center {
|
|
82
|
+
scroll-snap-align: center;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
&.snap-end {
|
|
86
|
+
scroll-snap-align: end;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
&.snap-always {
|
|
90
|
+
scroll-snap-stop: always;
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
@import "../shared";
|
|
2
|
+
|
|
3
|
+
.shape-circle,
|
|
4
|
+
.shape-square {
|
|
5
|
+
aspect-ratio: 1;
|
|
6
|
+
display: inline-flex;
|
|
7
|
+
justify-content: center;
|
|
8
|
+
align-items: center;
|
|
9
|
+
overflow: hidden;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.shape-circle{
|
|
13
|
+
border-radius: 50%;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.shape-square {
|
|
17
|
+
border-radius: @border_radius;
|
|
18
|
+
|
|
19
|
+
&.square-sharp {
|
|
20
|
+
border-radius: 0;
|
|
21
|
+
}
|
|
22
|
+
}
|