@progress/kendo-ui
Version:
This package is part of the [Kendo UI for jQuery](http://www.telerik.com/kendo-ui) suite.
254 lines (225 loc) • 5.06 kB
text/less
/*!
* 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 "../../mobile/common/base.less";
@mobile-border-width: 1px;
@main-border-radius: 3px;
@mobile-inline-border-radius: (@main-border-radius - 1px);
@widget-text-color: #4c5356;
@widget-background-color: #f4f4f4;
@header-background-color: @widget-background-color;
@header-text-color: @widget-text-color;
@selected-background-color: @accent;
@mobile-button-background: rgba(0,0,0,.1);
@mobile-border-color: rgba(0,0,0,.1);
.km-widget
{
font-size: 1em;
}
.km-root .km-pane,
.km-root .km-view,
.km-root .km-slider,
.km-root .km-switch,
.km-root .km-group-title,
.km-root .km-filter-reset,
.km-root .km-shim .k-animation-container
{
transform: none;
}
.km-widget,
.km-widget *
{
.box-sizing(border-box);
.background-clip(border-box);
}
.km-toolbar,
.km-navbar,
.km-tabstrip,
.km-tabstrip .km-button
{
border-radius: 0;
}
.km-touch-scrollbar
{
border: 0;
.box-sizing(border-box);
border-radius: 1em;
}
.km-popup .k-popup
{
font-size: 1em ;
}
.km-popup-wrapper.k-popup
{
.box-shadow(none);
background: none;
}
.km-popup .k-item,
.km-actionsheet > li > a
{
text-decoration: none;
padding: .5em 0 .5em .6em;
border: 0;
border-radius: 0;
border-bottom-width: @mobile-border-width;
border-bottom-style: solid;
.box-sizing(border-box);
}
.km-actionsheet-wrapper,
.km-popup .k-list-container
{
bottom: 0;
border: 0;
border-bottom-width: @mobile-border-width;
border-bottom-style: solid;
border-radius: 0;
.box-sizing(border-box);
}
.km-popup
{
left: 0 ;
top: 0 ;
width: 100% ;
height: 100% ;
.box-sizing(border-box);
}
.km-popup .k-list-container
{
width: 100% ;
height: auto ;
max-height: 80%;
}
.km-shim .k-animation-container
{
left: 0;
top: auto;
bottom: 0;
}
// Loader & Pull-to-refresh
.km-loader:before,
.km-scroller-refresh.km-load-more,
.km-scroller-pull
{
border-radius: 20em;
overflow: visible;
}
.km-loader:before
{
content: "\a0";
display: block;
position: absolute;
margin-top: -2em;
margin-left: -2em;
width: 4em;
height: 4em;
top: 50%;
left: 50%;
border-radius: 5em;
}
.km-loader
{
left: 0;
top: 0;
margin: 0;
width: 100%;
height: 100%;
}
.km-loader h1
{
display: none;
font-size: 1em;
position: absolute;
left: -50%;
width: 200%;
top: 55%;
}
.km-loading,
.km-loader .km-loading-left,
.km-loader .km-loading-right,
.km-load-more.km-scroller-refresh .km-icon,
.km-scroller-pull.km-scroller-refresh .km-icon,
.km-scroller-refresh .km-loading-left,
.km-scroller-refresh .km-loading-right
{
font-size: 1em;
display: block;
width: .36em;
height: 1em;
position: absolute;
top: 50%;
left: 50%;
margin-left: -.8em;
margin-top: -.5em;
border-radius: 1em;
.animation(km-webload .6s infinite linear);
background-clip: padding-box;
}
.km-load-more.km-scroller-refresh .km-icon,
.km-scroller-pull.km-scroller-refresh .km-icon,
.km-scroller-refresh .km-loading-left,
.km-scroller-refresh .km-loading-right
{
height: .6em;
margin-top: -.3em;
margin-left: -.6em;
width: .25em;
.animation(km-webrefresh .6s infinite linear);
}
.km-root .km-loading-left
{
margin-left: -.2em;
.animation-delay(.2s);
}
.km-root .km-loading-right
{
margin-left: .42em;
.animation-delay(.4s);
}
@keyframes km-webload
{
0% { height: 1em; margin-top: -.5em; }
33% { height: 2em; margin-top: -1em; }
66% { height: 1em; margin-top: -.5em; }
}
@-moz-keyframes km-webload
{
0% { height: 1em; margin-top: -.5em; }
33% { height: 2em; margin-top: -1em; }
66% { height: 1em; margin-top: -.5em; }
}
@-webkit-keyframes km-webload
{
0% { height: 1em; margin-top: -.5em; }
33% { height: 2em; margin-top: -1em; }
66% { height: 1em; margin-top: -.5em; }
}
@keyframes km-webrefresh
{
0% { height: .6em; margin-top: -.3em; }
33% { height: 1.2em; margin-top: -.6em; }
66% { height: .6em; margin-top: -.3em; }
}
@-moz-keyframes km-webrefresh
{
0% { height: .6em; margin-top: -.3em; }
33% { height: 1.2em; margin-top: -.6em; }
66% { height: .6em; margin-top: -.3em; }
}
@-webkit-keyframes km-webrefresh
{
0% { height: .6em; margin-top: -.3em; }
33% { height: 1.2em; margin-top: -.6em; }
66% { height: .6em; margin-top: -.3em; }
}