playbook_ui 14.1.0.pre.alpha.pbntr373enablekitsforradio3593 → 14.1.0.pre.alpha.pbntr373enablekitsforradio3595
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.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c6ffd50caf767e7372c7bc8af3f09ca451b92c2b9b901a4a0f7280dcc406a656
|
4
|
+
data.tar.gz: af3aa51a8ca26856728c8ce0bfcd3b150328713c034278c2c7305ff19b8533bb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1012bd4af8739dd327f2cee416440041628ad483489bee3b5e752f4b68982ca169da068f773329c2629e6972dc8964c99a04f3fc552927131f226ed83bb74939
|
7
|
+
data.tar.gz: cf3b33f1a45a3ab39edde0f616a14d7643acdb1b56f6d1b5253e43a856eaa780ef858cb7b1d769f398e75b78576be4cce58a8e6689bffce218e2524230a8e3c9
|
@@ -8,16 +8,16 @@
|
|
8
8
|
display: inline-flex;
|
9
9
|
cursor: pointer;
|
10
10
|
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
11
|
+
.pb_radio_button{
|
12
|
+
width: 22px;
|
13
|
+
min-width: 22px;
|
14
|
+
height: 22px;
|
15
|
+
box-sizing: border-box;
|
16
|
+
border-radius: 1000px;
|
17
|
+
border: 2px solid $border_light;
|
18
|
+
margin-right: $space_xs;
|
19
|
+
transition: background $transition_default ease, box-shadow $transition_default ease, border-color $transition_default ease;
|
20
|
+
}
|
21
21
|
|
22
22
|
@media (hover:hover) {
|
23
23
|
&:hover .pb_radio_button {
|
data/lib/playbook/version.rb
CHANGED
metadata
CHANGED