Commit 3a17578a authored by Bass Jobsen's avatar Bass Jobsen

Update forms.less

All variables should be set in variables.less?
parent 606d6e81
...@@ -437,7 +437,7 @@ input[type="color"] { ...@@ -437,7 +437,7 @@ input[type="color"] {
} }
// Only right align form labels here when the columns stop stacking // Only right align form labels here when the columns stop stacking
@media (min-width: 768px) { @media (min-width: @screen-tablet) {
.form-horizontal .control-label { .form-horizontal .control-label {
text-align: right; text-align: right;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment