siret: make etablissement styled and visible
This commit is contained in:
parent
fcc7ffabcd
commit
a399cef144
2 changed files with 1 additions and 5 deletions
|
@ -64,10 +64,6 @@
|
||||||
visibility: visible;
|
visibility: visible;
|
||||||
}
|
}
|
||||||
|
|
||||||
.etablissement-titre {
|
|
||||||
margin-bottom: 2 * $default-padding;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Align checkboxes on the top-left side of the label
|
// Align checkboxes on the top-left side of the label
|
||||||
&.editable-champ-checkbox,
|
&.editable-champ-checkbox,
|
||||||
&.editable-champ-engagement {
|
&.editable-champ-engagement {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.etablissement-titre
|
.explication
|
||||||
= raison_sociale_or_name(etablissement)
|
= raison_sociale_or_name(etablissement)
|
||||||
= etablissement.entreprise_forme_juridique
|
= etablissement.entreprise_forme_juridique
|
||||||
- if etablissement.entreprise_capital_social.present?
|
- if etablissement.entreprise_capital_social.present?
|
||||||
|
|
Loading…
Reference in a new issue