mirror of https://github.com/snachodog/mybuddy.git
Add a .btn-xs class for buttons smaller than .btn-sm.
This commit is contained in:
parent
dbe87fe853
commit
e9a80504e2
|
@ -1,11 +1,5 @@
|
||||||
// Baby Buddy site-wide custom styles.
|
// Baby Buddy site-wide custom styles.
|
||||||
|
|
||||||
// Temporary workaround. See: https://github.com/twbs/bootstrap/issues/23553
|
|
||||||
.dropdown-menu-right {
|
|
||||||
right: 0;
|
|
||||||
left: auto; // Reset the default from `.dropdown-menu`
|
|
||||||
}
|
|
||||||
|
|
||||||
// Temporary workaround. See: https://github.com/tempusdominus/bootstrap-4/issues/18
|
// Temporary workaround. See: https://github.com/tempusdominus/bootstrap-4/issues/18
|
||||||
.bootstrap-datetimepicker-widget {
|
.bootstrap-datetimepicker-widget {
|
||||||
&.dropdown-menu {
|
&.dropdown-menu {
|
||||||
|
@ -13,6 +7,17 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Extra-small button.
|
||||||
|
.btn-xs {
|
||||||
|
@include button-size(.2rem, .12rem, .75rem, 1, .2rem);
|
||||||
|
}
|
||||||
|
|
||||||
|
// Temporary workaround. See: https://github.com/twbs/bootstrap/issues/23553
|
||||||
|
.dropdown-menu-right {
|
||||||
|
right: 0;
|
||||||
|
left: auto; // Reset the default from `.dropdown-menu`
|
||||||
|
}
|
||||||
|
|
||||||
// BB form fields do not follow typical BS4 style that enables this display.
|
// BB form fields do not follow typical BS4 style that enables this display.
|
||||||
.invalid-feedback {
|
.invalid-feedback {
|
||||||
display: block;
|
display: block;
|
||||||
|
|
Loading…
Reference in New Issue