@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,41 @@
|
|
|
1
|
+
@import "shared";
|
|
2
|
+
|
|
3
|
+
@{P}-widget-datacolumns {
|
|
4
|
+
|
|
5
|
+
> .@{PCSS}-datacolumns {
|
|
6
|
+
display: grid;
|
|
7
|
+
grid-template-columns: 1fr auto;
|
|
8
|
+
grid-column-gap: @grid_spacing;
|
|
9
|
+
align-items: stretch;
|
|
10
|
+
|
|
11
|
+
> .datacolumns-main {
|
|
12
|
+
overflow: auto;
|
|
13
|
+
background-color: @menu_link_active_backgroundcolor;
|
|
14
|
+
|
|
15
|
+
*[drop-target] {
|
|
16
|
+
border: 2px dashed transparent;
|
|
17
|
+
min-height: @grid_cell;
|
|
18
|
+
|
|
19
|
+
&.@{PCSS}-dropping {
|
|
20
|
+
border-color: @color_accent;
|
|
21
|
+
background-color: none;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
> * {
|
|
25
|
+
width: 14 * @grid_spacing;
|
|
26
|
+
border-right: 1px dashed @color_border;
|
|
27
|
+
align-self: stretch;
|
|
28
|
+
|
|
29
|
+
&:hover {
|
|
30
|
+
background-color: fade(@color_default, 2);
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
> .datacolumns-props {
|
|
37
|
+
padding: 0 0 0 @grid_spacing;
|
|
38
|
+
border-left: 1px dashed @color_border;
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
@import "shared";
|
|
2
|
+
|
|
3
|
+
@{P}-widget-grid.@{PCSS}-widget.ui-widget {
|
|
4
|
+
display: grid;
|
|
5
|
+
padding: 0;
|
|
6
|
+
|
|
7
|
+
svg.grid-cell-wrapper {
|
|
8
|
+
|
|
9
|
+
box-sizing: border-box;
|
|
10
|
+
padding: 1px;
|
|
11
|
+
|
|
12
|
+
> rect.grid-cell {
|
|
13
|
+
fill: none;
|
|
14
|
+
stroke-width: 1px;
|
|
15
|
+
stroke-dasharray: 4;
|
|
16
|
+
stroke: fade(@color_default, 17);
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.@{PCSS}-widget.ui-widget.widget-editing {
|
|
21
|
+
cursor: move;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
@import "shared";
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
.@{PCSS}-widget:not(.ui-widget) {
|
|
5
|
+
|
|
6
|
+
@_size: @grid_spacing * 2;
|
|
7
|
+
@_brd: @color_border;
|
|
8
|
+
|
|
9
|
+
.IconCore();
|
|
10
|
+
display: block;
|
|
11
|
+
width: @_size;
|
|
12
|
+
height: $width;
|
|
13
|
+
line-height: @_size - 2px;
|
|
14
|
+
font-size: @_size * .707;
|
|
15
|
+
text-align: center;
|
|
16
|
+
box-sizing: border-box;
|
|
17
|
+
|
|
18
|
+
&[data-icon]::before {
|
|
19
|
+
content: attr(data-icon);
|
|
20
|
+
color: fade(@_brd, 100);
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
border: 1px solid @_brd;
|
|
24
|
+
|
|
25
|
+
&when (@border_radius > 0) {
|
|
26
|
+
border-radius: 50%;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
&when (@border_radius = 0) {
|
|
30
|
+
@brd1: fade(@_brd, 100);
|
|
31
|
+
@brd2: escape("@{brd1}");
|
|
32
|
+
background-origin: border-box;
|
|
33
|
+
background-size: contain;
|
|
34
|
+
background-repeat: no-repeat;
|
|
35
|
+
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath stroke='@{brd2}' fill='transparent' stroke-width='1' d='M0,6 V0 H6 M42,0 H48 V6 M48,42 V48 H42 M6,48 H0 V42'%3E%3C/path%3E%3C/svg%3E");
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
&.widget-editing {
|
|
39
|
+
line-height: @_size - 4px;
|
|
40
|
+
border-style: dashed;
|
|
41
|
+
border-width: 2px;
|
|
42
|
+
background-image: none;
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.@{PCSS}-widget.ui-widget {
|
|
47
|
+
display: block;
|
|
48
|
+
position: relative;
|
|
49
|
+
|
|
50
|
+
&.widget-editing {
|
|
51
|
+
border: 1px dashed @color_border;
|
|
52
|
+
margin: 2px;
|
|
53
|
+
|
|
54
|
+
&:hover {
|
|
55
|
+
border: 1px solid @color_primary;
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
&.@{PCSS}-dragging.drag-placeholder,
|
|
60
|
+
&.@{PCSS}-rescalable.@{PCSS}-rescaling {
|
|
61
|
+
opacity: .5;
|
|
62
|
+
pointer-events: none;
|
|
63
|
+
background-color: fade(@color_primary, 50);
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
@{P}-widget-toolbar {
|
|
68
|
+
display: flex;
|
|
69
|
+
flex-direction: row;
|
|
70
|
+
align-items: center;
|
|
71
|
+
flex-wrap: nowrap;
|
|
72
|
+
|
|
73
|
+
> * {
|
|
74
|
+
flex: 1 0 auto;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
> .toolbar-text {
|
|
78
|
+
.Ellipsed();
|
|
79
|
+
max-width: 120px;
|
|
80
|
+
}
|
|
81
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
@import "../shared";
|
|
2
|
+
|
|
3
|
+
@font_icons_apiurl: @material_symbols_font;
|
|
4
|
+
// wrap in quotes when ';' in the url
|
|
5
|
+
@font_main_apiurl: ~"'https://fonts.googleapis.com/css2?family=PT+Sans+Narrow:wght@400;700&display=swap'";
|
|
6
|
+
@font_std_apiurl: ~"'https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;700&display=swap'";
|
|
7
|
+
@font_tech_apiurl: ~"'https://fonts.googleapis.com/css2?family=Fira+Mono:wght@400;700&display=swap'";
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
@import "../shared";
|
|
2
|
+
|
|
3
|
+
@font_icons_apiurl: @material_symbols_font;
|
|
4
|
+
// wrap in quotes when ';' in the url
|
|
5
|
+
@font_main_apiurl: ~"'https://fonts.googleapis.com/css2?family=PT+Sans+Narrow:wght@400;700&display=swap'";
|
|
6
|
+
@font_std_apiurl: ~"'https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap'";
|
|
7
|
+
@font_tech_apiurl: ~"'https://fonts.googleapis.com/css2?family=Fira+Mono:wght@400;700&display=swap'";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
// nothing here
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
@import "../shared";
|
|
2
|
+
|
|
3
|
+
@font_icons_apiurl: @material_symbols_font;
|
|
4
|
+
// wrap in quotes when ';' in the url
|
|
5
|
+
@font_main_apiurl: ~"'https://fonts.googleapis.com/css2?family=PT+Sans+Narrow:wght@400;700&display=swap'";
|
|
6
|
+
@font_std_apiurl: ~"'https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;700&display=swap'";
|
|
7
|
+
@font_tech_apiurl: ~"https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap";
|
|
8
|
+
@font_btn_apiurl: ~"https://fonts.googleapis.com/css2?family=Teko:wght@300&display=swap";
|
|
@@ -0,0 +1,138 @@
|
|
|
1
|
+
@import "../theme-dark";
|
|
2
|
+
@import "../../shared";
|
|
3
|
+
|
|
4
|
+
@_offset: -.25 * @grid_spacing;
|
|
5
|
+
|
|
6
|
+
@_easing: @easing_out_sine;
|
|
7
|
+
|
|
8
|
+
@keyframes fx-fancy-anim {
|
|
9
|
+
0% {
|
|
10
|
+
opacity: 0;
|
|
11
|
+
//color: fade(@color_light, 0);
|
|
12
|
+
transform: translateX(@_offset);
|
|
13
|
+
text-shadow: none;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
100% {
|
|
17
|
+
opacity: 1;
|
|
18
|
+
//color: inherit;
|
|
19
|
+
transform: translateX(0);
|
|
20
|
+
text-shadow: inherit;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
@{P}-fancy {
|
|
25
|
+
.Inert();
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.@{PCSS}-fancy {
|
|
29
|
+
|
|
30
|
+
.@{PCSS}-fancify {
|
|
31
|
+
display: inline-block;
|
|
32
|
+
animation: fx-fancy-anim .5s @_easing both;
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.@{PCSS}-panel.panel-fancy {
|
|
37
|
+
|
|
38
|
+
@_delay: .5s;
|
|
39
|
+
|
|
40
|
+
> .corner {
|
|
41
|
+
transition: opacity .5s linear @_delay + .75s;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
> .panel-side {
|
|
45
|
+
transition: transform .2s @_easing @_delay - .2s;
|
|
46
|
+
//transform-origin: @grid_spacing @grid_spacing;
|
|
47
|
+
transform: translateX(0) translateY(0);
|
|
48
|
+
|
|
49
|
+
canvas.@{PCSS}-tuner {
|
|
50
|
+
stroke: @color_teal;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
@{P}-tuner {
|
|
54
|
+
margin-top: @grid_spacing/4;
|
|
55
|
+
|
|
56
|
+
.@{PCSS}-content {
|
|
57
|
+
font-size: 1em;
|
|
58
|
+
transition: opacity .2s, transform .4s @easing_in_out_sine .1s;
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
> .panel-heading {
|
|
64
|
+
transition: transform .3s @_easing @_delay + .1s, border .2s .3s + @_delay;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
> .panel-body {
|
|
68
|
+
transition: transform .3s @_easing @_delay, border .2s .3s + @_delay;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
&.fancy-off {
|
|
72
|
+
border-color: transparent;
|
|
73
|
+
|
|
74
|
+
> .corner,
|
|
75
|
+
> .panel-side,
|
|
76
|
+
> .panel-body,
|
|
77
|
+
> .panel-heading {
|
|
78
|
+
transition-delay: 0;
|
|
79
|
+
transition-duration: @_delay;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
> .panel-side {
|
|
83
|
+
transform: translateX(-1 * @_offset) translateY(0);
|
|
84
|
+
|
|
85
|
+
canvas.@{PCSS}-tuner {
|
|
86
|
+
stroke: @color_tech;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
@{P}-tuner {
|
|
90
|
+
.@{PCSS}-content {
|
|
91
|
+
opacity: 0;
|
|
92
|
+
transform: rotate(90deg);
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
> .panel-heading {
|
|
98
|
+
border-color: transparent;
|
|
99
|
+
transform: translateX(@_offset) translateY(@_offset);
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
> .panel-body {
|
|
103
|
+
border-color: transparent;
|
|
104
|
+
transform: translateX(2 * @_offset) translateY(2 * @_offset);
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
> .corner,
|
|
108
|
+
> .panel-body,
|
|
109
|
+
> .panel-heading {
|
|
110
|
+
opacity: 0;
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
&.fancy-on {
|
|
115
|
+
/*> .corner {
|
|
116
|
+
opacity: 1;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
> .panel-body,
|
|
120
|
+
> .panel-heading {
|
|
121
|
+
transform: translateX(0) translateY(0);
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
> .panel-side {
|
|
125
|
+
|
|
126
|
+
@{P}-tuner {
|
|
127
|
+
.@{PCSS}-content {
|
|
128
|
+
opacity: 1;
|
|
129
|
+
transform: rotate(0);
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
canvas.@{PCSS}-tuner {
|
|
134
|
+
stroke: @color_teal;
|
|
135
|
+
}
|
|
136
|
+
}*/
|
|
137
|
+
}
|
|
138
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
@import "../theme-dark";
|
|
2
|
+
@import "../../shared";
|
|
3
|
+
@import "../ui/shared";
|
|
4
|
+
|
|
5
|
+
@{P}-fx-gradient-radial,
|
|
6
|
+
@{P}-fx-gradient-linear,
|
|
7
|
+
@{P}-fx-gradient-stop,
|
|
8
|
+
@{P}-fx-gradient {
|
|
9
|
+
.Inert();
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.@{PCSS}-fx-gradient-fill {
|
|
13
|
+
// empty
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.@{PCSS}-fx-gradient-text {
|
|
17
|
+
background-clip: text;
|
|
18
|
+
-webkit-background-clip: text;
|
|
19
|
+
color: transparent;
|
|
20
|
+
-webkit-text-fill-color: transparent;
|
|
21
|
+
}
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
@import "../theme-dark";
|
|
2
|
+
@import "../../shared";
|
|
3
|
+
@import "../ui/shared";
|
|
4
|
+
|
|
5
|
+
@keyframes fx-pulse-anim {
|
|
6
|
+
0% {
|
|
7
|
+
opacity: .8;
|
|
8
|
+
//color: fade(@color_light, 0);
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
50% {
|
|
12
|
+
border-width: 10px;
|
|
13
|
+
transform: scale(1);
|
|
14
|
+
// border-radius: unset;
|
|
15
|
+
height: inherit;
|
|
16
|
+
width: inherit;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
100% {
|
|
20
|
+
opacity: 0;
|
|
21
|
+
//color: inherit;
|
|
22
|
+
transform: scale(1.25);
|
|
23
|
+
border-radius: 50%;
|
|
24
|
+
height: 100%;
|
|
25
|
+
width: 100%;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
@{P}-fx-pulse {
|
|
30
|
+
position: absolute;
|
|
31
|
+
z-index: @hamburger_z_index - 1; // below the menu (mobile/default site)
|
|
32
|
+
pointer-events: none;
|
|
33
|
+
display: block;
|
|
34
|
+
|
|
35
|
+
svg.pulse {
|
|
36
|
+
width: 100%;
|
|
37
|
+
height: 100%;
|
|
38
|
+
overflow: visible;
|
|
39
|
+
|
|
40
|
+
rect {
|
|
41
|
+
fill: none;
|
|
42
|
+
stroke: @color_default;
|
|
43
|
+
transform-origin: 50% 50%;
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
&.pulse-accent {
|
|
48
|
+
svg.pulse rect {
|
|
49
|
+
stroke: @color_accent;
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
&.pulse-primary {
|
|
54
|
+
svg.pulse rect {
|
|
55
|
+
stroke: @color_primary;
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
&.pulse-success {
|
|
60
|
+
svg.pulse rect {
|
|
61
|
+
stroke: @color_success;
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
&.pulse-warning {
|
|
66
|
+
svg.pulse rect {
|
|
67
|
+
stroke: @color_warning;
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
&.pulse-error {
|
|
72
|
+
svg.pulse rect {
|
|
73
|
+
stroke: @color_error;
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
&.pulse-danger {
|
|
78
|
+
svg.pulse rect {
|
|
79
|
+
stroke: @color_danger;
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
&.pulse-disabled {
|
|
84
|
+
svg.pulse rect {
|
|
85
|
+
stroke: @color_disabled;
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
&.@{PCSS}-disabled,
|
|
90
|
+
&.pulse-off {
|
|
91
|
+
svg {
|
|
92
|
+
display: none;
|
|
93
|
+
|
|
94
|
+
rect {
|
|
95
|
+
animation: none;
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
@media screen and (min-width: @threshold_lg) {
|
|
102
|
+
@{P}-fx-pulse {
|
|
103
|
+
z-index: @header_z_index - 11; // below the menu (desktop site)
|
|
104
|
+
}
|
|
105
|
+
}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
@import "../theme-dark";
|
|
2
|
+
@import "../../shared";
|
|
3
|
+
@import "../ui/shared";
|
|
4
|
+
|
|
5
|
+
.RippleColorize(@clr) {
|
|
6
|
+
> .ripple {
|
|
7
|
+
background-color: fade(@clr, 20);
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
@{P}-fx-ripple {
|
|
12
|
+
pointer-events: none;
|
|
13
|
+
position: absolute;
|
|
14
|
+
z-index: @balloon-z-index + 1;
|
|
15
|
+
overflow: hidden;
|
|
16
|
+
.RippleColorize(@color_default);
|
|
17
|
+
|
|
18
|
+
> .ripple {
|
|
19
|
+
border-radius: 50%;
|
|
20
|
+
opacity: 0;
|
|
21
|
+
transition: opacity @easing_out_sine .2s;
|
|
22
|
+
transform-origin: center center;
|
|
23
|
+
position: absolute;
|
|
24
|
+
animation-duration: .2s;
|
|
25
|
+
animation-timing-function: @easing_out_sine;
|
|
26
|
+
animation-fill-mode: both;
|
|
27
|
+
|
|
28
|
+
&.ripple-go {
|
|
29
|
+
transition: none;
|
|
30
|
+
opacity: 1;
|
|
31
|
+
animation-name: pop-anim;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
&.ripple-primary {
|
|
36
|
+
.RippleColorize(@color_primary);
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
&.ripple-accent {
|
|
40
|
+
.RippleColorize(@color_accent);
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
&.ripple-danger {
|
|
44
|
+
.RippleColorize(@color_danger);
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
&.ripple-success {
|
|
48
|
+
.RippleColorize(@color_success);
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
&.ripple-warning {
|
|
52
|
+
.RippleColorize(@color_warning);
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
&.ripple-invert {
|
|
56
|
+
.RippleColorize(@color_background);
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
&.ripple-dark {
|
|
60
|
+
.RippleColorize(@color_dark);
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
&.ripple-light {
|
|
64
|
+
.RippleColorize(@color_light);
|
|
65
|
+
}
|
|
66
|
+
}
|
package/pacem/icons.less
ADDED
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
@import "../shared";
|
|
2
|
+
@import "theme-dark";
|
|
3
|
+
|
|
4
|
+
i.@{PCSS}-icon {
|
|
5
|
+
.IconCore();
|
|
6
|
+
.PacemIconCore();
|
|
7
|
+
|
|
8
|
+
&.icon-fill {
|
|
9
|
+
.IconVariation(1);
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
&.icon-outline {
|
|
13
|
+
.IconVariation(0);
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
&.space-left {
|
|
17
|
+
margin-left: @grid_spacing/2;
|
|
18
|
+
|
|
19
|
+
&.space-more {
|
|
20
|
+
margin-left: @grid_spacing;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
&.space-right {
|
|
25
|
+
margin-right: @grid_spacing/2;
|
|
26
|
+
|
|
27
|
+
&.space-more {
|
|
28
|
+
margin-right: @grid_spacing;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
transform-origin: center center;
|
|
33
|
+
// rotate
|
|
34
|
+
&.rotate-45 {
|
|
35
|
+
transform: rotate(45deg);
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
&.rotate-90 {
|
|
39
|
+
transform: rotate(90deg);
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
&.rotate-135 {
|
|
43
|
+
transform: rotate(135deg);
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
&.rotate-180 {
|
|
47
|
+
transform: rotate(180deg);
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
&.rotate-225 {
|
|
51
|
+
transform: rotate(225deg);
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
&.rotate-270 {
|
|
55
|
+
transform: rotate(270deg);
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
&.rotate-315 {
|
|
59
|
+
transform: rotate(315deg);
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
i.material-icons {
|
|
64
|
+
font-family: ~"var(--@{PCSS}-font-icons)" !important;
|
|
65
|
+
font-size: @font_icon_size;
|
|
66
|
+
font-weight: normal;
|
|
67
|
+
font-style: normal;
|
|
68
|
+
line-height: 1;
|
|
69
|
+
letter-spacing: normal;
|
|
70
|
+
text-transform: none;
|
|
71
|
+
display: inline-block;
|
|
72
|
+
white-space: nowrap;
|
|
73
|
+
word-wrap: normal;
|
|
74
|
+
direction: ltr;
|
|
75
|
+
-webkit-font-smoothing: antialiased;
|
|
76
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
@import "../theme-dark";
|
|
2
|
+
|
|
3
|
+
@_brd: 2px;
|
|
4
|
+
|
|
5
|
+
@keyframes anim-rise {
|
|
6
|
+
0% {
|
|
7
|
+
opacity: 0;
|
|
8
|
+
transform: translateY(@grid_spacing);
|
|
9
|
+
box-shadow: 0 0 0 transparent;
|
|
10
|
+
border-color: transparent;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
25% {
|
|
14
|
+
opacity: 1;
|
|
15
|
+
transform: translateY(@_brd);
|
|
16
|
+
border-color: transparent;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
40% {
|
|
20
|
+
transform: translate(0,0);
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
50% {
|
|
24
|
+
box-shadow: 0 0 0 transparent;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
60% {
|
|
28
|
+
border-top-color: #fff;
|
|
29
|
+
border-bottom-color: #eee;
|
|
30
|
+
border-left-color: #f5f5f5;
|
|
31
|
+
border-right-color: #f5f5f5;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
100% {
|
|
35
|
+
box-shadow: 0 @grid_spacing/6 @grid_spacing rgba(0,0,0,0.05);
|
|
36
|
+
}
|
|
37
|
+
}
|