This commit is contained in:
Jeremy Thomas
2017-07-28 22:57:51 +01:00
parent cd4a7b54e6
commit 24bc5ed795
20 changed files with 730 additions and 275 deletions

View File

@@ -2,6 +2,21 @@
layout: documentation
doc-tab: elements
doc-subtab: box
variables:
- name: $box-color
value: $text
- name: $box-background-color
value: $white
- name: $box-radius
value: $radius-large
- name: $box-shadow
value: 0 2px 3px rgba($black, 0.1), 0 0 0 1px rgba($black, 0.1)
- name: $box-padding
value: 1.25rem
- name: $box-link-hover-shadow
value: 0 2px 3px rgba($black, 0.1), 0 0 0 1px $link
- name: $box-link-active-shadow
value: inset 0 1px 2px rgba($black, 0.2), 0 0 0 1px $link
---
{% include subnav-elements.html %}
@@ -67,5 +82,7 @@ doc-subtab: box
{% highlight html %}{{box_example}}{% endhighlight %}
{% include variables.html %}
</div>
</section>