playbook_ui 14.2.0.pre.alpha.PLAY15063621 → 14.2.0.pre.alpha.PLAY15063626
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b53a51c7a8b15c112bf3080dd955cf0129abac5e2d714451e21d5bf4bf59fe04
|
4
|
+
data.tar.gz: a7f79fb282bcec2f7af1762ab2a66dc430f88cbde73dc80ab8ebb59d6b6aa110
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f9e0ae1f9823582fefe90e8d359b59fb908ba165b8daf7e4446dcac0febe0e8b5762b7c4f89d9d18a6861a6cb4039b620ea22e062a00fcc8c23dcd8d14d8daa3
|
7
|
+
data.tar.gz: ab4c7991212da3e2184e8ff3dc053256f199fa1c73a883004ee25f300a11655b0cd8ac74ecf1ec88672346405011571ac0ab0d61fced3bcda32f03783eaea73f
|
@@ -52,8 +52,8 @@ $pb_selectable_card_border: 2px;
|
|
52
52
|
font-size: $font_smaller;
|
53
53
|
text-align: center;
|
54
54
|
position: absolute;
|
55
|
-
top: -
|
56
|
-
right: -
|
55
|
+
top: -calc($pb_selectable_card_indicator_size/2);
|
56
|
+
right: -calc($pb_selectable_card_indicator_size/2);
|
57
57
|
opacity: 0;
|
58
58
|
}
|
59
59
|
}
|
@@ -4,9 +4,9 @@
|
|
4
4
|
@import "../tokens/typography";
|
5
5
|
|
6
6
|
$connector_width: 2px;
|
7
|
-
$icon_margin:
|
7
|
+
$icon_margin: $space_xs/2;
|
8
8
|
$icon_height: 28px;
|
9
|
-
$height_from_top:
|
9
|
+
$height_from_top: $icon_height/2 - $connector_width/2;
|
10
10
|
|
11
11
|
@mixin pb_timeline_line_solid($width, $height, $margin) {
|
12
12
|
width: $width;
|