UNPKG

formir

Version:

Pure CSS / HTML Framework

25 lines (19 loc) 298 B
.button-common() { text-align: @button-text-align; cursor: @button-cursor; max-width: 100%; } .button-hover() { } .button-focus() { } .button-active() { } .button-disabled() { opacity: 0.45; cursor: not-allowed; } .button-inactive() { } .button-inverse() { }