UNPKG

accelerator-core

Version:

[![Build Status](https://travis-ci.org/furkleindustries/accelerator-core.svg?branch=master)](https://travis-ci.org/furkleindustries/accelerator-core)

23 lines (17 loc) 291 B
@import '../../index.less'; .choiceButton { background: none; border: transparent solid 3px; &:hover { border: pink outset 3px; } &:global(.hidden) { display: none; } &:global(.clicked) { pointer-events: none; } } .choiceContainer { padding: @space-med; }