mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-02-02 21:04:13 +03:00
fix navbar mdb-form-group variation
This commit is contained in:
parent
9cff85f432
commit
8897b07af9
|
@ -5,9 +5,13 @@ form {
|
|||
// reverse the above for navbars (no help expected in a navbar form)
|
||||
.navbar & {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.mdb-form-group {
|
||||
display: inline-block;
|
||||
padding-top: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// -----
|
||||
// Inputs
|
||||
|
@ -139,7 +143,6 @@ form {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
// FIXME: remove the following, I don't think it is necessary any longer and just adds more rules that are already matched above.
|
||||
// default floating size/location without a form-group (will skip form-group styles, and just render default sizing variation)
|
||||
//@include mdb-form-size-variant($font-size-base, $mdb-label-top-margin-base, $input-padding-y, $line-height, $mdb-label-as-placeholder-shim-base);
|
||||
|
@ -166,7 +169,6 @@ select {
|
|||
// z-index: 100;
|
||||
//}
|
||||
|
||||
|
||||
//
|
||||
//
|
||||
//.form-horizontal {
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
border: 0;
|
||||
border-radius: 0;
|
||||
|
||||
|
||||
//.navbar-brand {
|
||||
// position: relative;
|
||||
// height: 60px;
|
||||
|
|
Loading…
Reference in New Issue
Block a user