guestbell-forms 3.0.33 → 3.0.35

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1659,12 +1659,13 @@ a.guestbell__dropdown-toggle {
1659
1659
 
1660
1660
  .input__header__top {
1661
1661
  position: relative;
1662
- padding: 0 0.5rem;
1662
+ padding: 1rem 0.5rem;
1663
1663
  background-color: #f9f9f9;
1664
1664
  position: relative;
1665
1665
  display: flex;
1666
1666
  align-items: center;
1667
- flex-wrap: wrap; }
1667
+ flex-wrap: wrap;
1668
+ gap: 1rem; }
1668
1669
  .input__header__top.input__header__top--no-bg {
1669
1670
  background-color: transparent; }
1670
1671
  .input__header__top.input__header__top--tall {
@@ -1674,7 +1675,6 @@ a.guestbell__dropdown-toggle {
1674
1675
  font-size: 115%;
1675
1676
  text-align: right;
1676
1677
  display: inline-block;
1677
- margin-right: 1rem;
1678
1678
  color: #555555; }
1679
1679
  .input__header__title > div {
1680
1680
  display: flex;
@@ -1698,8 +1698,7 @@ a.guestbell__dropdown-toggle {
1698
1698
  display: inline-flex;
1699
1699
  flex-direction: row;
1700
1700
  flex-wrap: nowrap;
1701
- align-items: center;
1702
- padding: 1rem 0; }
1701
+ align-items: center; }
1703
1702
 
1704
1703
  .input__header__top__button-container {
1705
1704
  display: inline-flex;
@@ -1733,10 +1732,8 @@ a.guestbell__dropdown-toggle {
1733
1732
  cursor: pointer; }
1734
1733
 
1735
1734
  @media (max-width: 768px) {
1736
- .input__header__top__header-container {
1737
- margin-right: 0.5rem; }
1738
- .input__header__top__header-container div:last-child {
1739
- margin-bottom: 0; }
1735
+ .input__header__top__header-container div:last-child {
1736
+ margin-bottom: 0; }
1740
1737
  .input__header__title {
1741
1738
  margin-bottom: 0.5rem;
1742
1739
  width: 100% !important;