Chore: Removes unused impports in ContactIntro (#2218)
This commit is contained in:
parent
2d4acaf8fe
commit
fd67a5795a
2 changed files with 2 additions and 7 deletions
|
@ -82,9 +82,6 @@ export default {
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
@import '~dashboard/assets/scss/variables';
|
|
||||||
@import '~dashboard/assets/scss/mixins';
|
|
||||||
|
|
||||||
.contact--details {
|
.contact--details {
|
||||||
margin-top: var(--space-small);
|
margin-top: var(--space-small);
|
||||||
}
|
}
|
||||||
|
@ -99,9 +96,7 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
.contact--name {
|
.contact--name {
|
||||||
@include text-ellipsis;
|
|
||||||
text-transform: capitalize;
|
text-transform: capitalize;
|
||||||
white-space: normal;
|
|
||||||
font-weight: var(--font-weight-bold);
|
font-weight: var(--font-weight-bold);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -13,8 +13,8 @@ const Template = (args, { argTypes }) => ({
|
||||||
'<contact-intro v-bind="$props" :user="user" @edit="onEdit" @message="onNewMessage" />',
|
'<contact-intro v-bind="$props" :user="user" @edit="onEdit" @message="onNewMessage" />',
|
||||||
});
|
});
|
||||||
|
|
||||||
export const DefaultNote = Template.bind({});
|
export const DefaultContactIntro = Template.bind({});
|
||||||
DefaultNote.args = {
|
DefaultContactIntro.args = {
|
||||||
contact: {
|
contact: {
|
||||||
id: 979442,
|
id: 979442,
|
||||||
name: 'Eden Hazard',
|
name: 'Eden Hazard',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue