mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-25 01:39:53 +00:00
parent
ef5c8d8d2a
commit
4e69d41984
@ -19,7 +19,6 @@
|
|||||||
import Icon from './Icon.svelte'
|
import Icon from './Icon.svelte'
|
||||||
|
|
||||||
export let icon: Asset | AnySvelteComponent
|
export let icon: Asset | AnySvelteComponent
|
||||||
export let label: IntlString | undefined
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="icon-button">
|
<div class="icon-button">
|
||||||
|
@ -22,7 +22,6 @@
|
|||||||
import Avatar from '../../img/avatar.png'
|
import Avatar from '../../img/avatar.png'
|
||||||
|
|
||||||
export let label: IntlString
|
export let label: IntlString
|
||||||
export let okAction: () => void
|
|
||||||
|
|
||||||
const dispatch = createEventDispatcher()
|
const dispatch = createEventDispatcher()
|
||||||
</script>
|
</script>
|
||||||
@ -36,7 +35,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="avatar">
|
<div class="avatar">
|
||||||
<img src={Avatar} />
|
<img src={Avatar} alt={'Avatar'} />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="abs-lb-content actions">
|
<div class="abs-lb-content actions">
|
||||||
|
@ -129,18 +129,6 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
a {
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
}
|
|
||||||
a span {
|
|
||||||
display: inline-flex;
|
|
||||||
justify-content: center;
|
|
||||||
align-items: center;
|
|
||||||
margin-right: .5rem;
|
|
||||||
transform-origin: center center;
|
|
||||||
transform: scale(.75);
|
|
||||||
}
|
|
||||||
.header {
|
.header {
|
||||||
position: relative;
|
position: relative;
|
||||||
padding: 1.5rem 1.5rem 0;
|
padding: 1.5rem 1.5rem 0;
|
||||||
|
@ -57,14 +57,4 @@
|
|||||||
<Row><ReferenceInput /></Row>
|
<Row><ReferenceInput /></Row>
|
||||||
</Grid>
|
</Grid>
|
||||||
</Section>
|
</Section>
|
||||||
<!-- <Section icon={IconComments} label={'Comments'}>
|
|
||||||
<CommentViewer />
|
|
||||||
<div class="reference"><ReferenceInput /></div>
|
|
||||||
</Section> -->
|
|
||||||
</Dialog>
|
</Dialog>
|
||||||
|
|
||||||
<style lang="scss">
|
|
||||||
.reference {
|
|
||||||
margin-top: 24px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
Loading…
Reference in New Issue
Block a user