pacem-less 0.25.0-babylon → 0.25.0-caesarea

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/pacem/body.less CHANGED
@@ -30,6 +30,10 @@ body {
30
30
  &.anim-rotate {
31
31
  animation-duration: 1s;
32
32
  animation-name: rotate-anim;
33
+
34
+ &.rotate-uniform{
35
+ animation-timing-function: linear;
36
+ }
33
37
  }
34
38
 
35
39
  &.anim-fade-inout {
@@ -481,7 +481,7 @@ aside[pacem], .@{PCSS}-aside {
481
481
  .@{PCSS}-body {
482
482
 
483
483
  .Stretch(@keep) {
484
- height: ~"calc(100vh - @{keep})";
484
+ min-height: ~"calc(100vh - @{keep})";
485
485
  margin: -@grid_spacing 0;
486
486
  }
487
487
 
@@ -0,0 +1,16 @@
1
+ @import "../shared";
2
+ @import "../../ui/shared";
3
+
4
+ @{P}-form @{P}-button[type=submit] {
5
+ display: grid;
6
+ grid-template-columns: auto 1fr;
7
+ align-items: center;
8
+
9
+ > * {
10
+ grid-column: 2;
11
+ }
12
+
13
+ > .submit-spinner {
14
+ grid-column: 1;
15
+ }
16
+ }
@@ -50,4 +50,5 @@ label.@{PCSS}-label{
50
50
  @import "slider";
51
51
  @import "char-counter";
52
52
  @import "formfield";
53
+ @import "form";
53
54
  @import "dialog-overrides";
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.25.0-babylon",
2
+ "version": "0.25.0-caesarea",
3
3
  "name": "pacem-less",
4
4
  "homepage": "https://js.pacem.it",
5
5
  "repository": {