mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
53 lines
1.2 KiB
JSON
53 lines
1.2 KiB
JSON
{
|
|
"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"
|
|
}
|
|
],
|
|
"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"
|
|
}
|
|
]
|
|
} |