playbook_ui 14.2.0.pre.alpha.PLAY15063621 → 14.2.0.pre.alpha.play1432playgroundsanitation3622
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/pb_kits/playbook/pb_avatar_action_button/_avatar_action_button.scss +2 -2
- data/app/pb_kits/playbook/pb_circle_icon_button/_circle_icon_button.scss +1 -1
- data/app/pb_kits/playbook/pb_phone_number_input/_phone_number_input.scss +1 -1
- data/dist/playbook.css +1 -1
- data/lib/playbook/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4f159aea0db06888d2eeb5941c7c0b220d21a7f60bfd35f83fbdda98fe48d72c
|
4
|
+
data.tar.gz: 6d72361b4413b489e8712034957d59e6f913e22e0c3850e6b190229bc5f8ca88
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 618c0f2cffc859778407a59ea8089b8d55afb969a5434bf19ace49246180c5deba7bee8a4db3941cd1d8a8088577049bd1a2a9bb277f4352f865ee0c87d005ed
|
7
|
+
data.tar.gz: c25245bb82d84813523af04840788028b20cc63efcdafc349b464b92988a510aeb9b7be26757825d06f105d55574bf5ca197df2e0d4b6bbd3c97b42d7b46bd3d
|
@@ -35,8 +35,8 @@
|
|
35
35
|
&[class*=_#{$name}] {
|
36
36
|
|
37
37
|
$avatar_size: map-get($avatar-sizes, $name);
|
38
|
-
$icon_size: $avatar_size / 2;
|
39
|
-
$border_size: $icon_size / 10;
|
38
|
+
$icon_size: calc($avatar_size / 2);
|
39
|
+
$border_size: calc($icon_size / 10);
|
40
40
|
|
41
41
|
position: relative;
|
42
42
|
width: $avatar_size * 1.25;
|
@@ -16,7 +16,7 @@ $pb_button_styles: (
|
|
16
16
|
flex-grow: 0;
|
17
17
|
width: $pb_button_size;
|
18
18
|
height: $pb_button_size;
|
19
|
-
border-radius: $pb_button_size
|
19
|
+
border-radius: calc($pb_button_size/2);
|
20
20
|
line-height: $pb_button_size;
|
21
21
|
flex-basis: $pb_button_size;
|
22
22
|
min-width: $pb_button_size;
|
@@ -100,7 +100,7 @@ $flag-min-resolution: 192dpi;
|
|
100
100
|
}
|
101
101
|
|
102
102
|
.iti__arrow.iti__arrow--up::before {
|
103
|
-
transform: rotate(-calc($transform-rotate-deg
|
103
|
+
transform: rotate(-(calc($transform-rotate-deg/3)));
|
104
104
|
top: $space_xs + 4px;
|
105
105
|
color: $primary_action;
|
106
106
|
}
|