1
2
3
4
5
6
7
8
9
10
11
12
13
| .col-move-top,
| .col-move-bottom {
| width: $grid-col-move-icon-size;
| height: $grid-col-move-icon-size;
| }
|
| .col-move-top {
| background-image: theme-background-image('grid/col-move-top');
| }
|
| .col-move-bottom {
| background-image: theme-background-image('grid/col-move-bottom');
| }
|
|