Merge branch 'staging' of git.happy-dev.fr:startinblox/applications/sib-app into staging
This commit is contained in:
commit
92840cf8ff
@ -50,7 +50,7 @@
|
|||||||
|
|
||||||
sib-widget(name='admin-circle-join-button')
|
sib-widget(name='admin-circle-join-button')
|
||||||
template
|
template
|
||||||
button.button.btn-margin-left.text-bold.text-uppercase.reversed.button-blue.bordered.with-icon.icon-arrow-right-circle.test
|
button.button.text-bold.text-uppercase.reversed.button-blue.bordered.with-icon.icon-arrow-right-circle.test
|
||||||
sib-form(
|
sib-form(
|
||||||
data-src=''
|
data-src=''
|
||||||
nested-field='members'
|
nested-field='members'
|
||||||
|
@ -11,6 +11,8 @@ sib-router(default-route='circle-profile', hidden)
|
|||||||
bind-resources
|
bind-resources
|
||||||
fields='creationDateSet(title, creationDate)'
|
fields='creationDateSet(title, creationDate)'
|
||||||
|
|
||||||
|
class-title='word-spacing-right'
|
||||||
|
|
||||||
value-title='Creation date: '
|
value-title='Creation date: '
|
||||||
|
|
||||||
widget-creationDate='sib-display-date'
|
widget-creationDate='sib-display-date'
|
||||||
|
@ -15,6 +15,8 @@ sib-router(default-route='project-profile', hidden)
|
|||||||
bind-resources
|
bind-resources
|
||||||
fields='creationDateSet(title, creationDate)'
|
fields='creationDateSet(title, creationDate)'
|
||||||
|
|
||||||
|
class-title='word-spacing-right'
|
||||||
|
|
||||||
value-title='Creation date: '
|
value-title='Creation date: '
|
||||||
|
|
||||||
widget-creationDate='sib-display-date'
|
widget-creationDate='sib-display-date'
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
fields='const-title1, number, customer.name, name'
|
fields='const-title1, number, customer.name, name'
|
||||||
|
|
||||||
class-const-title1='h1-like'
|
class-const-title1='h1-like'
|
||||||
class-number='h1-like'
|
class-number='h1-like word-spacing-right'
|
||||||
class-customer.name='h1-like'
|
class-customer.name='h1-like'
|
||||||
class-name='h1-aside name'
|
class-name='h1-aside name'
|
||||||
|
|
||||||
|
@ -135,10 +135,9 @@ h5 {
|
|||||||
|
|
||||||
&:not(:empty)::before {
|
&:not(:empty)::before {
|
||||||
color: $color-233-18-29;
|
color: $color-233-18-29;
|
||||||
content: '- ';
|
content: ' - ';
|
||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin-left: 0.60rem;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -224,6 +223,14 @@ h5 {
|
|||||||
padding: 4.5rem;
|
padding: 4.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.word-spacing-left {
|
||||||
|
margin-left: 0.60rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.word-spacing-right {
|
||||||
|
margin-right: 0.60rem;
|
||||||
|
}
|
||||||
|
|
||||||
// Compatibility layer for non-updated components
|
// Compatibility layer for non-updated components
|
||||||
@import 'compat';
|
@import 'compat';
|
||||||
// Other base components
|
// Other base components
|
||||||
|
@ -27,10 +27,6 @@
|
|||||||
margin-top: 0.8rem;
|
margin-top: 0.8rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
span {
|
|
||||||
margin-right: 0.6rem;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&:last-child {
|
&:last-child {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
sib-widget(name='hd-business-provider')
|
sib-widget(name='hd-business-provider')
|
||||||
template
|
template
|
||||||
ul
|
ul
|
||||||
li #[span Happy Dev Paris:] 5%
|
li #[span Happy Dev Paris: ] 5%
|
||||||
li #[span Business provider:] ${await value.name ? await value.name : ""} ${await value.name ? "," : ""} ${await value.fee ? await value.fee:0}%
|
li #[span Business provider: ] ${await value.name ? await value.name : ""}${await value.name ? "," : ""} ${await value.fee ? await value.fee:0}%
|
||||||
|
|
@ -4,8 +4,8 @@ sib-widget(name='hd-customer')
|
|||||||
div
|
div
|
||||||
h3 Client:
|
h3 Client:
|
||||||
ul
|
ul
|
||||||
li #[span Business name:]${await value.name}
|
li #[span Business name: ]${await value.name}
|
||||||
li #[span Company register:]${await value.companyRegister}
|
li #[span Company register: ]${await value.companyRegister}
|
||||||
li
|
li
|
||||||
span Address:
|
span Address:
|
||||||
br
|
br
|
||||||
|
Loading…
Reference in New Issue
Block a user