@finsweet/webflow-apps-utils 1.0.49 → 1.0.50
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.
|
@@ -93,7 +93,17 @@
|
|
|
93
93
|
display: flex;
|
|
94
94
|
justify-content: center;
|
|
95
95
|
align-items: center;
|
|
96
|
+
background: var(--background2);
|
|
97
|
+
|
|
98
|
+
box-shadow:
|
|
99
|
+
0 16px 16px -16px rgba(0, 0, 0, 0.13) inset,
|
|
100
|
+
0 12px 12px -12px rgba(0, 0, 0, 0.13) inset,
|
|
101
|
+
0 8px 8px -8px rgba(0, 0, 0, 0.17) inset,
|
|
102
|
+
0 4px 4px -4px rgba(0, 0, 0, 0.17) inset,
|
|
103
|
+
0 3px 3px -3px rgba(0, 0, 0, 0.17) inset,
|
|
104
|
+
0 1px 1px -1px rgba(0, 0, 0, 0.13) inset;
|
|
96
105
|
cursor: pointer;
|
|
106
|
+
border-radius: 2px;
|
|
97
107
|
}
|
|
98
108
|
|
|
99
109
|
.checkbox--radio {
|
|
@@ -113,8 +123,8 @@
|
|
|
113
123
|
.checkbox--checked :global(svg) {
|
|
114
124
|
color: var(--text1);
|
|
115
125
|
background: var(--actionPrimaryBackground);
|
|
116
|
-
border-radius:
|
|
117
|
-
padding:
|
|
126
|
+
border-radius: 2px;
|
|
127
|
+
padding: 2.5px;
|
|
118
128
|
}
|
|
119
129
|
|
|
120
130
|
.checkbox--checked.checkbox--radio :global(svg) {
|