mirror of https://github.com/Budibase/budibase.git
14 changed files with 1205 additions and 1394 deletions
@ -0,0 +1,16 @@ |
|||
{ |
|||
"name": "Yeo button", |
|||
"description": "aye so it it", |
|||
"inherits": "@budibase/standard-components/button", |
|||
"props": { |
|||
"background": "red", |
|||
"hoverBackground": "blue", |
|||
"color": "white", |
|||
"border": "solid 5px green", |
|||
"hoverBorder": "solid 10px yellow", |
|||
"hoverColor": "purple" |
|||
}, |
|||
"tags": [ |
|||
"button" |
|||
] |
|||
} |
|||
@ -1,13 +0,0 @@ |
|||
{ |
|||
"name": "common/Prim Button", |
|||
"description": "a styled button", |
|||
"inherits": "@budibase/standard-components/button", |
|||
"props": { |
|||
"padding": "5px 7px", |
|||
"border": "1px solid #EEE", |
|||
"color": "#5F6368", |
|||
"background": "##f2f2f2", |
|||
"hoverColor": "black", |
|||
"hoverBackground": "#cccccc" |
|||
} |
|||
} |
|||
@ -1,13 +0,0 @@ |
|||
{ |
|||
"name": "common/Primary Button", |
|||
"description": "a styled button", |
|||
"inherits": "@budibase/standard-components/button", |
|||
"props": { |
|||
"padding": "5px 7px", |
|||
"border": "1px solid #EEE", |
|||
"color": "#5F6368", |
|||
"background": "##f2f2f2", |
|||
"hoverColor": "black", |
|||
"hoverBackground": "#cccccc" |
|||
} |
|||
} |
|||
@ -1,13 +0,0 @@ |
|||
{ |
|||
"name": "common/Secondary Button", |
|||
"description": "a styled button", |
|||
"inherits": "@budibase/standard-components/button", |
|||
"props": { |
|||
"padding": "5px 7px", |
|||
"border": "1px solid #EEE", |
|||
"color": "#5F6368", |
|||
"background": "##f2f2f2", |
|||
"hoverColor": "black", |
|||
"hoverBackground": "#cccccc" |
|||
} |
|||
} |
|||
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
File diff suppressed because one or more lines are too long
Loading…
Reference in new issue