New to Kendo UI for Angular? Start a free 30-day trial
Customizing Map
Variables
The following table lists the available variables for customization.
Name | Type | Default value | Computed value |
---|---|---|---|
$kendo-map-font-size | var( --kendo-font-size, inherit ) | ||
Description
Font size of the map. | |||
$kendo-map-line-height | var( --kendo-line-height, normal ) | ||
Description
Line height of the map. | |||
$kendo-map-font-family | var( --kendo-font-family, normal ) | ||
Description
Font family of the map. | |||
$kendo-map-bg | var( --kendo-component-bg, transparent ) | ||
Description
Background color of the map. | |||
$kendo-map-text | var( --kendo-component-text, inherit ) | ||
Description
Text color of the map. | |||
$kendo-map-border | k-get-theme-color-var( neutral-110 ) | ||
Description
Border color of the map. | |||
$kendo-map-border-width | 0px | ||
Description
Border width of the map. | |||
$kendo-map-height | 600px | ||
Description
Height of the map. | |||
$kendo-map-navigator-margin-x | map.get( $kendo-spacing, 4 ) | ||
Description
Map navigator horizontal margin. | |||
$kendo-map-navigator-margin-y | map.get( $kendo-spacing, 4 ) | ||
Description
Map navigator vertical margin. | |||
$kendo-map-navigator-padding | map.get( $kendo-spacing, 0.5 ) | ||
Description
Map navigator padding. | |||
$kendo-map-navigator-width | calc( var( --kendo-icon-size) * 3 + #{$kendo-map-navigator-padding * 2} ) | ||
Description
Map navigator width. | |||
$kendo-map-navigator-height | $kendo-map-navigator-width | ||
Description
Map navigator height. | |||
$kendo-map-navigator-border-width | 1px | ||
Description
Map navigator border width. | |||
$kendo-map-navigator-bg | $kendo-color-white | ||
Description
Map navigator background color. | |||
$kendo-map-navigator-text | k-get-theme-color-var( neutral-190 ) | ||
Description
Map navigator text color. | |||
$kendo-map-navigator-border | k-get-theme-color-var( neutral-110 ) | ||
Description
Map navigator border color. | |||
$kendo-map-zoom-control-margin | map.get( $kendo-spacing, 4 ) | ||
Description
Map zoom control margin. | |||
$kendo-map-zoom-control-button-padding-x | $kendo-button-md-padding-y | ||
Description
Map zoom control horizontal padding. | |||
$kendo-map-zoom-control-button-padding-y | $kendo-map-zoom-control-button-padding-x | ||
Description
Map zoom control vertical padding. | |||
$kendo-map-attribution-padding-x | $kendo-padding-sm-x | ||
Description
Map attribution horizontal padding. | |||
$kendo-map-attribution-padding-y | $kendo-padding-sm-y | ||
Description
Map attribution vertical padding. | |||
$kendo-map-attribution-font-size | calc( #{$kendo-map-font-size} * .75 ) | ||
Description
Map attribution font size. | |||
$kendo-map-attribution-bg | $kendo-color-white | ||
Description
Map attribution background color. | |||
$kendo-map-marker-fill | k-get-theme-color-var( primary-100 ) | ||
Description
Map marker fill color. |