@bailaya/react 1.0.22 → 1.0.23
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/dist/styles.css +4 -3
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
|
|
56
56
|
/* Image wrapper */
|
|
57
57
|
:where(.by-imageWrap) {
|
|
58
|
-
width:
|
|
58
|
+
width: 25%;
|
|
59
59
|
aspect-ratio: 1 / 1;
|
|
60
60
|
padding: var(--by-img-pad);
|
|
61
61
|
}
|
|
@@ -105,13 +105,13 @@
|
|
|
105
105
|
|
|
106
106
|
/* Button */
|
|
107
107
|
:where(.by-btn) {
|
|
108
|
-
margin-top:
|
|
108
|
+
margin-top: 1rem;
|
|
109
109
|
display: inline-flex;
|
|
110
110
|
align-items: center;
|
|
111
111
|
gap: 0.5rem;
|
|
112
112
|
padding: var(--by-btn-pad-y) var(--by-btn-pad-x);
|
|
113
113
|
border-radius: var(--by-radius-md);
|
|
114
|
-
font-weight:
|
|
114
|
+
font-weight: 700;
|
|
115
115
|
border: 1px solid transparent;
|
|
116
116
|
box-shadow: 0 1px 2px rgba(0,0,0,0.05);
|
|
117
117
|
background: var(--by-color-btn-bg);
|
|
@@ -184,6 +184,7 @@
|
|
|
184
184
|
text-align: left;
|
|
185
185
|
font-family: var(--by-body-font);
|
|
186
186
|
color: var(--by-color-text);
|
|
187
|
+
width: 75%;
|
|
187
188
|
}
|
|
188
189
|
@media (min-width: 768px) {
|
|
189
190
|
:where(.by-listBody) {
|