mirror of
https://github.com/jgthms/bulma
synced 2026-03-20 20:24: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:
@@ -1,40 +1,8 @@
|
||||
---
|
||||
title: Pagination
|
||||
layout: documentation
|
||||
doc-tab: components
|
||||
doc-subtab: pagination
|
||||
variables:
|
||||
- name: $pagination-color
|
||||
value: $grey-darker
|
||||
- name: $pagination-border-color
|
||||
value: $grey-lighter
|
||||
- name: $pagination-margin
|
||||
value: -0.25rem
|
||||
- name: $pagination-hover-color
|
||||
value: $link-hover
|
||||
- name: $pagination-hover-border-color
|
||||
value: $link-hover-border
|
||||
- name: $pagination-focus-color
|
||||
value: $link-focus
|
||||
- name: $pagination-focus-border-color
|
||||
value: $link-focus-border
|
||||
- name: $pagination-active-color
|
||||
value: $link-active
|
||||
- name: $pagination-active-border-color
|
||||
value: $link-active-border
|
||||
- name: $pagination-disabled-color
|
||||
value: $grey
|
||||
- name: $pagination-disabled-background-color
|
||||
value: $grey-lighter
|
||||
- name: $pagination-disabled-border-color
|
||||
value: $grey-lighter
|
||||
- name: $pagination-current-color
|
||||
value: $link-invert
|
||||
- name: $pagination-current-background-color
|
||||
value: $link
|
||||
- name: $pagination-current-border-color
|
||||
value: $link
|
||||
- name: $pagination-ellipsis-color
|
||||
value: $grey-light
|
||||
---
|
||||
|
||||
{% capture pagination_example %}
|
||||
@@ -238,7 +206,7 @@ variables:
|
||||
|
||||
{% include snippet.html content=pagination_large_example horizontal=true more=true %}
|
||||
|
||||
{% include variables.html %}
|
||||
{% include variables.html type='component' %}
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user