UNPKG

@progress/kendo-ui

Version:

This package is part of the [Kendo UI for jQuery](http://www.telerik.com/kendo-ui) suite.

67 lines (58 loc) 1.36 kB
/*! * Copyright 2018 Telerik EAD * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ @import "../common/icons.less"; @import "../common/button.less"; @import "base.less"; // Button .km-wp .km-button { text-transform: lowercase; } .km-wp .km-button { font-size: .9em; line-height: 1.3em; margin-top: 0; margin-bottom: 0; padding-top: 0; padding-bottom: 0; } .km-wp .km-button .km-icon { margin-top: 2px; margin-bottom: 2px; vertical-align: text-top; } .km-wp .km-button .km-text { margin-top: -3px; display: inline-block; padding-bottom: 3px; } // Badges .km-wp .km-badge { border-width: .1em; border-style: solid; background-clip: border-box; line-height: 1.9em; border-radius: 2em; } .km-wp .km-tabstrip .km-badge { margin-top: -.7em; line-height: 2.1em; }