Gm fixbug
This commit is contained in:
parent
e9a56086cb
commit
68335ab8d8
@ -50,7 +50,7 @@
|
||||
|
||||
sib-widget(name='admin-circle-join-button')
|
||||
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(
|
||||
data-src=''
|
||||
nested-field='members'
|
||||
|
@ -11,6 +11,8 @@ sib-router(default-route='circle-profile', hidden)
|
||||
bind-resources
|
||||
fields='creationDateSet(title, creationDate)'
|
||||
|
||||
class-title='word-spacing-right'
|
||||
|
||||
value-title='Creation date: '
|
||||
|
||||
widget-creationDate='sib-display-date'
|
||||
|
@ -15,6 +15,8 @@ sib-router(default-route='project-profile', hidden)
|
||||
bind-resources
|
||||
fields='creationDateSet(title, creationDate)'
|
||||
|
||||
class-title='word-spacing-right'
|
||||
|
||||
value-title='Creation date: '
|
||||
|
||||
widget-creationDate='sib-display-date'
|
||||
|
@ -7,7 +7,7 @@
|
||||
fields='const-title1, number, customer.name, name'
|
||||
|
||||
class-const-title1='h1-like'
|
||||
class-number='h1-like'
|
||||
class-number='h1-like word-spacing-right'
|
||||
class-customer.name='h1-like'
|
||||
class-name='h1-aside name'
|
||||
|
||||
|
@ -138,7 +138,6 @@ h5 {
|
||||
content: ' - ';
|
||||
font-size: 2rem;
|
||||
font-weight: bold;
|
||||
margin-left: 0.60rem;
|
||||
}
|
||||
}
|
||||
|
||||
@ -224,6 +223,14 @@ h5 {
|
||||
padding: 4.5rem;
|
||||
}
|
||||
|
||||
.word-spacing-left {
|
||||
margin-left: 0.60rem;
|
||||
}
|
||||
|
||||
.word-spacing-right {
|
||||
margin-right: 0.60rem;
|
||||
}
|
||||
|
||||
// Compatibility layer for non-updated components
|
||||
@import 'compat';
|
||||
// Other base components
|
||||
|
@ -27,10 +27,6 @@
|
||||
margin-top: 0.8rem;
|
||||
}
|
||||
}
|
||||
|
||||
span {
|
||||
margin-right: 0.6rem;
|
||||
}
|
||||
}
|
||||
|
||||
&:last-child {
|
||||
|
Loading…
Reference in New Issue
Block a user