Skip to content
Snippets Groups Projects

Issue #3401120: Wrapper for Switch to Advanced button, aligned right

2 files
+ 6
3
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 4
2
 
.advanced-form-wrapper {
 
text-align: right;
 
}
 
.advanced-form-toggle {
.advanced-form-toggle {
float: right;
margin-bottom: 20px;
opacity: 0.5;
opacity: 0.5;
}
}
Loading