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