bulma/docs/_data/variables/elements/notification.json

53 lines
1.2 KiB
JSON
Raw Normal View History

{
2024-03-21 16:11:54 +00:00
"sass-vars": [
{
"name": "notification-code-background-color",
"value": "var(--bulma-scheme-main)",
"css-var": "notification-code-background-color"
},
{
"name": "notification-radius",
"value": "var(--bulma-radius)",
"css-var": "notification-radius"
},
{
"name": "notification-padding",
"value": "1.375em 1.5em",
"css-var": "notification-padding"
},
{
"name": "notification-colors",
"value": "dv.$colors"
}
2018-06-16 19:47:52 +00:00
],
2024-03-21 16:11:54 +00:00
"css-vars": [
{
"name": "notification-h",
"value": "#{cv.getVar(\"scheme-h\")},"
},
{
"name": "notification-s",
"value": "#{cv.getVar(\"scheme-s\")},"
},
{
"name": "notification-background-l",
"value": "#{cv.getVar(\"background-l\")},"
},
{
"name": "notification-color-l",
"value": "#{cv.getVar(\"text-strong-l\")},"
},
{
"name": "notification-code-background-color",
"value": "var(--bulma-scheme-main)"
},
{
"name": "notification-radius",
"value": "var(--bulma-radius)"
},
{
"name": "notification-padding",
"value": "1.375em 1.5em"
}
]
}