UNPKG

@progress/kendo-ui

Version:

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

219 lines (185 loc) 4.85 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/listview.less"; @import "base.less"; // ListView .km-material .km-list { font-size: 1.2em; } .km-material .km-list > li { padding: 1em; padding: 1em; line-height: 1.4em; } .km-material .km-group-container { border-bottom-width: 1px; border-bottom-style: solid; } .km-material .km-listinset, .km-material .km-listgroupinset { margin: 0.64em 0; } .km-material .km-group-title { text-indent: 1.4em; font-size: .9em; font-weight: 500; } .km-material .km-list .km-icon { font-size: 1.5em; vertical-align: middle; } .km-material .km-icon:before { margin-top: 0; } .km-material .km-contactadd:before, .km-material .km-rowdelete:before, .km-material .km-rowinsert:before, .km-material .km-detaildisclose:before { display: none; } .km-material .km-contactadd:after, .km-material .km-rowdelete:after, .km-material .km-rowinsert:after { font-size: 1.4em; } .km-material .km-listview-link, .km-material .km-listview-label { margin: -1em -1em; padding: 1em 1em; } .km-material .km-detail { width: 2em; height: 2em; margin-top: -1em; } .km-material .km-detaildisclose { font-size: 0.86em; } .km-material .km-list > li { border-style: solid; border-width: 0 0 @material-border-width 0; } .km-material .km-listinset > li:first-child, .km-material .km-listgroupinset .km-list > li:first-child { border-style: solid; border-width: @material-border-width; border-radius: 0; } .km-material .km-listinset > li, .km-material .km-listgroupinset .km-list > li { border-width: 0 @material-border-width @material-border-width @material-border-width; } .km-material .km-listinset > li:last-child, .km-material .km-listgroupinset .km-list > li:last-child { border-style: solid; border-width: 0 @material-border-width @material-border-width @material-border-width; border-radius: 0; } .km-material .km-listinset > li:first-child:last-child, .km-material .km-listgroupinset .km-list > li:first-child:last-child { border-width: @material-border-width; border-radius: @material-border-radius; } .km-material .km-listview-link:after { display: none; } .km-material .km-listinset li:first-child > .km-listview-link, .km-material .km-listgroupinset li:first-child > .km-listview-link, .km-material .km-listinset li:first-child > .km-listview-label, .km-material .km-listgroupinset li:first-child > .km-listview-label { border-radius: @material-inline-border-radius @material-inline-border-radius 0 0; } .km-material .km-listinset li:last-child > .km-listview-link, .km-material .km-listgroupinset li:last-child > .km-listview-link, .km-material .km-listinset li:last-child > .km-listview-label, .km-material .km-listgroupinset li:last-child > .km-listview-label { border-radius: 0 0 @material-inline-border-radius @material-inline-border-radius; } .km-material .km-listinset li:first-child:last-child > .km-listview-link, .km-material .km-listgroupinset li:first-child:last-child > .km-listview-link, .km-material .km-listinset li:first-child:last-child > .km-listview-label, .km-material .km-listgroupinset li:first-child:last-child > .km-listview-label { border-radius: @material-inline-border-radius; } .km-material .km-group-title { border-style: solid; border-width: @material-border-width 0; } .km-material .km-scroll-header .km-group-title { border-width: 0 0 @material-border-width; } .km-material .km-listgroupinset .km-group-title { border: 0; background: none; } .km-material .km-listview .km-switch { margin-top: -0.44rem; } // Filter box .km-material .km-listview-wrapper form .km-filter-wrap > input { font-size: 1.2em; padding: .3em 1.8em; } .km-material .km-filter-wrap:before { margin: .05em -1.3em 0 .3em; } .km-material .km-filter-reset { margin: .05em 0 0 -2em; } .km-material .km-filter-reset .km-clear:after { content: "\e038"; } .km-material .km-filter-wrap > input { border-radius: @material-border-radius; border-width: @material-border-width; border-style: solid; } .km-material .km-filter-wrap > input:focus { border-width: @material-border-width; border-style: solid; }