2017-10-22 18:00:42 +00:00
|
|
|
// Baby Buddy site-wide custom styles.
|
2017-10-11 17:54:04 +00:00
|
|
|
|
|
|
|
// Temporary workaround. See: https://github.com/twbs/bootstrap/issues/23553
|
|
|
|
.dropdown-menu-right {
|
2017-10-22 19:05:58 +00:00
|
|
|
right: 0;
|
|
|
|
left: auto; // Reset the default from `.dropdown-menu`
|
|
|
|
}
|
2017-10-31 19:15:02 +00:00
|
|
|
|
2017-11-01 16:42:41 +00:00
|
|
|
// Temporary workaround. See: https://github.com/tempusdominus/bootstrap-4/issues/18
|
2017-11-01 20:13:58 +00:00
|
|
|
.bootstrap-datetimepicker-widget {
|
|
|
|
&.dropdown-menu {
|
|
|
|
width: auto; // Reset the default
|
|
|
|
}
|
2017-11-01 16:42:41 +00:00
|
|
|
}
|
|
|
|
|
2017-10-31 19:15:02 +00:00
|
|
|
// BB form fields do not follow typical BS4 style that enables this display.
|
|
|
|
.invalid-feedback {
|
|
|
|
display: block;
|
2017-11-01 16:42:41 +00:00
|
|
|
}
|