guestbell-forms 3.0.37 → 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.
@@ -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;
|
@@ -1655,7 +1651,7 @@ a.guestbell__dropdown-toggle {
|
|
1655
1651
|
|
1656
1652
|
.input__header__top {
|
1657
1653
|
position: relative;
|
1658
|
-
padding: 1rem
|
1654
|
+
padding: 1rem;
|
1659
1655
|
background-color: #f9f9f9;
|
1660
1656
|
position: relative;
|
1661
1657
|
display: flex;
|
@@ -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;
|
@@ -1725,20 +1721,8 @@ a.guestbell__dropdown-toggle {
|
|
1725
1721
|
cursor: pointer; }
|
1726
1722
|
|
1727
1723
|
@media (max-width: 768px) {
|
1728
|
-
.
|
1729
|
-
|
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; } }
|
1724
|
+
.input__header__top {
|
1725
|
+
padding: 1rem 0.5rem; } }
|
1742
1726
|
|
1743
1727
|
.input__base.money-input {
|
1744
1728
|
display: flex;
|