bulma/docs/_data/variables/elements/notification.json
2018-06-20 01:21:22 +01:00

29 lines
736 B
JSON

{
"by_name": {
"$notification-background-color": {
"name": "$notification-background-color",
"value": "$background",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 96%)"
},
"$notification-radius": {
"name": "$notification-radius",
"value": "$radius",
"type": "variable",
"computed_type": "size",
"computed_value": "4px"
},
"$notification-padding": {
"name": "$notification-padding",
"value": "1.25rem 2.5rem 1.25rem 1.5rem",
"type": "size"
}
},
"list": [
"$notification-background-color",
"$notification-radius",
"$notification-padding"
],
"file_path": "elements/notification.sass"
}