aumera-on-screen-widget 0.0.12 → 0.0.14
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.
- package/df-btn.js +3 -1
- package/package.json +1 -1
package/df-btn.js
CHANGED
|
@@ -32,6 +32,7 @@ if (!config.orgId) {
|
|
|
32
32
|
border: none;
|
|
33
33
|
box-shadow: 0 1px 2px 0 rgba(60,64,67,0.302),0 1px 3px 1px rgba(60,64,67,0.149);
|
|
34
34
|
font-family: 'Google Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
|
35
|
+
font-size: 16px;
|
|
35
36
|
background-color: ${config.background || "#FEFFFF"};
|
|
36
37
|
border-radius: 24px;
|
|
37
38
|
cursor: pointer;
|
|
@@ -89,7 +90,7 @@ if (!config.orgId) {
|
|
|
89
90
|
align-items: center;
|
|
90
91
|
font-weight: 500;
|
|
91
92
|
padding: 0 24px 0 0;
|
|
92
|
-
font-size:
|
|
93
|
+
font-size: 14px;
|
|
93
94
|
height: 48px
|
|
94
95
|
}
|
|
95
96
|
|
|
@@ -238,6 +239,7 @@ if (!config.orgId) {
|
|
|
238
239
|
.df-btn-text {
|
|
239
240
|
padding: 0 16px 0 0;
|
|
240
241
|
height: 56px;
|
|
242
|
+
font-size: 16px;
|
|
241
243
|
}
|
|
242
244
|
}
|
|
243
245
|
|