Skip to content
Snippets Groups Projects
Commit d441ebc8 authored by Jean-Baptiste Pasquier's avatar Jean-Baptiste Pasquier
Browse files

Merge branch 'gm-fixbug' into 'staging'

Gm fixbug

See merge request startinblox/applications/sib-app!94
parents e9a56086 68335ab8
No related branches found
No related tags found
1 merge request!94Gm fixbug
...@@ -50,7 +50,7 @@ ...@@ -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) ...@@ -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) ...@@ -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 @@ ...@@ -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 { ...@@ -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 { ...@@ -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 @@ ...@@ -27,10 +27,6 @@
margin-top: 0.8rem; margin-top: 0.8rem;
} }
} }
span {
margin-right: 0.6rem;
}
} }
&:last-child { &:last-child {
......
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}%
\ No newline at end of file
...@@ -4,8 +4,8 @@ sib-widget(name='hd-customer') ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment