pacem-less 0.53.0-maclaurin → 0.53.0-pascal
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.
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
display: grid;
|
|
10
10
|
grid-template-columns: auto 1fr auto;
|
|
11
11
|
//grid-template-rows: minmax(@_h_height,auto) auto auto;
|
|
12
|
-
grid-template-rows: repeat(
|
|
12
|
+
grid-template-rows: minmax(@_h_height, 1fr) repeat(3, auto);
|
|
13
13
|
grid-template-areas: 'ribbon ribbon ribbon' 'heading heading heading' 'body body body' 'footer footer footer';
|
|
14
14
|
|
|
15
15
|
> .card-heading,
|
|
@@ -296,7 +296,7 @@
|
|
|
296
296
|
box-sizing: border-box;
|
|
297
297
|
|
|
298
298
|
&.ribbon-offset {
|
|
299
|
-
top: -@grid_spacing/4;
|
|
299
|
+
top: -@grid_spacing/4 !important;
|
|
300
300
|
}
|
|
301
301
|
}
|
|
302
302
|
|
package/package.json
CHANGED