Skip to content

Commit

Permalink
chore: regen docs
Browse files Browse the repository at this point in the history
  • Loading branch information
joneff committed Dec 15, 2021
1 parent cf92aa7 commit 8cdd855
Show file tree
Hide file tree
Showing 59 changed files with 26,693 additions and 2,101 deletions.
104 changes: 104 additions & 0 deletions packages/bootstrap/docs/customization-avatar.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,104 @@
---
title: Customizing Avatar
description: "Refer to the list of the Kendo UI Bootstrap theme variables available for customization."
slug: variables_kendothemebootstrap_avatar
position: 9
---

# Customizing Avatar

The following table lists the available variables for customization.

<table class="theme-variables">
<colgroup>
<col style="width: 200px; white-space:nowrap;" />
<col />
<col />
<col />
</colgroup>
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th>Default value</th>
<th>Computed value</th>
</tr>
</thead>
<tbody>
<tr>
<td>$kendo-avatar-border-width</td>
<td></td>
<td>1px</td>
<td>1px</td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">Border width of the avatar.</div></div>
</td>
</tr>
<tr>
<td>$kendo-avatar-font-family</td>
<td></td>
<td>$font-family</td>
<td>$font-family-sans-serif</td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">Font family of the avatar.</div></div>
</td>
</tr>
<tr>
<td>$kendo-avatar-font-size</td>
<td></td>
<td>$font-size</td>
<td>$font-size-base</td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">Font size of the avatar.</div></div>
</td>
</tr>
<tr>
<td>$kendo-avatar-line-height</td>
<td></td>
<td>$line-height</td>
<td>$line-height-base</td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">Line height of the avatar.</div></div>
</td>
</tr>
<tr>
<td>$kendo-avatar-sizes</td>
<td></td>
<td>(
sm: map-get( $spacing, 4 ),
md: map-get( $spacing, 8 ),
lg: map-get( $spacing, 16 )
)</td>
<td>(
sm: map-get( $spacing, 4 ),
md: map-get( $spacing, 8 ),
lg: map-get( $spacing, 16 )
)</td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The sizes of the avatar.</div></div>
</td>
</tr>
<tr>
<td>$kendo-avatar-theme-colors</td>
<td></td>
<td>$theme-colors</td>
<td></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">Theme colors map of the avatar.</div></div>
</td>
</tr>
</tbody>
</table>

## Suggested Links

* [Styling Overview]({% slug themesandstyles %})
* [Web Font Icons]({% slug icons %})
* [Preview of the Themed Components](../)

Loading

0 comments on commit 8cdd855

Please sign in to comment.