@designcrowd/fe-shared-lib 1.5.11-kp-2 → 1.5.11-kp-4
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/package.json
CHANGED
package/src/experiences/components/WebsitesContextualUpgradeModal/WebsiteContextualUpgradeModal.vue
CHANGED
|
@@ -73,7 +73,7 @@ import Modal from '../../../atoms/components/Modal/Modal.vue';
|
|
|
73
73
|
import Button from '../../../atoms/components/Button/Button.vue';
|
|
74
74
|
import Icon from '../../../atoms/components/Icon/Icon.vue';
|
|
75
75
|
import { websiteContextualUpgradeModalTr } from '../../../useSharedLibTranslate';
|
|
76
|
-
import { WEBSITE_UPGRADE_CONTEXT_TYPES, type WebsiteContextUpgradeType } from '../../models/
|
|
76
|
+
import { WEBSITE_UPGRADE_CONTEXT_TYPES, type WebsiteContextUpgradeType } from '../../models/websiteContextualModel';
|
|
77
77
|
|
|
78
78
|
const titleText: Ref<string> = ref('');
|
|
79
79
|
const descriptionText: Ref<string> = ref('');
|
|
@@ -190,7 +190,7 @@ const onUpgradeClick = () => {
|
|
|
190
190
|
</script>
|
|
191
191
|
<style scoped>
|
|
192
192
|
.bottom-bar {
|
|
193
|
-
@apply tw-absolute tw-p-4 tw-bottom-0 tw-left-0 tw-w-full tw-border-t tw-border-
|
|
193
|
+
@apply tw-absolute tw-p-4 tw-bottom-0 tw-left-0 tw-w-full tw-border-t tw-border-grayscale-300 md:tw-p-0 md:tw-relative md:tw-border-none;
|
|
194
194
|
}
|
|
195
195
|
.button-size {
|
|
196
196
|
@apply tw-w-full md:tw-max-w-40;
|