guestbell-forms 3.0.35 → 3.0.37
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,6 +1627,9 @@ 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
|
+
|
1630
1633
|
.input__header--hero > .input__header__top .input__header__title {
|
1631
1634
|
text-align: left;
|
1632
1635
|
font-size: 130%;
|
@@ -1634,9 +1637,6 @@ a.guestbell__dropdown-toggle {
|
|
1634
1637
|
min-width: initial;
|
1635
1638
|
margin-right: 1rem; }
|
1636
1639
|
|
1637
|
-
.input__header--hero .input__header__icon {
|
1638
|
-
margin-right: 0.5rem; }
|
1639
|
-
|
1640
1640
|
.input__header--small .input__header__top {
|
1641
1641
|
padding-top: 0rem;
|
1642
1642
|
padding-bottom: 0rem; }
|
@@ -1645,8 +1645,7 @@ a.guestbell__dropdown-toggle {
|
|
1645
1645
|
text-align: left;
|
1646
1646
|
font-size: 100%;
|
1647
1647
|
width: initial;
|
1648
|
-
min-width: initial;
|
1649
|
-
margin-right: 1rem; }
|
1648
|
+
min-width: initial; }
|
1650
1649
|
|
1651
1650
|
.input__header--small .input__header__top__header-container {
|
1652
1651
|
padding: 0; }
|
@@ -1654,9 +1653,6 @@ a.guestbell__dropdown-toggle {
|
|
1654
1653
|
.input__header--small .input__header__top__button-container {
|
1655
1654
|
padding: 0; }
|
1656
1655
|
|
1657
|
-
.input__header--small .input__header__icon {
|
1658
|
-
margin-right: 1rem; }
|
1659
|
-
|
1660
1656
|
.input__header__top {
|
1661
1657
|
position: relative;
|
1662
1658
|
padding: 1rem 0.5rem;
|
@@ -1665,7 +1661,7 @@ a.guestbell__dropdown-toggle {
|
|
1665
1661
|
display: flex;
|
1666
1662
|
align-items: center;
|
1667
1663
|
flex-wrap: wrap;
|
1668
|
-
gap:
|
1664
|
+
gap: 0.5rem; }
|
1669
1665
|
.input__header__top.input__header__top--no-bg {
|
1670
1666
|
background-color: transparent; }
|
1671
1667
|
.input__header__top.input__header__top--tall {
|
@@ -1708,9 +1704,6 @@ a.guestbell__dropdown-toggle {
|
|
1708
1704
|
margin-left: auto; }
|
1709
1705
|
.input__header__top__button-container > div {
|
1710
1706
|
margin-left: auto; }
|
1711
|
-
.input__header__top__button-container > div:not(.input__header__sub-title) ~ div:not(.input__header__sub-title),
|
1712
|
-
.input__header__top__button-container div.input__header__sub-title {
|
1713
|
-
margin-left: initial; }
|
1714
1707
|
|
1715
1708
|
.input__header__collapse-button svg {
|
1716
1709
|
transition: 0.2s all;
|
@@ -1740,16 +1733,12 @@ a.guestbell__dropdown-toggle {
|
|
1740
1733
|
margin-right: 0;
|
1741
1734
|
text-align: justify; }
|
1742
1735
|
.input__header__sub-title {
|
1743
|
-
margin-bottom: 0.5rem;
|
1744
1736
|
width: 100% !important;
|
1745
1737
|
margin-right: 0;
|
1746
1738
|
text-align: justify; }
|
1747
1739
|
.input__header__icon {
|
1748
1740
|
text-align: center;
|
1749
|
-
display: inline-block; }
|
1750
|
-
.input__header__top__button-container {
|
1751
|
-
margin-left: auto;
|
1752
|
-
justify-self: flex-end; } }
|
1741
|
+
display: inline-block; } }
|
1753
1742
|
|
1754
1743
|
.input__base.money-input {
|
1755
1744
|
display: flex;
|