// Control button // ---------------------------------------------- .CDB-Widget-controlButton { width: $baseSize * 3; min-width: $baseSize * 3; // to avoid the element to be "squashed" due to limited space in container height: $baseSize * 3; margin-top: $baseSize * 2; border: 1px solid transparent; // border used for :hover, color set in theme border-radius: 4px; &:hover { cursor: pointer; } } // The flex layout requires a separate element, because a