/**
* DevExtreme (widgets/ios7/pivotGrid.ios7.less)
* Version: 20.1.7
* Build date: Tue Aug 25 2020
*
* Copyright (c) 2012 - 2020 Developer Express Inc. ALL RIGHTS RESERVED
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
*/
@import (once) "../base/pivotGrid.less";
@import (once) "./popup.ios7.less";
@import (once) "./contextMenu.ios7.less";
@import (once) "./treeView.ios7.less";
@import (once) "./button.ios7.less";

.dx-column-header,
.dx-filter-header {
    .dx-pivotgrid-toolbar {
        margin-top: 7px;
    }
}

.dx-pivotgrid-collapsed .dx-expand {
    .dx-icon(chevronright);
}


.dx-pivotgrid-expanded .dx-expand {
    .dx-icon(chevrondown);
}

.dx-pivotgrid .dx-area-tree-view td.dx-white-space-column {
    width: 24px;
    min-width: 24px;
}
