itcss
Version:
CSS starter boilerplate based on the ITCSS pattern
21 lines (18 loc) • 286 B
CSS
.c-btn {
text-align: center;
text-decoration: none;
display: inline-block;
vertical-align: middle;
cursor: pointer;
appearance: none;
}
.c-btn.disabled,
.c-btn[disabled] {
cursor: default;
}
.c-btn--block {
width: 100%;
display: block;
padding-left: 0;
padding-right: 0;
}