forked from CGM_Public/pretix_original
* Fix #130: Mark required question fields at checkout * Add legend
This commit is contained in:
committed by
Raphael Michel
parent
9c2143effe
commit
f8ed21c819
@@ -33,3 +33,12 @@
|
||||
@include box-shadow($shadow);
|
||||
}
|
||||
}
|
||||
|
||||
.required-legend span {
|
||||
color: $brand-primary;
|
||||
font-weight: bold;
|
||||
}
|
||||
.form-group.required .control-label:after {
|
||||
content: '*';
|
||||
color: $brand-primary
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user