-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
59 changed files
with
26,693 additions
and
2,101 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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](../) | ||
|
Oops, something went wrong.