guestbell-forms 3.0.36 → 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.
@@ -1661,7 +1661,7 @@ a.guestbell__dropdown-toggle {
|
|
1661
1661
|
display: flex;
|
1662
1662
|
align-items: center;
|
1663
1663
|
flex-wrap: wrap;
|
1664
|
-
gap:
|
1664
|
+
gap: 0.5rem; }
|
1665
1665
|
.input__header__top.input__header__top--no-bg {
|
1666
1666
|
background-color: transparent; }
|
1667
1667
|
.input__header__top.input__header__top--tall {
|
@@ -1704,9 +1704,6 @@ a.guestbell__dropdown-toggle {
|
|
1704
1704
|
margin-left: auto; }
|
1705
1705
|
.input__header__top__button-container > div {
|
1706
1706
|
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
1707
|
|
1711
1708
|
.input__header__collapse-button svg {
|
1712
1709
|
transition: 0.2s all;
|
@@ -1736,16 +1733,12 @@ a.guestbell__dropdown-toggle {
|
|
1736
1733
|
margin-right: 0;
|
1737
1734
|
text-align: justify; }
|
1738
1735
|
.input__header__sub-title {
|
1739
|
-
margin-bottom: 0.5rem;
|
1740
1736
|
width: 100% !important;
|
1741
1737
|
margin-right: 0;
|
1742
1738
|
text-align: justify; }
|
1743
1739
|
.input__header__icon {
|
1744
1740
|
text-align: center;
|
1745
|
-
display: inline-block; }
|
1746
|
-
.input__header__top__button-container {
|
1747
|
-
margin-left: auto;
|
1748
|
-
justify-self: flex-end; } }
|
1741
|
+
display: inline-block; } }
|
1749
1742
|
|
1750
1743
|
.input__base.money-input {
|
1751
1744
|
display: flex;
|