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_COLOR": "Font color",
|
||||
"FONT_WEIGHTS": {
|
||||
"REGULAR": "Regular",
|
||||
"BOLD": "Bold"
|
||||
"REGULAR": "regular",
|
||||
"BOLD": "bold"
|
||||
},
|
||||
"COLORS": {
|
||||
"SYSTEM_COLOR": "System color",
|
||||
"BLACK": "Black",
|
||||
"GREY": "Grey",
|
||||
"RED": "Red",
|
||||
"GREEN": "Green",
|
||||
"BLUE": "Blue",
|
||||
"YELLOW": "Yellow"
|
||||
"SYSTEM_COLOR": "system color",
|
||||
"BLACK": "black",
|
||||
"GREY": "grey",
|
||||
"RED": "red",
|
||||
"GREEN": "green",
|
||||
"BLUE": "blue",
|
||||
"YELLOW": "yellow"
|
||||
},
|
||||
"PREDEFINED": {
|
||||
"HEADER": {
|
||||
|
Reference in New Issue
Block a user