mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
1523ce8527
* Replace variables.json with colors.json and update related files accordingly * Add variables data files * Update variables include template and all related files to use new variables data * Fix mobile breakpoint id typo in responsivness docs page * Fix Liquid syntax error in made-with-bulma docs page * Update bulma sass files count in modular docs page * Use breakpoints data in responsiveness helpers docs page * Use breakpoints and variables data in typography helpers docs page * Add missing page titles in docs pages front matter
115 lines
3.3 KiB
JSON
115 lines
3.3 KiB
JSON
{
|
|
"dir_name": "components",
|
|
"file_name": "modal",
|
|
"file_relative_path": "components/modal.sass",
|
|
"file_line_from": 1,
|
|
"file_line_to": 29,
|
|
"file_url": "https://github.com/jgthms/bulma/blob/master/sass/components/modal.sass#L1,L29",
|
|
"vars": {
|
|
"modal-z": {
|
|
"id": "modal-z",
|
|
"name": "$modal-z",
|
|
"value": "20"
|
|
},
|
|
"modal-background-background-color": {
|
|
"id": "modal-background-background-color",
|
|
"name": "$modal-background-background-color",
|
|
"value": "rgba($black, 0.86)"
|
|
},
|
|
"modal-content-width": {
|
|
"id": "modal-content-width",
|
|
"name": "$modal-content-width",
|
|
"value": "640px"
|
|
},
|
|
"modal-content-margin-mobile": {
|
|
"id": "modal-content-margin-mobile",
|
|
"name": "$modal-content-margin-mobile",
|
|
"value": "20px"
|
|
},
|
|
"modal-content-spacing-mobile": {
|
|
"id": "modal-content-spacing-mobile",
|
|
"name": "$modal-content-spacing-mobile",
|
|
"value": "160px"
|
|
},
|
|
"modal-content-spacing-tablet": {
|
|
"id": "modal-content-spacing-tablet",
|
|
"name": "$modal-content-spacing-tablet",
|
|
"value": "40px"
|
|
},
|
|
"modal-close-dimensions": {
|
|
"id": "modal-close-dimensions",
|
|
"name": "$modal-close-dimensions",
|
|
"value": "40px"
|
|
},
|
|
"modal-close-right": {
|
|
"id": "modal-close-right",
|
|
"name": "$modal-close-right",
|
|
"value": "20px"
|
|
},
|
|
"modal-close-top": {
|
|
"id": "modal-close-top",
|
|
"name": "$modal-close-top",
|
|
"value": "20px"
|
|
},
|
|
"modal-card-spacing": {
|
|
"id": "modal-card-spacing",
|
|
"name": "$modal-card-spacing",
|
|
"value": "40px"
|
|
},
|
|
"modal-card-head-background-color": {
|
|
"id": "modal-card-head-background-color",
|
|
"name": "$modal-card-head-background-color",
|
|
"value": "$background"
|
|
},
|
|
"modal-card-head-border-bottom": {
|
|
"id": "modal-card-head-border-bottom",
|
|
"name": "$modal-card-head-border-bottom",
|
|
"value": "1px solid $border"
|
|
},
|
|
"modal-card-head-padding": {
|
|
"id": "modal-card-head-padding",
|
|
"name": "$modal-card-head-padding",
|
|
"value": "20px"
|
|
},
|
|
"modal-card-head-radius": {
|
|
"id": "modal-card-head-radius",
|
|
"name": "$modal-card-head-radius",
|
|
"value": "$radius-large"
|
|
},
|
|
"modal-card-title-color": {
|
|
"id": "modal-card-title-color",
|
|
"name": "$modal-card-title-color",
|
|
"value": "$text-strong"
|
|
},
|
|
"modal-card-title-line-height": {
|
|
"id": "modal-card-title-line-height",
|
|
"name": "$modal-card-title-line-height",
|
|
"value": "1"
|
|
},
|
|
"modal-card-title-size": {
|
|
"id": "modal-card-title-size",
|
|
"name": "$modal-card-title-size",
|
|
"value": "$size-4"
|
|
},
|
|
"modal-card-foot-radius": {
|
|
"id": "modal-card-foot-radius",
|
|
"name": "$modal-card-foot-radius",
|
|
"value": "$radius-large"
|
|
},
|
|
"modal-card-foot-border-top": {
|
|
"id": "modal-card-foot-border-top",
|
|
"name": "$modal-card-foot-border-top",
|
|
"value": "1px solid $border"
|
|
},
|
|
"modal-card-body-background-color": {
|
|
"id": "modal-card-body-background-color",
|
|
"name": "$modal-card-body-background-color",
|
|
"value": "$white"
|
|
},
|
|
"modal-card-body-padding": {
|
|
"id": "modal-card-body-padding",
|
|
"name": "$modal-card-body-padding",
|
|
"value": "20px"
|
|
}
|
|
}
|
|
} |