Commit Graph

21 Commits

Author SHA1 Message Date
Jeremy Thomas
e8d4efb274 Organize partials 2018-04-09 22:25:26 +01:00
Jeremy Thomas
e3ecca6432 Move all subtitles 2018-04-09 20:37:05 +01:00
Jeremy Thomas
f0074aa339 Do elements 2018-04-09 14:15:31 +01:00
Jeremy Thomas
e75fd365e3 Component links 2018-04-09 13:18:46 +01:00
Jeremy Thomas
7c9f0a76dc Add Bulma book 2018-03-26 14:46:39 +01:00
Francis Go
f5d8d22462 Update card documentation: reponsive -> responsive (#1602) 2018-01-15 02:36:43 +01:00
Jeremy Thomas
3158236eb7 Use Font Awesome 5 2018-01-10 16:30:23 +00:00
bstashio
1523ce8527 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
2017-10-17 10:28:59 +01:00
Jeremy Thomas
2315388413 Fix #1101 2017-09-18 23:36:41 +01:00
Jeremy Thomas
2bda5fccc6 Update changelog 2017-09-09 12:36:09 +02:00
Muhannad Abdelrazek
c112e15c9a A11y: Enhance card example (#953)
The card needs more enhancements but I need more help to determine the perfect solution for it.

the issue we face is:
- the markup needs to change and when to change the markup the style needs to change to be suitable for it.
example:
`
  <a href="#" class="card-header-icon" aria-label="more options">
      <span class="icon">
        <i class="fa fa-angle-down" aria-hidden="true"></i>
      </span>
  </a>
 <a href="#" class="card-footer-item">Save</a>
 <a href="#" class="card-footer-item">Edit</a>
 <a href="#" class="card-footer-item">Delete</a>
`
should be:
`
  <button class="card-header-icon" aria-label="more options">
      <span class="icon">
        <i class="fa fa-angle-down" aria-hidden="true"></i>
      </span>
  </button>
<button class="card-footer-item">Save</button>
<button  class="card-footer-item">Edit</button>
<button class="card-footer-item">Delete</button>
`
when I do that the style change and when I use the `button` class name the style change also, so you need to try it and edit the style as you need to card show to people.

- I replaced the <small> with <time> but the time does not have the same `font-size` so you maybe need to set `font-size` to time
2017-09-09 12:33:25 +02:00
Jeremy Thomas
24bc5ed795 Add tags 2017-07-29 18:24:07 +01:00
Jeremy Thomas
fccdedc66b Fix #861 2017-07-13 19:44:35 +01:00
Jeremy Thomas
c98dbb77f2 Fix container 2017-03-15 22:14:42 +00:00
Jeremy Thomas
38d29ca5b0 Add new breakpoint, Explain card 2017-03-15 22:14:42 +00:00
Jeremy Thomas
e48e671eb7 Fix level and card 2017-03-15 22:14:42 +00:00
Jeremy Thomas
c52f2575fb Fix card 2016-12-23 12:20:58 +00:00
Jeremy Thomas
7dd8463348 Fix media object 2016-12-22 19:37:38 +00:00
Jeremy Thomas
41db07d68d Fix button spacing, Add image placeholders 2016-12-22 18:17:26 +00:00
Jeremy Thomas
4a40ad0059 Fix media object 2016-10-30 17:35:39 +00:00
Jeremy Thomas
9094eff30a Move docs to bulma repo (#299)
* Add package files whitelist

* Add flex shrink

* Add flex shrink

* Add docs config

* Fix flex shrink

* Fix hero pages

* Add docs folder
2016-09-11 12:00:49 +01:00