UNPKG

@progress/kendo-theme-bootstrap

Version:
1,504 lines • 5.99 MB
{ "variables": [ { "description": "The horizontal margin of the AppBar.\n", "commentRange": { "start": 6, "end": 7 }, "context": { "type": "variable", "name": "kendo-appbar-margin-x", "value": "null", "scope": "default", "line": { "start": 8, "end": 8 } }, "group": [ "appbar" ], "access": "public", "file": { "path": "bootstrap/scss/appbar/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "null", "resolvedType": "Null" }, { "description": "The vertical margin of the AppBar.\n", "commentRange": { "start": 9, "end": 10 }, "context": { "type": "variable", "name": "kendo-appbar-margin-y", "value": "null", "scope": "default", "line": { "start": 11, "end": 11 } }, "group": [ "appbar" ], "access": "public", "file": { "path": "bootstrap/scss/appbar/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "null", "resolvedType": "Null" }, { "description": "The horizontal padding of the AppBar.\n", "commentRange": { "start": 12, "end": 13 }, "context": { "type": "variable", "name": "kendo-appbar-padding-x", "value": "k-spacing(2)", "scope": "default", "line": { "start": 14, "end": 14 } }, "group": [ "appbar" ], "access": "public", "file": { "path": "bootstrap/scss/appbar/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "var(--kendo-spacing-2, 0.5rem)", "resolvedType": "String" }, { "description": "The vertical padding of the AppBar.\n", "commentRange": { "start": 15, "end": 16 }, "context": { "type": "variable", "name": "kendo-appbar-padding-y", "value": "k-spacing(2)", "scope": "default", "line": { "start": 17, "end": 17 } }, "group": [ "appbar" ], "access": "public", "file": { "path": "bootstrap/scss/appbar/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "var(--kendo-spacing-2, 0.5rem)", "resolvedType": "String" }, { "description": "The width of the border around the AppBar.\n", "commentRange": { "start": 18, "end": 19 }, "context": { "type": "variable", "name": "kendo-appbar-border-width", "value": "0px", "scope": "default", "line": { "start": 20, "end": 20 } }, "group": [ "appbar" ], "access": "public", "file": { "path": "bootstrap/scss/appbar/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "0px", "resolvedType": "Number" }, { "description": "The z-index of the AppBar.\n", "commentRange": { "start": 21, "end": 22 }, "context": { "type": "variable", "name": "kendo-appbar-zindex", "value": "1000", "scope": "default", "line": { "start": 23, "end": 23 } }, "group": [ "appbar" ], "access": "public", "file": { "path": "bootstrap/scss/appbar/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "1000", "resolvedType": "Number" }, { "description": "The font family of the AppBar.\n", "commentRange": { "start": 24, "end": 25 }, "context": { "type": "variable", "name": "kendo-appbar-font-family", "value": "var( --kendo-font-family, inherit )", "scope": "default", "line": { "start": 26, "end": 26 } }, "group": [ "appbar" ], "access": "public", "file": { "path": "bootstrap/scss/appbar/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "var(--kendo-font-family, inherit)", "resolvedType": "String" }, { "description": "The font size of the AppBar.\n", "commentRange": { "start": 27, "end": 28 }, "context": { "type": "variable", "name": "kendo-appbar-font-size", "value": "var( --kendo-font-size, inherit )", "scope": "default", "line": { "start": 29, "end": 29 } }, "group": [ "appbar" ], "access": "public", "file": { "path": "bootstrap/scss/appbar/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "var(--kendo-font-size, inherit)", "resolvedType": "String" }, { "description": "The line height of the AppBar.\n", "commentRange": { "start": 30, "end": 31 }, "context": { "type": "variable", "name": "kendo-appbar-line-height", "value": "var( --kendo-line-height, normal )", "scope": "default", "line": { "start": 32, "end": 32 } }, "group": [ "appbar" ], "access": "public", "file": { "path": "bootstrap/scss/appbar/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "var(--kendo-line-height, normal)", "resolvedType": "String" }, { "description": "The spacing between the AppBar sections.\n", "commentRange": { "start": 34, "end": 35 }, "context": { "type": "variable", "name": "kendo-appbar-gap", "value": "k-spacing(2)", "scope": "default", "line": { "start": 36, "end": 36 } }, "group": [ "appbar" ], "access": "public", "file": { "path": "bootstrap/scss/appbar/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "var(--kendo-spacing-2, 0.5rem)", "resolvedType": "String" }, { "description": "The background color of the AppBar based on light theme color.\n", "commentRange": { "start": 38, "end": 39 }, "context": { "type": "variable", "name": "kendo-appbar-light-bg", "value": "$kendo-color-light", "scope": "default", "line": { "start": 40, "end": 40 } }, "group": [ "appbar" ], "access": "public", "file": { "path": "bootstrap/scss/appbar/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "var(--kendo-color-light, #f8f9fa)", "resolvedType": "String" }, { "description": "The text color of the AppBar based on light theme color.\n", "commentRange": { "start": 41, "end": 42 }, "context": { "type": "variable", "name": "kendo-appbar-light-text", "value": "if($kendo-enable-color-system, k-color( on-light ), k-contrast-color( $kendo-color-light ))", "scope": "default", "line": { "start": 43, "end": 43 } }, "group": [ "appbar" ], "access": "public", "file": { "path": "bootstrap/scss/appbar/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "var(--kendo-color-on-light, #000000)", "resolvedType": "String" }, { "description": "The background color of the AppBar based on dark theme color.\n", "commentRange": { "start": 45, "end": 46 }, "context": { "type": "variable", "name": "kendo-appbar-dark-bg", "value": "$kendo-color-dark", "scope": "default", "line": { "start": 47, "end": 47 } }, "group": [ "appbar" ], "access": "public", "file": { "path": "bootstrap/scss/appbar/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "var(--kendo-color-dark, #212529)", "resolvedType": "String" }, { "description": "The text color of the AppBar based on dark theme color.\n", "commentRange": { "start": 48, "end": 49 }, "context": { "type": "variable", "name": "kendo-appbar-dark-text", "value": "if($kendo-enable-color-system, k-color( on-dark ), k-contrast-color( $kendo-color-dark ))", "scope": "default", "line": { "start": 50, "end": 50 } }, "group": [ "appbar" ], "access": "public", "file": { "path": "bootstrap/scss/appbar/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "var(--kendo-color-on-dark, #ffffff)", "resolvedType": "String" }, { "description": "The box shadow of the AppBar.\n", "commentRange": { "start": 52, "end": 53 }, "context": { "type": "variable", "name": "kendo-appbar-box-shadow", "value": "k-elevation(4)", "scope": "default", "line": { "start": 54, "end": 54 } }, "group": [ "appbar" ], "access": "public", "file": { "path": "bootstrap/scss/appbar/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "var(--kendo-elevation-4, 0px 6px 13px rgba(0, 0, 0, 0.125))", "resolvedType": "String" }, { "description": "The box shadow of the AppBar with bottom position.\n", "commentRange": { "start": 55, "end": 56 }, "context": { "type": "variable", "name": "kendo-appbar-bottom-box-shadow", "value": "k-elevation(4)", "scope": "default", "line": { "start": 57, "end": 57 } }, "group": [ "appbar" ], "access": "public", "file": { "path": "bootstrap/scss/appbar/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "var(--kendo-elevation-4, 0px 6px 13px rgba(0, 0, 0, 0.125))", "resolvedType": "String" }, { "description": "The border width of the Avatar.\n", "commentRange": { "start": 6, "end": 7 }, "context": { "type": "variable", "name": "kendo-avatar-border-width", "value": "1px", "scope": "default", "line": { "start": 8, "end": 8 } }, "group": [ "avatar" ], "access": "public", "file": { "path": "bootstrap/scss/avatar/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "1px", "resolvedType": "Number" }, { "description": "The font family of the Avatar.\n", "commentRange": { "start": 10, "end": 11 }, "context": { "type": "variable", "name": "kendo-avatar-font-family", "value": "var( --kendo-font-family, inherit )", "scope": "default", "line": { "start": 12, "end": 12 } }, "group": [ "avatar" ], "access": "public", "file": { "path": "bootstrap/scss/avatar/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "var(--kendo-font-family, inherit)", "resolvedType": "String" }, { "description": "The font size of the Avatar.\n", "commentRange": { "start": 13, "end": 14 }, "context": { "type": "variable", "name": "kendo-avatar-font-size", "value": "var( --kendo-font-size, inherit )", "scope": "default", "line": { "start": 15, "end": 15 } }, "group": [ "avatar" ], "access": "public", "file": { "path": "bootstrap/scss/avatar/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "var(--kendo-font-size, inherit)", "resolvedType": "String" }, { "description": "The line height of the Avatar.\n", "commentRange": { "start": 16, "end": 17 }, "context": { "type": "variable", "name": "kendo-avatar-line-height", "value": "var( --kendo-line-height, normal )", "scope": "default", "line": { "start": 18, "end": 18 } }, "group": [ "avatar" ], "access": "public", "file": { "path": "bootstrap/scss/avatar/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "var(--kendo-line-height, normal)", "resolvedType": "String" }, { "description": "The sizes map of the Avatar.\n", "commentRange": { "start": 20, "end": 21 }, "context": { "type": "variable", "name": "kendo-avatar-sizes", "value": "(\n sm: k-spacing(4),\n md: k-spacing(8),\n lg: k-spacing(16)\n)", "scope": "default", "line": { "start": 22, "end": 26 } }, "group": [ "avatar" ], "access": "public", "file": { "path": "bootstrap/scss/avatar/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "(sm: var(--kendo-spacing-4, 1rem), md: var(--kendo-spacing-8, 2rem), lg: var(--kendo-spacing-16, 4rem))", "resolvedType": "Map", "prettyValue": { "sm": "var(--kendo-spacing-4, 1rem)", "md": "var(--kendo-spacing-8, 2rem)", "lg": "var(--kendo-spacing-16, 4rem)" } }, { "description": "The theme colors map of the Avatar.\n", "commentRange": { "start": 28, "end": 29 }, "context": { "type": "variable", "name": "kendo-avatar-theme-colors", "value": "$kendo-theme-colors", "scope": "default", "line": { "start": 30, "end": 30 } }, "group": [ "avatar" ], "access": "public", "file": { "path": "bootstrap/scss/avatar/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "(\"primary\": var(--kendo-color-primary, #0d6efd), \"secondary\": var(--kendo-color-secondary, #6c757d), \"tertiary\": var(--kendo-color-tertiary, #6f42c1), \"info\": var(--kendo-color-info, #0dcaf0), \"success\": var(--kendo-color-success, #198754), \"warning\": var(--kendo-color-warning, #ffc107), \"error\": var(--kendo-color-error, #dc3545), \"dark\": var(--kendo-color-dark, #212529), \"light\": var(--kendo-color-light, #f8f9fa), \"inverse\": var(--kendo-color-dark, #212529))", "resolvedType": "Map", "prettyValue": { "primary": "var(--kendo-color-primary, #0d6efd)", "secondary": "var(--kendo-color-secondary, #6c757d)", "tertiary": "var(--kendo-color-tertiary, #6f42c1)", "info": "var(--kendo-color-info, #0dcaf0)", "success": "var(--kendo-color-success, #198754)", "warning": "var(--kendo-color-warning, #ffc107)", "error": "var(--kendo-color-error, #dc3545)", "dark": "var(--kendo-color-dark, #212529)", "light": "var(--kendo-color-light, #f8f9fa)", "inverse": "var(--kendo-color-dark, #212529)" } }, { "description": "The width of the border around the Badge.\n", "commentRange": { "start": 5, "end": 6 }, "context": { "type": "variable", "name": "kendo-badge-border-width", "value": "1px", "scope": "default", "line": { "start": 7, "end": 7 } }, "group": [ "badge" ], "access": "public", "file": { "path": "bootstrap/scss/badge/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "1px", "resolvedType": "Number" }, { "description": "The border radius of the Badge.\n", "commentRange": { "start": 9, "end": 10 }, "context": { "type": "variable", "name": "kendo-badge-border-radius", "value": "k-spacing(1.5)", "scope": "default", "line": { "start": 11, "end": 11 } }, "group": [ "badge" ], "access": "public", "file": { "path": "bootstrap/scss/badge/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "var(--kendo-spacing-1\\.5, 0.375rem)", "resolvedType": "String" }, { "description": "The horizontal padding of the Badge.\n", "commentRange": { "start": 14, "end": 15 }, "context": { "type": "variable", "name": "kendo-badge-padding-x", "value": ".65em", "scope": "default", "line": { "start": 16, "end": 16 } }, "group": [ "badge" ], "access": "public", "file": { "path": "bootstrap/scss/badge/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "0.65em", "resolvedType": "Number" }, { "description": "The horizontal padding of the small Badge.\n", "commentRange": { "start": 17, "end": 18 }, "context": { "type": "variable", "name": "kendo-badge-sm-padding-x", "value": "calc( $kendo-badge-padding-x / 2 )", "scope": "default", "line": { "start": 19, "end": 19 } }, "group": [ "badge" ], "access": "public", "file": { "path": "bootstrap/scss/badge/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "0.325em", "resolvedType": "Number" }, { "description": "The horizontal padding of the medium Badge.\n", "commentRange": { "start": 20, "end": 21 }, "context": { "type": "variable", "name": "kendo-badge-md-padding-x", "value": ".65em", "scope": "default", "line": { "start": 22, "end": 22 } }, "group": [ "badge" ], "access": "public", "file": { "path": "bootstrap/scss/badge/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "0.65em", "resolvedType": "Number" }, { "description": "The horizontal padding of the large Badge.\n", "commentRange": { "start": 23, "end": 24 }, "context": { "type": "variable", "name": "kendo-badge-lg-padding-x", "value": "calc( $kendo-badge-padding-x * 1.5 )", "scope": "default", "line": { "start": 25, "end": 25 } }, "group": [ "badge" ], "access": "public", "file": { "path": "bootstrap/scss/badge/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "0.975em", "resolvedType": "Number" }, { "description": "The vertical padding of the Badge.\n", "commentRange": { "start": 27, "end": 28 }, "context": { "type": "variable", "name": "kendo-badge-padding-y", "value": ".35em", "scope": "default", "line": { "start": 29, "end": 29 } }, "group": [ "badge" ], "access": "public", "file": { "path": "bootstrap/scss/badge/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "0.35em", "resolvedType": "Number" }, { "description": "The vertical padding of the small Badge.\n", "commentRange": { "start": 30, "end": 31 }, "context": { "type": "variable", "name": "kendo-badge-sm-padding-y", "value": "calc( $kendo-badge-padding-y / 2 )", "scope": "default", "line": { "start": 32, "end": 32 } }, "group": [ "badge" ], "access": "public", "file": { "path": "bootstrap/scss/badge/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "0.175em", "resolvedType": "Number" }, { "description": "The vertical padding of the medium Badge.\n", "commentRange": { "start": 33, "end": 34 }, "context": { "type": "variable", "name": "kendo-badge-md-padding-y", "value": ".35em", "scope": "default", "line": { "start": 35, "end": 35 } }, "group": [ "badge" ], "access": "public", "file": { "path": "bootstrap/scss/badge/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "0.35em", "resolvedType": "Number" }, { "description": "The vertical padding of the large Badge.\n", "commentRange": { "start": 36, "end": 37 }, "context": { "type": "variable", "name": "kendo-badge-lg-padding-y", "value": "calc( $kendo-badge-padding-y * 1.5 )", "scope": "default", "line": { "start": 38, "end": 38 } }, "group": [ "badge" ], "access": "public", "file": { "path": "bootstrap/scss/badge/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "0.525em", "resolvedType": "Number" }, { "description": "The font sizes of the Badge.\n", "commentRange": { "start": 40, "end": 41 }, "context": { "type": "variable", "name": "kendo-badge-font-size", "value": "$kendo-font-size * .75", "scope": "default", "line": { "start": 42, "end": 42 } }, "group": [ "badge" ], "access": "public", "file": { "path": "bootstrap/scss/badge/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "0.75rem", "resolvedType": "Number" }, { "description": "The font size of the small Badge.\n", "commentRange": { "start": 43, "end": 44 }, "context": { "type": "variable", "name": "kendo-badge-sm-font-size", "value": "$kendo-badge-font-size", "scope": "default", "line": { "start": 45, "end": 45 } }, "group": [ "badge" ], "access": "public", "file": { "path": "bootstrap/scss/badge/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "0.75rem", "resolvedType": "Number" }, { "description": "The font size of the medium Badge.\n", "commentRange": { "start": 46, "end": 47 }, "context": { "type": "variable", "name": "kendo-badge-md-font-size", "value": "$kendo-badge-font-size", "scope": "default", "line": { "start": 48, "end": 48 } }, "group": [ "badge" ], "access": "public", "file": { "path": "bootstrap/scss/badge/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "0.75rem", "resolvedType": "Number" }, { "description": "The font size of the large Badge.\n", "commentRange": { "start": 49, "end": 50 }, "context": { "type": "variable", "name": "kendo-badge-lg-font-size", "value": "$kendo-badge-font-size", "scope": "default", "line": { "start": 51, "end": 51 } }, "group": [ "badge" ], "access": "public", "file": { "path": "bootstrap/scss/badge/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "0.75rem", "resolvedType": "Number" }, { "description": "The line heights used along with the $kendo-font-size variable.\n", "commentRange": { "start": 53, "end": 54 }, "context": { "type": "variable", "name": "kendo-badge-line-height", "value": "1", "scope": "default", "line": { "start": 55, "end": 55 } }, "group": [ "badge" ], "access": "public", "file": { "path": "bootstrap/scss/badge/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "1", "resolvedType": "Number" }, { "description": "The line height used along with the $kendo-font-size variable of the small Badge.\n", "commentRange": { "start": 56, "end": 57 }, "context": { "type": "variable", "name": "kendo-badge-sm-line-height", "value": "$kendo-badge-line-height", "scope": "default", "line": { "start": 58, "end": 58 } }, "group": [ "badge" ], "access": "public", "file": { "path": "bootstrap/scss/badge/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "1", "resolvedType": "Number" }, { "description": "The line height used along with the $kendo-font-size variable of the medium Badge.\n", "commentRange": { "start": 59, "end": 60 }, "context": { "type": "variable", "name": "kendo-badge-md-line-height", "value": "$kendo-badge-line-height", "scope": "default", "line": { "start": 61, "end": 61 } }, "group": [ "badge" ], "access": "public", "file": { "path": "bootstrap/scss/badge/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "1", "resolvedType": "Number" }, { "description": "The line height used along with the $kendo-font-size variable of the large Badge.\n", "commentRange": { "start": 62, "end": 63 }, "context": { "type": "variable", "name": "kendo-badge-lg-line-height", "value": "$kendo-badge-line-height", "scope": "default", "line": { "start": 64, "end": 64 } }, "group": [ "badge" ], "access": "public", "file": { "path": "bootstrap/scss/badge/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "1", "resolvedType": "Number" }, { "description": "The calculated minimum width of the circular Badge.\n", "commentRange": { "start": 66, "end": 67 }, "context": { "type": "variable", "name": "kendo-badge-min-width", "value": "calc( #{$kendo-badge-line-height * 1em} + calc( #{$kendo-badge-padding-y} * 2 ) + calc( #{$kendo-badge-border-width} * 2 ))", "scope": "default", "line": { "start": 68, "end": 68 } }, "group": [ "badge" ], "access": "public", "file": { "path": "bootstrap/scss/badge/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "calc(1em + 0.35em * 2 + 1px * 2)", "resolvedType": "Calculation" }, { "description": "The calculated minimum width of the small circular Badge.\n", "commentRange": { "start": 69, "end": 70 }, "context": { "type": "variable", "name": "kendo-badge-sm-min-width", "value": "calc( #{$kendo-badge-sm-line-height * 1em} + calc( #{$kendo-badge-sm-padding-y} * 2 ) + calc( #{$kendo-badge-border-width} * 2 ) )", "scope": "default", "line": { "start": 71, "end": 71 } }, "group": [ "badge" ], "access": "public", "file": { "path": "bootstrap/scss/badge/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "calc(1em + 0.175em * 2 + 1px * 2)", "resolvedType": "Calculation" }, { "description": "The calculated minimum width of the medium circular Badge.\n", "commentRange": { "start": 72, "end": 73 }, "context": { "type": "variable", "name": "kendo-badge-md-min-width", "value": "calc( #{$kendo-badge-md-line-height * 1em} + calc( #{$kendo-badge-md-padding-y} * 2 ) + calc( #{$kendo-badge-border-width} * 2 ) )", "scope": "default", "line": { "start": 74, "end": 74 } }, "group": [ "badge" ], "access": "public", "file": { "path": "bootstrap/scss/badge/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "calc(1em + 0.35em * 2 + 1px * 2)", "resolvedType": "Calculation" }, { "description": "The calculated minimum width of the large circular Badge.\n", "commentRange": { "start": 75, "end": 76 }, "context": { "type": "variable", "name": "kendo-badge-lg-min-width", "value": "calc( #{$kendo-badge-lg-line-height * 1em} + calc( #{$kendo-badge-lg-padding-y} * 2 ) + calc( #{$kendo-badge-border-width} * 2 ) )", "scope": "default", "line": { "start": 77, "end": 77 } }, "group": [ "badge" ], "access": "public", "file": { "path": "bootstrap/scss/badge/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "calc(1em + 0.525em * 2 + 1px * 2)", "resolvedType": "Calculation" }, { "description": "The sizes map for the Badge.\n", "commentRange": { "start": 79, "end": 80 }, "context": { "type": "variable", "name": "kendo-badge-sizes", "value": "(\n sm: (\n padding-x: $kendo-badge-sm-padding-x,\n padding-y: $kendo-badge-sm-padding-y,\n font-size: $kendo-badge-sm-font-size,\n line-height: $kendo-badge-sm-line-height,\n min-width: $kendo-badge-sm-min-width\n ),\n md: (\n padding-x: $kendo-badge-md-padding-x,\n padding-y: $kendo-badge-md-padding-y,\n font-size: $kendo-badge-md-font-size,\n line-height: $kendo-badge-md-line-height,\n min-width: $kendo-badge-md-min-width\n ),\n lg: (\n padding-x: $kendo-badge-lg-padding-x,\n padding-y: $kendo-badge-lg-padding-y,\n font-size: $kendo-badge-lg-font-size,\n line-height: $kendo-badge-lg-line-height,\n min-width: $kendo-badge-lg-min-width\n )\n)", "scope": "default", "line": { "start": 81, "end": 103 } }, "group": [ "badge" ], "access": "public", "file": { "path": "bootstrap/scss/badge/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "(sm: (padding-x: 0.325em, padding-y: 0.175em, font-size: 0.75rem, line-height: 1, min-width: calc(1em + 0.175em * 2 + 1px * 2)), md: (padding-x: 0.65em, padding-y: 0.35em, font-size: 0.75rem, line-height: 1, min-width: calc(1em + 0.35em * 2 + 1px * 2)), lg: (padding-x: 0.975em, padding-y: 0.525em, font-size: 0.75rem, line-height: 1, min-width: calc(1em + 0.525em * 2 + 1px * 2)))", "resolvedType": "Map", "prettyValue": { "sm": { "padding-x": "0.325em", "padding-y": "0.175em", "font-size": "0.75rem", "line-height": 1, "min-width": "calc(1em + 0.175em * 2 + 1px * 2)" }, "md": { "padding-x": "0.65em", "padding-y": "0.35em", "font-size": "0.75rem", "line-height": 1, "min-width": "calc(1em + 0.35em * 2 + 1px * 2)" }, "lg": { "padding-x": "0.975em", "padding-y": "0.525em", "font-size": "0.75rem", "line-height": 1, "min-width": "calc(1em + 0.525em * 2 + 1px * 2)" } } }, { "description": "The horizontal padding of the BottomNavigation.\n", "commentRange": { "start": 6, "end": 7 }, "context": { "type": "variable", "name": "kendo-bottom-nav-padding-x", "value": "k-spacing(0)", "scope": "default", "line": { "start": 8, "end": 8 } }, "group": [ "bottom-navigation" ], "access": "public", "file": { "path": "bootstrap/scss/bottom-navigation/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "var(--kendo-spacing-0, 0px)", "resolvedType": "String" }, { "description": "The vertical padding of the BottomNavigation.\n", "commentRange": { "start": 9, "end": 10 }, "context": { "type": "variable", "name": "kendo-bottom-nav-padding-y", "value": "$kendo-bottom-nav-padding-x", "scope": "default", "line": { "start": 11, "end": 11 } }, "group": [ "bottom-navigation" ], "access": "public", "file": { "path": "bootstrap/scss/bottom-navigation/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "var(--kendo-spacing-0, 0px)", "resolvedType": "String" }, { "description": "The spacing between the BottomNavigation items.\n", "commentRange": { "start": 12, "end": 13 }, "context": { "type": "variable", "name": "kendo-bottom-nav-gap", "value": "$kendo-bottom-nav-padding-x", "scope": "default", "line": { "start": 14, "end": 14 } }, "group": [ "bottom-navigation" ], "access": "public", "file": { "path": "bootstrap/scss/bottom-navigation/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "var(--kendo-spacing-0, 0px)", "resolvedType": "String" }, { "description": "The width of the border around the BottomNavigation.\n", "commentRange": { "start": 15, "end": 16 }, "context": { "type": "variable", "name": "kendo-bottom-nav-border-width", "value": "1px 0px 0px 0px", "scope": "default", "line": { "start": 17, "end": 17 } }, "group": [ "bottom-navigation" ], "access": "public", "file": { "path": "bootstrap/scss/bottom-navigation/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "(1px 0px 0px 0px)", "resolvedType": "List" }, { "description": "The font family of the BottomNavigation.\n", "commentRange": { "start": 18, "end": 19 }, "context": { "type": "variable", "name": "kendo-bottom-nav-font-family", "value": "var( --kendo-font-family, inherit )", "scope": "default", "line": { "start": 20, "end": 20 } }, "group": [ "bottom-navigation" ], "access": "public", "file": { "path": "bootstrap/scss/bottom-navigation/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "var(--kendo-font-family, inherit)", "resolvedType": "String" }, { "description": "The font size of the BottomNavigation.\n", "commentRange": { "start": 21, "end": 22 }, "context": { "type": "variable", "name": "kendo-bottom-nav-font-size", "value": "var( --kendo-font-size, inherit )", "scope": "default", "line": { "start": 23, "end": 23 } }, "group": [ "bottom-navigation" ], "access": "public", "file": { "path": "bootstrap/scss/bottom-navigation/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "var(--kendo-font-size, inherit)", "resolvedType": "String" }, { "description": "The line height of the BottomNavigation.\n", "commentRange": { "start": 24, "end": 25 }, "context": { "type": "variable", "name": "kendo-bottom-nav-line-height", "value": "var( --kendo-line-height-xs, normal )", "scope": "default", "line": { "start": 26, "end": 26 } }, "group": [ "bottom-navigation" ], "access": "public", "file": { "path": "bootstrap/scss/bottom-navigation/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "var(--kendo-line-height-xs, normal)", "resolvedType": "String" }, { "description": "The letter spacing of the BottomNavigation.\n", "commentRange": { "start": 27, "end": 28 }, "context": { "type": "variable", "name": "kendo-bottom-nav-letter-spacing", "value": ".2px", "scope": "default", "line": { "start": 29, "end": 29 } }, "group": [ "bottom-navigation" ], "access": "public", "file": { "path": "bootstrap/scss/bottom-navigation/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "0.2px", "resolvedType": "Number" }, { "description": "The horizontal padding of the BottomNavigation item.\n", "commentRange": { "start": 31, "end": 32 }, "context": { "type": "variable", "name": "kendo-bottom-nav-item-padding-x", "value": "k-spacing(2)", "scope": "default", "line": { "start": 33, "end": 33 } }, "group": [ "bottom-navigation" ], "access": "public", "file": { "path": "bootstrap/scss/bottom-navigation/_variables.scss", "name": "_variables.scss" }, "resolvedValue": "var(--kendo-spacing-2, 0.5rem)", "resolvedType": "String" }, { "description": "The vertical padding of the BottomNavigation item.\n", "commentRange": { "