mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-27 14:46:01 +03:00
deprecate @screen-{phone,tablet,desktop} vars
This commit is contained in:
+2
-2
@@ -289,7 +289,7 @@ input[type="checkbox"],
|
||||
.form-inline {
|
||||
|
||||
// Kick in the inline
|
||||
@media (min-width: @screen-tablet) {
|
||||
@media (min-width: @screen-sm) {
|
||||
// Inline-block all the things for "inline"
|
||||
.form-group {
|
||||
display: inline-block;
|
||||
@@ -345,7 +345,7 @@ input[type="checkbox"],
|
||||
}
|
||||
|
||||
// Only right align form labels here when the columns stop stacking
|
||||
@media (min-width: @screen-tablet) {
|
||||
@media (min-width: @screen-sm) {
|
||||
.control-label {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user