@asksable/site-connector 0.1.4 → 0.1.5
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 +9 -2
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -957,7 +957,7 @@
|
|
|
957
957
|
|
|
958
958
|
.bw-header-row {
|
|
959
959
|
display: flex;
|
|
960
|
-
align-items:
|
|
960
|
+
align-items: center;
|
|
961
961
|
justify-content: space-between;
|
|
962
962
|
gap: 16px;
|
|
963
963
|
}
|
|
@@ -969,7 +969,6 @@
|
|
|
969
969
|
justify-content: flex-end;
|
|
970
970
|
gap: 8px;
|
|
971
971
|
width: 116px;
|
|
972
|
-
padding-top: 6px;
|
|
973
972
|
}
|
|
974
973
|
|
|
975
974
|
.bw-dot {
|
|
@@ -1026,6 +1025,10 @@
|
|
|
1026
1025
|
display: flex;
|
|
1027
1026
|
}
|
|
1028
1027
|
|
|
1028
|
+
.bw-body[data-mobile-step="4"] .bw-right-inner {
|
|
1029
|
+
padding-bottom: 20px;
|
|
1030
|
+
}
|
|
1031
|
+
|
|
1029
1032
|
.bw-body[data-mobile-step="1"] .bw-step-1 {
|
|
1030
1033
|
display: flex;
|
|
1031
1034
|
}
|
|
@@ -1141,6 +1144,10 @@
|
|
|
1141
1144
|
gap: 6px;
|
|
1142
1145
|
}
|
|
1143
1146
|
|
|
1147
|
+
.bw-body[data-mobile-step="4"] .bw-right-inner {
|
|
1148
|
+
padding-bottom: 16px;
|
|
1149
|
+
}
|
|
1150
|
+
|
|
1144
1151
|
.bw-header {
|
|
1145
1152
|
padding: 20px 20px 16px;
|
|
1146
1153
|
}
|