Skip to content

Commit

Permalink
Add Accordions link
Browse files Browse the repository at this point in the history
  • Loading branch information
picturepan2 committed Apr 27, 2017
1 parent 771544f commit 42cf02f
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 5 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ You can compile your custom version of Spectre.css. Read [the documentation](htt
- [Utilities](https://picturepan2.github.io/spectre/utilities.html) - layout, positions, display, text, shapes, loading things

#### Experimentals
- [Accordions](https://picturepan2.github.io/spectre/experimentals.html#accordions) - used to toggle sections of content
- [Calendars](https://picturepan2.github.io/spectre/experimentals.html#calendars) - date or date range picker and events display
- [Carousels](https://picturepan2.github.io/spectre/experimentals.html#carousels) - slideshows for cycling images
- [Comparison Sliders](https://picturepan2.github.io/spectre/experimentals.html#comparison) - sliders for comparing two images, built entirely in CSS
Expand Down
2 changes: 1 addition & 1 deletion docs/css/docs.css
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
padding: 0 .5rem;
}
.docs-sidebar {
padding: 7rem 1rem 3.5rem 1rem;
padding: 7rem 1rem 5rem 1rem;
}
.docs-sidebar .docs-nav {
position: relative;
Expand Down
2 changes: 1 addition & 1 deletion docs/dist/spectre-exp.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
margin-bottom: .8rem;
max-height: 0;
overflow: hidden;
padding: 0 .8rem;
padding: .2rem .8rem;
transition: max-height .3s ease;
}
.calendar {
Expand Down
2 changes: 1 addition & 1 deletion docs/dist/spectre-exp.min.css

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,9 @@ <h5>Colors</h5>
<section class="notes">
<p><strong>April 2017</strong></p>
<ul>
<li>
<a href="experimentals.html#accordions">Accordions</a>: used to toggle sections of content <small class="label label-primary">NEW</small>
</li>
<li>
<a href="experimentals.html#filters">Filters</a>: CSS only content filters <small class="label label-primary">NEW</small>
</li>
Expand Down
2 changes: 1 addition & 1 deletion docs/src/docs.less
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@
}

.docs-sidebar {
padding: 7rem 1rem 3.5rem 1rem;
padding: 7rem 1rem 5rem 1rem;

.docs-nav {
position: relative;
Expand Down
2 changes: 1 addition & 1 deletion src/accordions.less
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
margin-bottom: .8rem;
max-height: 0;
overflow: hidden;
padding: 0 .8rem;
padding: .2rem .8rem;
transition: max-height .3s ease;
}
}
Expand Down

0 comments on commit 42cf02f

Please sign in to comment.