@progress/kendo-ui
Version:
This package is part of the [Kendo UI for jQuery](http://www.telerik.com/kendo-ui) suite.
33 lines (26 loc) • 492 B
text/less
@import "../common/actionsheet.less";
@import "base.less";
// ActionSheet
.km-fiori .km-actionsheet > li > a
{
font-size: 1.4em;
font-weight: normal;
text-align: center;
}
.km-fiori .km-actionsheet > li > a
{
display: block;
}
.km-fiori .km-actionsheet > li:last-child > a
{
border: 0;
}
.km-fiori .km-shim li.km-actionsheet-title,
.km-fiori .km-popup li.km-actionsheet-title
{
display: none;
}
.km-fiori .km-actionsheet-wrapper.km-popup
{
padding: 2px 0;
}