input, select, textarea { @extend .clickable; @extend .input; padding: calc(0.5em - 1px); border-color: $border-color !important; } textarea { min-height: 3em; width: 100%; display: block; } .comment { border-left: 6px solid $primary_color; margin-top: 25px; margin-bottom: 25px; flex-wrap: wrap; padding-left: 17px; } .cname { font-weight: bold; }