guestbell-forms 3.0.36 → 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;
|
@@ -1661,7 +1657,7 @@ a.guestbell__dropdown-toggle {
|
|
1661
1657
|
display: flex;
|
1662
1658
|
align-items: center;
|
1663
1659
|
flex-wrap: wrap;
|
1664
|
-
gap:
|
1660
|
+
gap: 0.5rem; }
|
1665
1661
|
.input__header__top.input__header__top--no-bg {
|
1666
1662
|
background-color: transparent; }
|
1667
1663
|
.input__header__top.input__header__top--tall {
|
@@ -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;
|
@@ -1704,9 +1700,6 @@ a.guestbell__dropdown-toggle {
|
|
1704
1700
|
margin-left: auto; }
|
1705
1701
|
.input__header__top__button-container > div {
|
1706
1702
|
margin-left: auto; }
|
1707
|
-
.input__header__top__button-container > div:not(.input__header__sub-title) ~ div:not(.input__header__sub-title),
|
1708
|
-
.input__header__top__button-container div.input__header__sub-title {
|
1709
|
-
margin-left: initial; }
|
1710
1703
|
|
1711
1704
|
.input__header__collapse-button svg {
|
1712
1705
|
transition: 0.2s all;
|
@@ -1727,26 +1720,6 @@ a.guestbell__dropdown-toggle {
|
|
1727
1720
|
.input__header__top--clickable {
|
1728
1721
|
cursor: pointer; }
|
1729
1722
|
|
1730
|
-
@media (max-width: 768px) {
|
1731
|
-
.input__header__top__header-container div:last-child {
|
1732
|
-
margin-bottom: 0; }
|
1733
|
-
.input__header__title {
|
1734
|
-
margin-bottom: 0.5rem;
|
1735
|
-
width: 100% !important;
|
1736
|
-
margin-right: 0;
|
1737
|
-
text-align: justify; }
|
1738
|
-
.input__header__sub-title {
|
1739
|
-
margin-bottom: 0.5rem;
|
1740
|
-
width: 100% !important;
|
1741
|
-
margin-right: 0;
|
1742
|
-
text-align: justify; }
|
1743
|
-
.input__header__icon {
|
1744
|
-
text-align: center;
|
1745
|
-
display: inline-block; }
|
1746
|
-
.input__header__top__button-container {
|
1747
|
-
margin-left: auto;
|
1748
|
-
justify-self: flex-end; } }
|
1749
|
-
|
1750
1723
|
.input__base.money-input {
|
1751
1724
|
display: flex;
|
1752
1725
|
flex-wrap: wrap;
|