mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-27 09:05:01 +00:00
wip render box person thirdparty display bloc
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
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 {}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user