mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Fix capitalisation error (#2576)
This commit is contained in:
committed by
Eugenio Romano
parent
ee262ee343
commit
ac018c9cf3
@@ -16,8 +16,8 @@
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
&-title {
|
&-title::first-letter {
|
||||||
text-transform: capitalize;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
|
|
||||||
&-content {
|
&-content {
|
||||||
|
Reference in New Issue
Block a user