UNPKG

@progress/kendo-ui

Version:

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

81 lines (68 loc) 1.7 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-android .km-popup.km-pane .km-view { padding: 1px; } .km-android .km-popup.km-pane { .box-shadow(0 0 10px rgba(0,0,0,.5)); } .km-android .km-popover-root .km-list:last-child { margin-bottom: 0; } .km-android .km-left .km-popup-arrow, .km-android .km-right .km-popup-arrow { margin-top: 0; } .km-android .km-popup-arrow:after, .km-android .km-popup-arrow:before { border-style: solid; border-width: 0 10px 10px; } .km-android .km-down .km-popup-arrow:after { margin-top: -1px; } .km-android .km-down .km-popup-arrow:before { margin-top: -2px; } .km-android .km-up .km-popup-arrow:before { margin-top: 1px; } .km-android .km-up .km-popup-arrow:after, .km-android .km-up .km-popup-arrow:before { border-width: 10px 10px 0 10px; } .km-android .km-left .km-popup-arrow:after, .km-android .km-left .km-popup-arrow:before { border-width: 10px 0 10px 10px; } .km-android .km-right .km-popup-arrow:after, .km-android .km-right .km-popup-arrow:before { border-width: 10px 10px 10px 0; }