guestbell-forms 3.0.38 → 3.0.39

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.
@@ -1651,7 +1651,7 @@ a.guestbell__dropdown-toggle {
1651
1651
 
1652
1652
  .input__header__top {
1653
1653
  position: relative;
1654
- padding: 1rem 0.5rem;
1654
+ padding: 1rem;
1655
1655
  background-color: #f9f9f9;
1656
1656
  position: relative;
1657
1657
  display: flex;
@@ -1720,6 +1720,10 @@ a.guestbell__dropdown-toggle {
1720
1720
  .input__header__top--clickable {
1721
1721
  cursor: pointer; }
1722
1722
 
1723
+ @media (max-width: 768px) {
1724
+ .input__header__top {
1725
+ padding: 1rem 0.5rem; } }
1726
+
1723
1727
  .input__base.money-input {
1724
1728
  display: flex;
1725
1729
  flex-wrap: wrap;