-
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
35 changed files
with
48,101 additions
and
24,869 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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,228 @@ | ||
--- | ||
title: Customizing Splitter | ||
description: "Refer to the list of the Kendo UI Bootstrap theme variables available for customization." | ||
slug: variables_kendothemebootstrap_splitter | ||
position: 9 | ||
--- | ||
|
||
# Customizing Splitter | ||
|
||
## Variables | ||
|
||
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-splitter-border-width</td> | ||
<td>Number</td> | ||
<td><code>1px</code></td> | ||
<td><code>1px</code></td> | ||
</tr> | ||
<tr> | ||
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The width of the border around the Splitter.</div></div> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>$kendo-splitter-font-family</td> | ||
<td>List</td> | ||
<td><code>$kendo-font-family</code></td> | ||
<td><code>system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"</code></td> | ||
</tr> | ||
<tr> | ||
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The font family of the Splitter.</div></div> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>$kendo-splitter-font-size</td> | ||
<td>Number</td> | ||
<td><code>$kendo-font-size-md</code></td> | ||
<td><code>1rem</code></td> | ||
</tr> | ||
<tr> | ||
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The font size of the Splitter.</div></div> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>$kendo-splitter-line-height</td> | ||
<td>Number</td> | ||
<td><code>$kendo-line-height-md</code></td> | ||
<td><code>1.5</code></td> | ||
</tr> | ||
<tr> | ||
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The line height of the Splitter.</div></div> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>$kendo-splitter-bg</td> | ||
<td>Color</td> | ||
<td><code>$kendo-component-bg</code></td> | ||
<td><span class="color-preview" style="background-color: #ffffff"></span><code>#ffffff</code></td> | ||
</tr> | ||
<tr> | ||
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The background color of the Splitter.</div></div> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>$kendo-splitter-text</td> | ||
<td>Color</td> | ||
<td><code>$kendo-component-text</code></td> | ||
<td><span class="color-preview" style="background-color: #212529"></span><code>#212529</code></td> | ||
</tr> | ||
<tr> | ||
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The text color of the Splitter.</div></div> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>$kendo-splitter-border</td> | ||
<td>Color</td> | ||
<td><code>$kendo-component-border</code></td> | ||
<td><span class="color-preview" style="background-color: #dee2e6"></span><code>#dee2e6</code></td> | ||
</tr> | ||
<tr> | ||
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The border color of the Splitter.</div></div> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>$kendo-splitter-splitbar-size</td> | ||
<td>Number</td> | ||
<td><code>k-map-get( $kendo-spacing, 3 )</code></td> | ||
<td><code>0.75rem</code></td> | ||
</tr> | ||
<tr> | ||
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The size of the Splitter splitbar.</div></div> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>$kendo-splitter-drag-handle-length</td> | ||
<td>Number</td> | ||
<td><code>20px</code></td> | ||
<td><code>20px</code></td> | ||
</tr> | ||
<tr> | ||
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The length of the Splitter drag handle.</div></div> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>$kendo-splitter-drag-handle-thickness</td> | ||
<td>Number</td> | ||
<td><code>2px</code></td> | ||
<td><code>2px</code></td> | ||
</tr> | ||
<tr> | ||
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The thickness of the Splitter drag handle.</div></div> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>$kendo-splitter-drag-icon-margin</td> | ||
<td>Number</td> | ||
<td><code>7px</code></td> | ||
<td><code>7px</code></td> | ||
</tr> | ||
<tr> | ||
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The margin of the Splitter drag handle icon.</div></div> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>$kendo-splitter-collapse-icon-padding-x</td> | ||
<td>Null</td> | ||
<td><code>null</code></td> | ||
<td><code>null</code></td> | ||
</tr> | ||
<tr> | ||
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The horizontal padding of the collapse icon in the Splitter.</div></div> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>$kendo-splitter-collapse-icon-padding-y</td> | ||
<td>Number</td> | ||
<td><code>k-map-get( $kendo-spacing, .5 )</code></td> | ||
<td><code>0.125rem</code></td> | ||
</tr> | ||
<tr> | ||
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The vertical padding of the collapse icon in the Splitter.</div></div> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>$kendo-splitbar-bg</td> | ||
<td>Color</td> | ||
<td><code>$kendo-base-bg</code></td> | ||
<td><span class="color-preview" style="background-color: #f8f9fa"></span><code>#f8f9fa</code></td> | ||
</tr> | ||
<tr> | ||
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The background color of the Splitter split bar.</div></div> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>$kendo-splitbar-text</td> | ||
<td>Color</td> | ||
<td><code>$kendo-base-text</code></td> | ||
<td><span class="color-preview" style="background-color: #212529"></span><code>#212529</code></td> | ||
</tr> | ||
<tr> | ||
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The text color of the Splitter split bar.</div></div> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>$kendo-splitbar-hover-bg</td> | ||
<td>Color</td> | ||
<td><code>if($kendo-enable-color-system, k-color( base-subtle-hover ), k-try-shade( $kendo-splitbar-bg, .5 ))</code></td> | ||
<td><span class="color-preview" style="background-color: #eeeff0"></span><code>#eeeff0</code></td> | ||
</tr> | ||
<tr> | ||
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The hover background color of the Splitter split bar.</div></div> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>$kendo-splitbar-hover-text</td> | ||
<td>Color</td> | ||
<td><code>$kendo-splitbar-text</code></td> | ||
<td><span class="color-preview" style="background-color: #212529"></span><code>#212529</code></td> | ||
</tr> | ||
<tr> | ||
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The hover text color of the Splitter split bar.</div></div> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>$kendo-splitbar-selected-bg</td> | ||
<td>Color</td> | ||
<td><code>$kendo-selected-bg</code></td> | ||
<td><span class="color-preview" style="background-color: #0d6efd"></span><code>#0d6efd</code></td> | ||
</tr> | ||
<tr> | ||
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The selected background color of the Splitter split bar.</div></div> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>$kendo-splitbar-selected-text</td> | ||
<td>Color</td> | ||
<td><code>$kendo-selected-text</code></td> | ||
<td><span class="color-preview" style="background-color: white"></span><code>white</code></td> | ||
</tr> | ||
<tr> | ||
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The selected text color of the Splitter split bar.</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.