UNPKG

@progress/kendo-ui

Version:

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

67 lines (57 loc) 1.52 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/popover.less"; @import "base.less"; // PopOver .km-flat .km-popup.km-pane { border: 5px solid transparent; } .km-flat .km-popup.km-pane .km-navbar, .km-flat .km-popup.km-pane .km-toolbar, .km-flat .km-popup.km-pane .km-tabstrip { background: none; } .km-flat .km-popup.km-pane .km-header { padding: 0 5px; margin: -5px -5px 2px; border-radius: @flat-border-radius @flat-border-radius 0 0; -webkit-margin-collapse: separate; } .km-flat .km-popup-arrow:after { border-color: rgba(0,0,0,.5) transparent; border-style: solid; border-width: 0 15px 15px; } .km-flat .km-down .km-popup-arrow:before { margin-top: -1px; } .km-flat .km-up .km-popup-arrow:after { border-width: 15px 15px 0 15px; } .km-flat .km-left .km-popup-arrow:after { border-width: 15px 0 15px 15px; } .km-flat .km-right .km-popup-arrow:after { border-width: 15px 15px 15px 0; }