mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03:00
Swap -small and -large variables for -sm and -lg
This commit is contained in:
+3
-3
@@ -167,7 +167,7 @@
|
||||
padding: .55rem .75rem;
|
||||
margin-right: @spacer;
|
||||
margin-bottom: 0; // For headings
|
||||
font-size: @font-size-large;
|
||||
font-size: @font-size-lg;
|
||||
line-height: @line-height-computed;
|
||||
/*height: @navbar-height;*/
|
||||
|
||||
@@ -196,7 +196,7 @@
|
||||
padding: .55rem .75rem;
|
||||
margin-right: @spacer;
|
||||
margin-bottom: 0; // For headings
|
||||
font-size: @font-size-large;
|
||||
font-size: @font-size-lg;
|
||||
line-height: @line-height-computed;
|
||||
background: none;
|
||||
border: 0;
|
||||
@@ -366,7 +366,7 @@
|
||||
.navbar-vertical-align(@input-height-base);
|
||||
|
||||
&.btn-sm {
|
||||
.navbar-vertical-align(@input-height-small);
|
||||
.navbar-vertical-align(@input-height-sm);
|
||||
}
|
||||
&.btn-xs {
|
||||
.navbar-vertical-align(22);
|
||||
|
||||
Reference in New Issue
Block a user