@progress/kendo-ui
Version:
This package is part of the [Kendo UI for jQuery](http://www.telerik.com/kendo-ui) suite.
69 lines (61 loc) • 1.36 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.
*/
.km-scrollview
{
white-space: nowrap;
overflow: hidden;
position: relative;
width: 100%;
}
.km-scrollview > div > *
{
-webkit-transform: translatez(0);
}
.km-scrollview > div > [data-role=page]
{
vertical-align: top;
display: inline-block;
min-height: 1px;
}
.km-scrollview .km-virtual-page
{
min-height: 1px;
position: absolute;
top: 0;
left: 0;
display: inline-block;
}
.k-ff18 .km-scrollview > div,
.k-ff19 .km-scrollview > div,
.k-ff20 .km-scrollview > div,
.k-ff21 .km-scrollview > div
{
width: 0;
}
.km-pages
{
text-align: center;
margin: 0;
padding: .6em 0 0;
height: 1.5em;
}
.km-pages li
{
display: inline-block;
width: .5em;
height: .55em;
margin: 0 .3em;
}