guestbell-forms 3.0.37 → 3.0.38

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.
@@ -1627,15 +1627,11 @@ a.guestbell__dropdown-toggle {
1627
1627
  flex-direction: column;
1628
1628
  position: relative; }
1629
1629
 
1630
- .input__header__icon {
1631
- margin-right: 0.5rem; }
1632
-
1633
1630
  .input__header--hero > .input__header__top .input__header__title {
1634
1631
  text-align: left;
1635
1632
  font-size: 130%;
1636
1633
  width: initial;
1637
- min-width: initial;
1638
- margin-right: 1rem; }
1634
+ min-width: initial; }
1639
1635
 
1640
1636
  .input__header--small .input__header__top {
1641
1637
  padding-top: 0rem;
@@ -1669,7 +1665,6 @@ a.guestbell__dropdown-toggle {
1669
1665
 
1670
1666
  .input__header__title {
1671
1667
  font-size: 115%;
1672
- text-align: right;
1673
1668
  display: inline-block;
1674
1669
  color: #555555; }
1675
1670
  .input__header__title > div {
@@ -1694,7 +1689,8 @@ a.guestbell__dropdown-toggle {
1694
1689
  display: inline-flex;
1695
1690
  flex-direction: row;
1696
1691
  flex-wrap: nowrap;
1697
- align-items: center; }
1692
+ align-items: center;
1693
+ gap: 0.5rem; }
1698
1694
 
1699
1695
  .input__header__top__button-container {
1700
1696
  display: inline-flex;
@@ -1724,22 +1720,6 @@ a.guestbell__dropdown-toggle {
1724
1720
  .input__header__top--clickable {
1725
1721
  cursor: pointer; }
1726
1722
 
1727
- @media (max-width: 768px) {
1728
- .input__header__top__header-container div:last-child {
1729
- margin-bottom: 0; }
1730
- .input__header__title {
1731
- margin-bottom: 0.5rem;
1732
- width: 100% !important;
1733
- margin-right: 0;
1734
- text-align: justify; }
1735
- .input__header__sub-title {
1736
- width: 100% !important;
1737
- margin-right: 0;
1738
- text-align: justify; }
1739
- .input__header__icon {
1740
- text-align: center;
1741
- display: inline-block; } }
1742
-
1743
1723
  .input__base.money-input {
1744
1724
  display: flex;
1745
1725
  flex-wrap: wrap;