2017-10-17 09:28:59 +00:00
|
|
|
{
|
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"
|
2017-10-17 09:28:59 +00:00
|
|
|
}
|
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"
|
|
|
|
}
|
|
|
|
]
|
2017-10-17 09:28:59 +00:00
|
|
|
}
|