Skip to content

Commit

Permalink
Add background colors for containers
Browse files Browse the repository at this point in the history
  • Loading branch information
Remco van Herwijnen committed Mar 27, 2018
1 parent e839592 commit 5a38d51
Showing 1 changed file with 32 additions and 1 deletion.
33 changes: 32 additions & 1 deletion settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
]
},
{
"name": "Align Self",
"name": "Align self",
"type": "Dropdown",
"description": "Float an element to the left or right.",
"options": [
Expand Down Expand Up @@ -157,6 +157,37 @@
"class": "col-right"
}
]
},
{
"name": "Background color",
"type": "Dropdown",
"description": "Choose one of the following colors to change the background color of the container.",
"options": [
{
"name": "Default",
"class": "background-default"
},
{
"name": "Primary",
"class": "background-primary"
},
{
"name": "Inverse",
"class": "background-inverse"
},
{
"name": "Success",
"class": "background-success"
},
{
"name": "Warning",
"class": "background-warning"
},
{
"name": "Danger",
"class": "background-danger"
}
]
}
],
"Button": [
Expand Down

0 comments on commit 5a38d51

Please sign in to comment.