.chart-btn-wrap { padding: 5px; .chart-button { display: block; line-height: 1; white-space: nowrap; cursor: pointer; background: transparent; border: none; -webkit-appearance: none; text-align: center; box-sizing: border-box; outline: none; margin-bottom: 35px; padding: 0; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; &:last-child { margin-bottom: 0; } } .chart-font { font-size: 20px; } .chart-button__color { color: #1a6d7c !important; &:hover { color: #fff !important; } &.on { color: #fff !important; } } .hide { display: none; } }