mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
08ef4df2c0
* Add Bulma v9 * Add vendor dependencies * Fix native * Fix sponsors * Add style attribute
57 lines
1.6 KiB
JSON
57 lines
1.6 KiB
JSON
{
|
|
"by_name": {
|
|
"$notification-background-color": {
|
|
"name": "$notification-background-color",
|
|
"value": "$background",
|
|
"type": "variable",
|
|
"computed_type": "color",
|
|
"computed_value": "hsl(0, 0%, 96%)"
|
|
},
|
|
"$notification-code-background-color": {
|
|
"name": "$notification-code-background-color",
|
|
"value": "$scheme-main",
|
|
"type": "variable",
|
|
"computed_type": "color",
|
|
"computed_value": "hsl(0, 0%, 100%)"
|
|
},
|
|
"$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"
|
|
},
|
|
"$notification-padding-ltr": {
|
|
"name": "$notification-padding-ltr",
|
|
"value": "1.25rem 2.5rem 1.25rem 1.5rem",
|
|
"type": "size"
|
|
},
|
|
"$notification-padding-rtl": {
|
|
"name": "$notification-padding-rtl",
|
|
"value": "1.25rem 1.5rem 1.25rem 2.5rem",
|
|
"type": "size"
|
|
},
|
|
"$notification-colors": {
|
|
"name": "$notification-colors",
|
|
"value": "$colors",
|
|
"type": "variable",
|
|
"computed_type": "map",
|
|
"computed_value": "Bulma colors"
|
|
}
|
|
},
|
|
"list": [
|
|
"$notification-background-color",
|
|
"$notification-code-background-color",
|
|
"$notification-radius",
|
|
"$notification-padding",
|
|
"$notification-padding-ltr",
|
|
"$notification-padding-rtl",
|
|
"$notification-colors"
|
|
],
|
|
"file_path": "elements/notification.sass"
|
|
} |