UNPKG

bd-widgets

Version:

a library of user interface widgets built with Backdraft

18 lines (14 loc) 390 B
@charset "UTF-8"; // these styles have nothing to do with the widgets and don't need to be included in a program that uses the widgets .container { &.Button, &.StateButton, &.ReactComponent { display:inline-block; margin:1em; padding: 1em; border: 1px solid #CCC; } &.ReactComponent { max-width: 20em; min-width: 12em; } }