mirror of
https://github.com/jgthms/bulma
synced 2026-03-19 20:04:30 -07:00
Docs/variables data (#1314)
* 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
This commit is contained in:
30
docs/_data/variables/components/breadcrumb.json
Normal file
30
docs/_data/variables/components/breadcrumb.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"dir_name": "components",
|
||||
"file_name": "breadcrumb",
|
||||
"file_relative_path": "components/breadcrumb.sass",
|
||||
"file_line_from": 1,
|
||||
"file_line_to": 5,
|
||||
"file_url": "https://github.com/jgthms/bulma/blob/master/sass/components/breadcrumb.sass#L1,L5",
|
||||
"vars": {
|
||||
"breadcrumb-item-color": {
|
||||
"id": "breadcrumb-item-color",
|
||||
"name": "$breadcrumb-item-color",
|
||||
"value": "$link"
|
||||
},
|
||||
"breadcrumb-item-hover-color": {
|
||||
"id": "breadcrumb-item-hover-color",
|
||||
"name": "$breadcrumb-item-hover-color",
|
||||
"value": "$link-hover"
|
||||
},
|
||||
"breadcrumb-item-active-color": {
|
||||
"id": "breadcrumb-item-active-color",
|
||||
"name": "$breadcrumb-item-active-color",
|
||||
"value": "$text-strong"
|
||||
},
|
||||
"breadcrumb-item-separator-color": {
|
||||
"id": "breadcrumb-item-separator-color",
|
||||
"name": "$breadcrumb-item-separator-color",
|
||||
"value": "$text"
|
||||
}
|
||||
}
|
||||
}
|
||||
45
docs/_data/variables/components/card.json
Normal file
45
docs/_data/variables/components/card.json
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"dir_name": "components",
|
||||
"file_name": "card",
|
||||
"file_relative_path": "components/card.sass",
|
||||
"file_line_from": 1,
|
||||
"file_line_to": 9,
|
||||
"file_url": "https://github.com/jgthms/bulma/blob/master/sass/components/card.sass#L1,L9",
|
||||
"vars": {
|
||||
"card-color": {
|
||||
"id": "card-color",
|
||||
"name": "$card-color",
|
||||
"value": "$text"
|
||||
},
|
||||
"card-background-color": {
|
||||
"id": "card-background-color",
|
||||
"name": "$card-background-color",
|
||||
"value": "$white"
|
||||
},
|
||||
"card-shadow": {
|
||||
"id": "card-shadow",
|
||||
"name": "$card-shadow",
|
||||
"value": "0 2px 3px rgba($black, 0.1), 0 0 0 1px rgba($black, 0.1)"
|
||||
},
|
||||
"card-header-color": {
|
||||
"id": "card-header-color",
|
||||
"name": "$card-header-color",
|
||||
"value": "$text-strong"
|
||||
},
|
||||
"card-header-shadow": {
|
||||
"id": "card-header-shadow",
|
||||
"name": "$card-header-shadow",
|
||||
"value": "0 1px 2px rgba($black, 0.1)"
|
||||
},
|
||||
"card-header-weight": {
|
||||
"id": "card-header-weight",
|
||||
"name": "$card-header-weight",
|
||||
"value": "$weight-bold"
|
||||
},
|
||||
"card-footer-border-top": {
|
||||
"id": "card-footer-border-top",
|
||||
"name": "$card-footer-border-top",
|
||||
"value": "1px solid $border"
|
||||
}
|
||||
}
|
||||
}
|
||||
70
docs/_data/variables/components/dropdown.json
Normal file
70
docs/_data/variables/components/dropdown.json
Normal file
@@ -0,0 +1,70 @@
|
||||
{
|
||||
"dir_name": "components",
|
||||
"file_name": "dropdown",
|
||||
"file_relative_path": "components/dropdown.sass",
|
||||
"file_line_from": 1,
|
||||
"file_line_to": 14,
|
||||
"file_url": "https://github.com/jgthms/bulma/blob/master/sass/components/dropdown.sass#L1,L14",
|
||||
"vars": {
|
||||
"dropdown-content-background-color": {
|
||||
"id": "dropdown-content-background-color",
|
||||
"name": "$dropdown-content-background-color",
|
||||
"value": "$white"
|
||||
},
|
||||
"dropdown-content-arrow": {
|
||||
"id": "dropdown-content-arrow",
|
||||
"name": "$dropdown-content-arrow",
|
||||
"value": "$link"
|
||||
},
|
||||
"dropdown-content-offset": {
|
||||
"id": "dropdown-content-offset",
|
||||
"name": "$dropdown-content-offset",
|
||||
"value": "4px"
|
||||
},
|
||||
"dropdown-content-radius": {
|
||||
"id": "dropdown-content-radius",
|
||||
"name": "$dropdown-content-radius",
|
||||
"value": "$radius"
|
||||
},
|
||||
"dropdown-content-shadow": {
|
||||
"id": "dropdown-content-shadow",
|
||||
"name": "$dropdown-content-shadow",
|
||||
"value": "0 2px 3px rgba($black, 0.1), 0 0 0 1px rgba($black, 0.1)"
|
||||
},
|
||||
"dropdown-content-z": {
|
||||
"id": "dropdown-content-z",
|
||||
"name": "$dropdown-content-z",
|
||||
"value": "20"
|
||||
},
|
||||
"dropdown-item-color": {
|
||||
"id": "dropdown-item-color",
|
||||
"name": "$dropdown-item-color",
|
||||
"value": "$grey-dark"
|
||||
},
|
||||
"dropdown-item-hover-color": {
|
||||
"id": "dropdown-item-hover-color",
|
||||
"name": "$dropdown-item-hover-color",
|
||||
"value": "$black"
|
||||
},
|
||||
"dropdown-item-hover-background-color": {
|
||||
"id": "dropdown-item-hover-background-color",
|
||||
"name": "$dropdown-item-hover-background-color",
|
||||
"value": "$background"
|
||||
},
|
||||
"dropdown-item-active-color": {
|
||||
"id": "dropdown-item-active-color",
|
||||
"name": "$dropdown-item-active-color",
|
||||
"value": "$link-invert"
|
||||
},
|
||||
"dropdown-item-active-background-color": {
|
||||
"id": "dropdown-item-active-background-color",
|
||||
"name": "$dropdown-item-active-background-color",
|
||||
"value": "$link"
|
||||
},
|
||||
"dropdown-divider-background-color": {
|
||||
"id": "dropdown-divider-background-color",
|
||||
"name": "$dropdown-divider-background-color",
|
||||
"value": "$border"
|
||||
}
|
||||
}
|
||||
}
|
||||
50
docs/_data/variables/components/menu.json
Normal file
50
docs/_data/variables/components/menu.json
Normal file
@@ -0,0 +1,50 @@
|
||||
{
|
||||
"dir_name": "components",
|
||||
"file_name": "menu",
|
||||
"file_relative_path": "components/menu.sass",
|
||||
"file_line_from": 1,
|
||||
"file_line_to": 10,
|
||||
"file_url": "https://github.com/jgthms/bulma/blob/master/sass/components/menu.sass#L1,L10",
|
||||
"vars": {
|
||||
"menu-item-color": {
|
||||
"id": "menu-item-color",
|
||||
"name": "$menu-item-color",
|
||||
"value": "$text"
|
||||
},
|
||||
"menu-item-radius": {
|
||||
"id": "menu-item-radius",
|
||||
"name": "$menu-item-radius",
|
||||
"value": "$radius-small"
|
||||
},
|
||||
"menu-item-hover-color": {
|
||||
"id": "menu-item-hover-color",
|
||||
"name": "$menu-item-hover-color",
|
||||
"value": "$text-strong"
|
||||
},
|
||||
"menu-item-hover-background-color": {
|
||||
"id": "menu-item-hover-background-color",
|
||||
"name": "$menu-item-hover-background-color",
|
||||
"value": "$background"
|
||||
},
|
||||
"menu-item-active-color": {
|
||||
"id": "menu-item-active-color",
|
||||
"name": "$menu-item-active-color",
|
||||
"value": "$link-invert"
|
||||
},
|
||||
"menu-item-active-background-color": {
|
||||
"id": "menu-item-active-background-color",
|
||||
"name": "$menu-item-active-background-color",
|
||||
"value": "$link"
|
||||
},
|
||||
"menu-list-border-left": {
|
||||
"id": "menu-list-border-left",
|
||||
"name": "$menu-list-border-left",
|
||||
"value": "1px solid $border"
|
||||
},
|
||||
"menu-label-color": {
|
||||
"id": "menu-label-color",
|
||||
"name": "$menu-label-color",
|
||||
"value": "$text-light"
|
||||
}
|
||||
}
|
||||
}
|
||||
70
docs/_data/variables/components/message.json
Normal file
70
docs/_data/variables/components/message.json
Normal file
@@ -0,0 +1,70 @@
|
||||
{
|
||||
"dir_name": "components",
|
||||
"file_name": "message",
|
||||
"file_relative_path": "components/message.sass",
|
||||
"file_line_from": 1,
|
||||
"file_line_to": 15,
|
||||
"file_url": "https://github.com/jgthms/bulma/blob/master/sass/components/message.sass#L1,L15",
|
||||
"vars": {
|
||||
"message-background-color": {
|
||||
"id": "message-background-color",
|
||||
"name": "$message-background-color",
|
||||
"value": "$background"
|
||||
},
|
||||
"message-radius": {
|
||||
"id": "message-radius",
|
||||
"name": "$message-radius",
|
||||
"value": "$radius"
|
||||
},
|
||||
"message-header-background-color": {
|
||||
"id": "message-header-background-color",
|
||||
"name": "$message-header-background-color",
|
||||
"value": "$text"
|
||||
},
|
||||
"message-header-color": {
|
||||
"id": "message-header-color",
|
||||
"name": "$message-header-color",
|
||||
"value": "$text-invert"
|
||||
},
|
||||
"message-header-padding": {
|
||||
"id": "message-header-padding",
|
||||
"name": "$message-header-padding",
|
||||
"value": "0.5em 0.75em"
|
||||
},
|
||||
"message-header-radius": {
|
||||
"id": "message-header-radius",
|
||||
"name": "$message-header-radius",
|
||||
"value": "$radius"
|
||||
},
|
||||
"message-body-border": {
|
||||
"id": "message-body-border",
|
||||
"name": "$message-body-border",
|
||||
"value": "1px solid $border"
|
||||
},
|
||||
"message-body-color": {
|
||||
"id": "message-body-color",
|
||||
"name": "$message-body-color",
|
||||
"value": "$text"
|
||||
},
|
||||
"message-body-padding": {
|
||||
"id": "message-body-padding",
|
||||
"name": "$message-body-padding",
|
||||
"value": "1em 1.25em"
|
||||
},
|
||||
"message-body-radius": {
|
||||
"id": "message-body-radius",
|
||||
"name": "$message-body-radius",
|
||||
"value": "$radius"
|
||||
},
|
||||
"message-body-pre-background-color": {
|
||||
"id": "message-body-pre-background-color",
|
||||
"name": "$message-body-pre-background-color",
|
||||
"value": "$white"
|
||||
},
|
||||
"message-body-pre-code-background-color": {
|
||||
"id": "message-body-pre-code-background-color",
|
||||
"name": "$message-body-pre-code-background-color",
|
||||
"value": "transparent"
|
||||
}
|
||||
}
|
||||
}
|
||||
115
docs/_data/variables/components/modal.json
Normal file
115
docs/_data/variables/components/modal.json
Normal file
@@ -0,0 +1,115 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
150
docs/_data/variables/components/navbar.json
Normal file
150
docs/_data/variables/components/navbar.json
Normal file
@@ -0,0 +1,150 @@
|
||||
{
|
||||
"dir_name": "components",
|
||||
"file_name": "navbar",
|
||||
"file_relative_path": "components/navbar.sass",
|
||||
"file_line_from": 1,
|
||||
"file_line_to": 34,
|
||||
"file_url": "https://github.com/jgthms/bulma/blob/master/sass/components/navbar.sass#L1,L34",
|
||||
"vars": {
|
||||
"navbar-background-color": {
|
||||
"id": "navbar-background-color",
|
||||
"name": "$navbar-background-color",
|
||||
"value": "$white"
|
||||
},
|
||||
"navbar-height": {
|
||||
"id": "navbar-height",
|
||||
"name": "$navbar-height",
|
||||
"value": "3.25rem"
|
||||
},
|
||||
"navbar-item-color": {
|
||||
"id": "navbar-item-color",
|
||||
"name": "$navbar-item-color",
|
||||
"value": "$grey-dark"
|
||||
},
|
||||
"navbar-item-hover-color": {
|
||||
"id": "navbar-item-hover-color",
|
||||
"name": "$navbar-item-hover-color",
|
||||
"value": "$black"
|
||||
},
|
||||
"navbar-item-hover-background-color": {
|
||||
"id": "navbar-item-hover-background-color",
|
||||
"name": "$navbar-item-hover-background-color",
|
||||
"value": "$background"
|
||||
},
|
||||
"navbar-item-active-color": {
|
||||
"id": "navbar-item-active-color",
|
||||
"name": "$navbar-item-active-color",
|
||||
"value": "$black"
|
||||
},
|
||||
"navbar-item-active-background-color": {
|
||||
"id": "navbar-item-active-background-color",
|
||||
"name": "$navbar-item-active-background-color",
|
||||
"value": "transparent"
|
||||
},
|
||||
"navbar-item-img-max-height": {
|
||||
"id": "navbar-item-img-max-height",
|
||||
"name": "$navbar-item-img-max-height",
|
||||
"value": "1.75rem"
|
||||
},
|
||||
"navbar-tab-hover-background-color": {
|
||||
"id": "navbar-tab-hover-background-color",
|
||||
"name": "$navbar-tab-hover-background-color",
|
||||
"value": "transparent"
|
||||
},
|
||||
"navbar-tab-hover-border-bottom-color": {
|
||||
"id": "navbar-tab-hover-border-bottom-color",
|
||||
"name": "$navbar-tab-hover-border-bottom-color",
|
||||
"value": "$link"
|
||||
},
|
||||
"navbar-tab-active-color": {
|
||||
"id": "navbar-tab-active-color",
|
||||
"name": "$navbar-tab-active-color",
|
||||
"value": "$link"
|
||||
},
|
||||
"navbar-tab-active-background-color": {
|
||||
"id": "navbar-tab-active-background-color",
|
||||
"name": "$navbar-tab-active-background-color",
|
||||
"value": "transparent"
|
||||
},
|
||||
"navbar-tab-active-border-bottom-color": {
|
||||
"id": "navbar-tab-active-border-bottom-color",
|
||||
"name": "$navbar-tab-active-border-bottom-color",
|
||||
"value": "$link"
|
||||
},
|
||||
"navbar-tab-active-border-bottom-style": {
|
||||
"id": "navbar-tab-active-border-bottom-style",
|
||||
"name": "$navbar-tab-active-border-bottom-style",
|
||||
"value": "solid"
|
||||
},
|
||||
"navbar-tab-active-border-bottom-width": {
|
||||
"id": "navbar-tab-active-border-bottom-width",
|
||||
"name": "$navbar-tab-active-border-bottom-width",
|
||||
"value": "3px"
|
||||
},
|
||||
"navbar-dropdown-background-color": {
|
||||
"id": "navbar-dropdown-background-color",
|
||||
"name": "$navbar-dropdown-background-color",
|
||||
"value": "$white"
|
||||
},
|
||||
"navbar-dropdown-border-top": {
|
||||
"id": "navbar-dropdown-border-top",
|
||||
"name": "$navbar-dropdown-border-top",
|
||||
"value": "1px solid $border"
|
||||
},
|
||||
"navbar-dropdown-offset": {
|
||||
"id": "navbar-dropdown-offset",
|
||||
"name": "$navbar-dropdown-offset",
|
||||
"value": "-4px"
|
||||
},
|
||||
"navbar-dropdown-arrow": {
|
||||
"id": "navbar-dropdown-arrow",
|
||||
"name": "$navbar-dropdown-arrow",
|
||||
"value": "$link"
|
||||
},
|
||||
"navbar-dropdown-radius": {
|
||||
"id": "navbar-dropdown-radius",
|
||||
"name": "$navbar-dropdown-radius",
|
||||
"value": "$radius-large"
|
||||
},
|
||||
"navbar-dropdown-z": {
|
||||
"id": "navbar-dropdown-z",
|
||||
"name": "$navbar-dropdown-z",
|
||||
"value": "20"
|
||||
},
|
||||
"navbar-dropdown-boxed-radius": {
|
||||
"id": "navbar-dropdown-boxed-radius",
|
||||
"name": "$navbar-dropdown-boxed-radius",
|
||||
"value": "$radius-large"
|
||||
},
|
||||
"navbar-dropdown-boxed-shadow": {
|
||||
"id": "navbar-dropdown-boxed-shadow",
|
||||
"name": "$navbar-dropdown-boxed-shadow",
|
||||
"value": "0 8px 8px rgba($black, 0.1), 0 0 0 1px rgba($black, 0.1)"
|
||||
},
|
||||
"navbar-dropdown-item-hover-color": {
|
||||
"id": "navbar-dropdown-item-hover-color",
|
||||
"name": "$navbar-dropdown-item-hover-color",
|
||||
"value": "$black"
|
||||
},
|
||||
"navbar-dropdown-item-hover-background-color": {
|
||||
"id": "navbar-dropdown-item-hover-background-color",
|
||||
"name": "$navbar-dropdown-item-hover-background-color",
|
||||
"value": "$background"
|
||||
},
|
||||
"navbar-dropdown-item-active-color": {
|
||||
"id": "navbar-dropdown-item-active-color",
|
||||
"name": "$navbar-dropdown-item-active-color",
|
||||
"value": "$link"
|
||||
},
|
||||
"navbar-dropdown-item-active-background-color": {
|
||||
"id": "navbar-dropdown-item-active-background-color",
|
||||
"name": "$navbar-dropdown-item-active-background-color",
|
||||
"value": "$background"
|
||||
},
|
||||
"navbar-divider-background-color": {
|
||||
"id": "navbar-divider-background-color",
|
||||
"name": "$navbar-divider-background-color",
|
||||
"value": "$border"
|
||||
}
|
||||
}
|
||||
}
|
||||
90
docs/_data/variables/components/pagination.json
Normal file
90
docs/_data/variables/components/pagination.json
Normal file
@@ -0,0 +1,90 @@
|
||||
{
|
||||
"dir_name": "components",
|
||||
"file_name": "pagination",
|
||||
"file_relative_path": "components/pagination.sass",
|
||||
"file_line_from": 1,
|
||||
"file_line_to": 22,
|
||||
"file_url": "https://github.com/jgthms/bulma/blob/master/sass/components/pagination.sass#L1,L22",
|
||||
"vars": {
|
||||
"pagination-color": {
|
||||
"id": "pagination-color",
|
||||
"name": "$pagination-color",
|
||||
"value": "$grey-darker"
|
||||
},
|
||||
"pagination-border-color": {
|
||||
"id": "pagination-border-color",
|
||||
"name": "$pagination-border-color",
|
||||
"value": "$grey-lighter"
|
||||
},
|
||||
"pagination-margin": {
|
||||
"id": "pagination-margin",
|
||||
"name": "$pagination-margin",
|
||||
"value": "-0.25rem"
|
||||
},
|
||||
"pagination-hover-color": {
|
||||
"id": "pagination-hover-color",
|
||||
"name": "$pagination-hover-color",
|
||||
"value": "$link-hover"
|
||||
},
|
||||
"pagination-hover-border-color": {
|
||||
"id": "pagination-hover-border-color",
|
||||
"name": "$pagination-hover-border-color",
|
||||
"value": "$link-hover-border"
|
||||
},
|
||||
"pagination-focus-color": {
|
||||
"id": "pagination-focus-color",
|
||||
"name": "$pagination-focus-color",
|
||||
"value": "$link-focus"
|
||||
},
|
||||
"pagination-focus-border-color": {
|
||||
"id": "pagination-focus-border-color",
|
||||
"name": "$pagination-focus-border-color",
|
||||
"value": "$link-focus-border"
|
||||
},
|
||||
"pagination-active-color": {
|
||||
"id": "pagination-active-color",
|
||||
"name": "$pagination-active-color",
|
||||
"value": "$link-active"
|
||||
},
|
||||
"pagination-active-border-color": {
|
||||
"id": "pagination-active-border-color",
|
||||
"name": "$pagination-active-border-color",
|
||||
"value": "$link-active-border"
|
||||
},
|
||||
"pagination-disabled-color": {
|
||||
"id": "pagination-disabled-color",
|
||||
"name": "$pagination-disabled-color",
|
||||
"value": "$grey"
|
||||
},
|
||||
"pagination-disabled-background-color": {
|
||||
"id": "pagination-disabled-background-color",
|
||||
"name": "$pagination-disabled-background-color",
|
||||
"value": "$grey-lighter"
|
||||
},
|
||||
"pagination-disabled-border-color": {
|
||||
"id": "pagination-disabled-border-color",
|
||||
"name": "$pagination-disabled-border-color",
|
||||
"value": "$grey-lighter"
|
||||
},
|
||||
"pagination-current-color": {
|
||||
"id": "pagination-current-color",
|
||||
"name": "$pagination-current-color",
|
||||
"value": "$link-invert"
|
||||
},
|
||||
"pagination-current-background-color": {
|
||||
"id": "pagination-current-background-color",
|
||||
"name": "$pagination-current-background-color",
|
||||
"value": "$link"
|
||||
},
|
||||
"pagination-current-border-color": {
|
||||
"id": "pagination-current-border-color",
|
||||
"name": "$pagination-current-border-color",
|
||||
"value": "$link"
|
||||
},
|
||||
"pagination-ellipsis-color": {
|
||||
"id": "pagination-ellipsis-color",
|
||||
"name": "$pagination-ellipsis-color",
|
||||
"value": "$grey-light"
|
||||
}
|
||||
}
|
||||
}
|
||||
105
docs/_data/variables/components/panel.json
Normal file
105
docs/_data/variables/components/panel.json
Normal file
@@ -0,0 +1,105 @@
|
||||
{
|
||||
"dir_name": "components",
|
||||
"file_name": "panel",
|
||||
"file_relative_path": "components/panel.sass",
|
||||
"file_line_from": 1,
|
||||
"file_line_to": 24,
|
||||
"file_url": "https://github.com/jgthms/bulma/blob/master/sass/components/panel.sass#L1,L24",
|
||||
"vars": {
|
||||
"panel-item-border": {
|
||||
"id": "panel-item-border",
|
||||
"name": "$panel-item-border",
|
||||
"value": "1px solid $border"
|
||||
},
|
||||
"panel-heading-background-color": {
|
||||
"id": "panel-heading-background-color",
|
||||
"name": "$panel-heading-background-color",
|
||||
"value": "$background"
|
||||
},
|
||||
"panel-heading-color": {
|
||||
"id": "panel-heading-color",
|
||||
"name": "$panel-heading-color",
|
||||
"value": "$text-strong"
|
||||
},
|
||||
"panel-heading-line-height": {
|
||||
"id": "panel-heading-line-height",
|
||||
"name": "$panel-heading-line-height",
|
||||
"value": "1.25"
|
||||
},
|
||||
"panel-heading-padding": {
|
||||
"id": "panel-heading-padding",
|
||||
"name": "$panel-heading-padding",
|
||||
"value": "0.5em 0.75em"
|
||||
},
|
||||
"panel-heading-radius": {
|
||||
"id": "panel-heading-radius",
|
||||
"name": "$panel-heading-radius",
|
||||
"value": "$radius"
|
||||
},
|
||||
"panel-heading-size": {
|
||||
"id": "panel-heading-size",
|
||||
"name": "$panel-heading-size",
|
||||
"value": "1.25em"
|
||||
},
|
||||
"panel-heading-weight": {
|
||||
"id": "panel-heading-weight",
|
||||
"name": "$panel-heading-weight",
|
||||
"value": "$weight-light"
|
||||
},
|
||||
"panel-tab-border-bottom": {
|
||||
"id": "panel-tab-border-bottom",
|
||||
"name": "$panel-tab-border-bottom",
|
||||
"value": "1px solid $border"
|
||||
},
|
||||
"panel-tab-active-border-bottom-color": {
|
||||
"id": "panel-tab-active-border-bottom-color",
|
||||
"name": "$panel-tab-active-border-bottom-color",
|
||||
"value": "$link-active-border"
|
||||
},
|
||||
"panel-tab-active-color": {
|
||||
"id": "panel-tab-active-color",
|
||||
"name": "$panel-tab-active-color",
|
||||
"value": "$link-active"
|
||||
},
|
||||
"panel-list-item-color": {
|
||||
"id": "panel-list-item-color",
|
||||
"name": "$panel-list-item-color",
|
||||
"value": "$text"
|
||||
},
|
||||
"panel-list-item-hover-color": {
|
||||
"id": "panel-list-item-hover-color",
|
||||
"name": "$panel-list-item-hover-color",
|
||||
"value": "$link"
|
||||
},
|
||||
"panel-block-color": {
|
||||
"id": "panel-block-color",
|
||||
"name": "$panel-block-color",
|
||||
"value": "$text-strong"
|
||||
},
|
||||
"panel-block-hover-background-color": {
|
||||
"id": "panel-block-hover-background-color",
|
||||
"name": "$panel-block-hover-background-color",
|
||||
"value": "$background"
|
||||
},
|
||||
"panel-block-active-border-left-color": {
|
||||
"id": "panel-block-active-border-left-color",
|
||||
"name": "$panel-block-active-border-left-color",
|
||||
"value": "$link"
|
||||
},
|
||||
"panel-block-active-color": {
|
||||
"id": "panel-block-active-color",
|
||||
"name": "$panel-block-active-color",
|
||||
"value": "$link-active"
|
||||
},
|
||||
"panel-block-active-icon-color": {
|
||||
"id": "panel-block-active-icon-color",
|
||||
"name": "$panel-block-active-icon-color",
|
||||
"value": "$link"
|
||||
},
|
||||
"panel-icon-color": {
|
||||
"id": "panel-icon-color",
|
||||
"name": "$panel-icon-color",
|
||||
"value": "$text-light"
|
||||
}
|
||||
}
|
||||
}
|
||||
130
docs/_data/variables/components/tabs.json
Normal file
130
docs/_data/variables/components/tabs.json
Normal file
@@ -0,0 +1,130 @@
|
||||
{
|
||||
"dir_name": "components",
|
||||
"file_name": "tabs",
|
||||
"file_relative_path": "components/tabs.sass",
|
||||
"file_line_from": 1,
|
||||
"file_line_to": 27,
|
||||
"file_url": "https://github.com/jgthms/bulma/blob/master/sass/components/tabs.sass#L1,L27",
|
||||
"vars": {
|
||||
"tabs-border-bottom-color": {
|
||||
"id": "tabs-border-bottom-color",
|
||||
"name": "$tabs-border-bottom-color",
|
||||
"value": "$border"
|
||||
},
|
||||
"tabs-border-bottom-style": {
|
||||
"id": "tabs-border-bottom-style",
|
||||
"name": "$tabs-border-bottom-style",
|
||||
"value": "solid"
|
||||
},
|
||||
"tabs-border-bottom-width": {
|
||||
"id": "tabs-border-bottom-width",
|
||||
"name": "$tabs-border-bottom-width",
|
||||
"value": "1px"
|
||||
},
|
||||
"tabs-link-color": {
|
||||
"id": "tabs-link-color",
|
||||
"name": "$tabs-link-color",
|
||||
"value": "$text"
|
||||
},
|
||||
"tabs-link-hover-border-bottom-color": {
|
||||
"id": "tabs-link-hover-border-bottom-color",
|
||||
"name": "$tabs-link-hover-border-bottom-color",
|
||||
"value": "$text-strong"
|
||||
},
|
||||
"tabs-link-hover-color": {
|
||||
"id": "tabs-link-hover-color",
|
||||
"name": "$tabs-link-hover-color",
|
||||
"value": "$text-strong"
|
||||
},
|
||||
"tabs-link-active-border-bottom-color": {
|
||||
"id": "tabs-link-active-border-bottom-color",
|
||||
"name": "$tabs-link-active-border-bottom-color",
|
||||
"value": "$link"
|
||||
},
|
||||
"tabs-link-active-color": {
|
||||
"id": "tabs-link-active-color",
|
||||
"name": "$tabs-link-active-color",
|
||||
"value": "$link"
|
||||
},
|
||||
"tabs-link-padding": {
|
||||
"id": "tabs-link-padding",
|
||||
"name": "$tabs-link-padding",
|
||||
"value": "0.5em 1em"
|
||||
},
|
||||
"tabs-boxed-link-radius": {
|
||||
"id": "tabs-boxed-link-radius",
|
||||
"name": "$tabs-boxed-link-radius",
|
||||
"value": "$radius"
|
||||
},
|
||||
"tabs-boxed-link-hover-background-color": {
|
||||
"id": "tabs-boxed-link-hover-background-color",
|
||||
"name": "$tabs-boxed-link-hover-background-color",
|
||||
"value": "$background"
|
||||
},
|
||||
"tabs-boxed-link-hover-border-bottom-color": {
|
||||
"id": "tabs-boxed-link-hover-border-bottom-color",
|
||||
"name": "$tabs-boxed-link-hover-border-bottom-color",
|
||||
"value": "$border"
|
||||
},
|
||||
"tabs-boxed-link-active-background-color": {
|
||||
"id": "tabs-boxed-link-active-background-color",
|
||||
"name": "$tabs-boxed-link-active-background-color",
|
||||
"value": "$white"
|
||||
},
|
||||
"tabs-boxed-link-active-border-color": {
|
||||
"id": "tabs-boxed-link-active-border-color",
|
||||
"name": "$tabs-boxed-link-active-border-color",
|
||||
"value": "$border"
|
||||
},
|
||||
"tabs-boxed-link-active-border-bottom-color": {
|
||||
"id": "tabs-boxed-link-active-border-bottom-color",
|
||||
"name": "$tabs-boxed-link-active-border-bottom-color",
|
||||
"value": "transparent"
|
||||
},
|
||||
"tabs-toggle-link-border-color": {
|
||||
"id": "tabs-toggle-link-border-color",
|
||||
"name": "$tabs-toggle-link-border-color",
|
||||
"value": "$border"
|
||||
},
|
||||
"tabs-toggle-link-border-style": {
|
||||
"id": "tabs-toggle-link-border-style",
|
||||
"name": "$tabs-toggle-link-border-style",
|
||||
"value": "solid"
|
||||
},
|
||||
"tabs-toggle-link-border-width": {
|
||||
"id": "tabs-toggle-link-border-width",
|
||||
"name": "$tabs-toggle-link-border-width",
|
||||
"value": "1px"
|
||||
},
|
||||
"tabs-toggle-link-hover-background-color": {
|
||||
"id": "tabs-toggle-link-hover-background-color",
|
||||
"name": "$tabs-toggle-link-hover-background-color",
|
||||
"value": "$background"
|
||||
},
|
||||
"tabs-toggle-link-hover-border-color": {
|
||||
"id": "tabs-toggle-link-hover-border-color",
|
||||
"name": "$tabs-toggle-link-hover-border-color",
|
||||
"value": "$border-hover"
|
||||
},
|
||||
"tabs-toggle-link-radius": {
|
||||
"id": "tabs-toggle-link-radius",
|
||||
"name": "$tabs-toggle-link-radius",
|
||||
"value": "$radius"
|
||||
},
|
||||
"tabs-toggle-link-active-background-color": {
|
||||
"id": "tabs-toggle-link-active-background-color",
|
||||
"name": "$tabs-toggle-link-active-background-color",
|
||||
"value": "$link"
|
||||
},
|
||||
"tabs-toggle-link-active-border-color": {
|
||||
"id": "tabs-toggle-link-active-border-color",
|
||||
"name": "$tabs-toggle-link-active-border-color",
|
||||
"value": "$link"
|
||||
},
|
||||
"tabs-toggle-link-active-color": {
|
||||
"id": "tabs-toggle-link-active-color",
|
||||
"name": "$tabs-toggle-link-active-color",
|
||||
"value": "$link-invert"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user