mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-22 15:43:51 +00:00
adapt layout for person search + standard rendering
This commit is contained in:
9
Resources/assets/gumpy/sass/_commons.scss
Normal file
9
Resources/assets/gumpy/sass/_commons.scss
Normal file
@@ -0,0 +1,9 @@
|
||||
.personName {
|
||||
font-variant: small-caps;
|
||||
text-transform: capitalize;
|
||||
}
|
||||
|
||||
.personName {
|
||||
text-transform: capitalize;
|
||||
}
|
||||
|
@@ -2,4 +2,6 @@
|
||||
|
||||
@import "_searchbox.scss";
|
||||
|
||||
@import "_flashMessages.scss"
|
||||
@import "_flashMessages.scss";
|
||||
|
||||
@import "_commons.scss";
|
||||
|
Reference in New Issue
Block a user