mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 22:04:23 +00:00
21 lines
474 B
SCSS
21 lines
474 B
SCSS
div.chill-entity {
|
|
&.person {
|
|
&.label {
|
|
h3.denomination {
|
|
font-size: 1.3em;
|
|
font-weight: 700;
|
|
a {
|
|
text-decoration: none;
|
|
}
|
|
span.firstname, span.lastname, span.altname {}
|
|
span.badge {
|
|
margin-left: 0.3em;
|
|
}
|
|
}
|
|
p.moreinfo {}
|
|
}
|
|
&.row {}
|
|
&.bloc {}
|
|
}
|
|
}
|