Show selected add-ons in questions step

This commit is contained in:
Raphael Michel
2017-10-27 00:01:24 +02:00
parent 28682c7c33
commit 2b8d12f987
4 changed files with 29 additions and 4 deletions

View File

@@ -40,5 +40,12 @@
}
.form-group.required .control-label:after {
content: '*';
color: $brand-primary
color: $brand-primary;
}
.form-control-text {
padding-top: 7px;
}
.addon-list {
padding: 0;
list-style-type: none;
}