New to Kendo UI for Vue? Start a free 30-day trial

Customizing Rating

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-rating-font-familyList$kendo-font-familysystem-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"
Description
The font family of the Rating.
$kendo-rating-font-sizeNumber$kendo-font-size-md1rem
Description
The font size of the Rating.
$kendo-rating-line-heightNumber$kendo-line-height-md1.5
Description
The line height of the Rating.
$kendo-rating-container-margin-xNumber$kendo-padding-sm-x0.5rem
Description
The horizontal margin of the Rating container.
$kendo-rating-item-padding-xNumber$kendo-padding-sm-x0.5rem
Description
The horizontal padding of the Rating item.
$kendo-rating-item-padding-yNumber$kendo-padding-md-y0.5rem
Description
The vertical padding of the Rating item.
$kendo-rating-label-margin-xNumber$kendo-padding-md-x1rem
Description
The horizontal margin of the Rating label.
$kendo-rating-label-margin-yNumber$kendo-padding-md-y0.5rem
Description
The vertical margin of the Rating label.
$kendo-rating-label-line-heightNumber$kendo-line-height-lg2
Description
The line height of the Rating label.
$kendo-rating-icon-textColor$kendo-subtle-text#6c757d
Description
The text color of the Rating icon.
$kendo-rating-icon-selected-textColor$kendo-selected-bg#0d6efd
Description
The text color of the selected Rating icon.
$kendo-rating-icon-hover-textColor$kendo-selected-bg#0d6efd
Description
The text color of the hovered Rating icon.
$kendo-rating-icon-focus-textColor$kendo-selected-bg#0d6efd
Description
The text color of the focused Rating icon.
$kendo-rating-icon-focus-shadowList0 2px 4px rgba( black, .1 )0 2px 4px rgba(0, 0, 0, 0.1)
Description
The shadow of the focused Rating icon.
$kendo-rating-icon-focus-selected-shadowList0 2px 4px rgba( black, .1)0 2px 4px rgba(0, 0, 0, 0.1)
Description
The shadow of the focused and selected Rating icon.

In this article

Not finding the help you need?