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'
|
||||||
|
|
||||||
|
@ -138,7 +138,6 @@ h5 {
|
|||||||
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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user