mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
Fix customizer's toggle buttons' margin
This commit is contained in:
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -1209,7 +1209,7 @@ h1[id] {
|
|||||||
|
|
||||||
.bs-customizer .toggle {
|
.bs-customizer .toggle {
|
||||||
float: right;
|
float: right;
|
||||||
margin-top: 85px; /* On account of ghetto navbar fix */
|
margin-top: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Headings and form contrls */
|
/* Headings and form contrls */
|
||||||
|
|||||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user