|
|
@ -152,6 +152,7 @@ $crispy__field__select__border: $crispy__border;</code></pre> |
|
|
|
</label> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<!-- components / field / Choice --> |
|
|
|
<h3 class="h4 margin-top-2"> |
|
|
|
Checkbox |
|
|
@ -217,6 +218,7 @@ $crispy__field__select__border: $crispy__border;</code></pre> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<!-- components / field / radio --> |
|
|
|
<h3 class="h4 margin-top-2"> |
|
|
|
Radio |
|
|
@ -316,6 +318,7 @@ $crispy__field__select__border: $crispy__border;</code></pre> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<!-- components / field / select --> |
|
|
|
<h3 class="h4 margin-top-2"> |
|
|
|
Select |
|
|
@ -374,9 +377,8 @@ $crispy__field__select__border: $crispy__border;</code></pre> |
|
|
|
</h2> |
|
|
|
|
|
|
|
<h3 class="h4">SCSS:</h3> |
|
|
|
<pre class="code"><code>$crispy__group__margin: 0.3em !default; |
|
|
|
$crispy__group__character: '/' !default; |
|
|
|
$crispy__group__character-margin: 0 $crispy__group__margin 0 !default;</code></pre> |
|
|
|
<pre class="code"><code>$crispy__group__margin: 0 0.5em 0 !default; |
|
|
|
$crispy__group__character: '/' !default;</code></pre> |
|
|
|
|
|
|
|
<h3 class="h4">Html:</h3> |
|
|
|
<pre class="code"><code><nav> |
|
|
@ -618,14 +620,14 @@ $crispy__modal__z-index: zIndex('modal');</code></pre> |
|
|
|
</h2> |
|
|
|
|
|
|
|
<h3 class="h4">SCSS:</h3> |
|
|
|
<pre class="code"><code>$crispy__table__padding: $crispy__padding !default; |
|
|
|
$crispy__table__padding-breakpoints: $crispy__padding-breakpoints !default; |
|
|
|
<pre class="code"><code>$crispy__table__padding: $crispy__padding; |
|
|
|
$crispy__table__padding-breakpoints: $crispy__padding-breakpoints; |
|
|
|
|
|
|
|
$crispy__table__td__border: 1px solid $crispy__color-border !default; |
|
|
|
$crispy__table__td__border: 1px solid $crispy__color-border; |
|
|
|
$crispy__table__th__border-width: 2px !default; |
|
|
|
|
|
|
|
$crispy__table__color: $crispy__color-text !default; |
|
|
|
$crispy__table__striped__background-color: $crispy__color-grey-light !default;</code></pre> |
|
|
|
$crispy__table__color: $crispy__color-text; |
|
|
|
$crispy__table__striped__background-color: $crispy__color-grey-light;</code></pre> |
|
|
|
|
|
|
|
<h3 class="h4">Html:</h3> |
|
|
|
<pre class="code"><code><table class="table table--striped margin-bottom-2"> |
|
|
|