mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
AAE-26023 Unify look of style properties names (#10227)
This commit is contained in:
committed by
GitHub
parent
02597fe7a5
commit
59818226aa
@@ -76,17 +76,17 @@
|
|||||||
"FONT_WEIGHT": "Font weight",
|
"FONT_WEIGHT": "Font weight",
|
||||||
"FONT_COLOR": "Font color",
|
"FONT_COLOR": "Font color",
|
||||||
"FONT_WEIGHTS": {
|
"FONT_WEIGHTS": {
|
||||||
"REGULAR": "Regular",
|
"REGULAR": "regular",
|
||||||
"BOLD": "Bold"
|
"BOLD": "bold"
|
||||||
},
|
},
|
||||||
"COLORS": {
|
"COLORS": {
|
||||||
"SYSTEM_COLOR": "System color",
|
"SYSTEM_COLOR": "system color",
|
||||||
"BLACK": "Black",
|
"BLACK": "black",
|
||||||
"GREY": "Grey",
|
"GREY": "grey",
|
||||||
"RED": "Red",
|
"RED": "red",
|
||||||
"GREEN": "Green",
|
"GREEN": "green",
|
||||||
"BLUE": "Blue",
|
"BLUE": "blue",
|
||||||
"YELLOW": "Yellow"
|
"YELLOW": "yellow"
|
||||||
},
|
},
|
||||||
"PREDEFINED": {
|
"PREDEFINED": {
|
||||||
"HEADER": {
|
"HEADER": {
|
||||||
|
Reference in New Issue
Block a user