Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .kaching-bundles .kaching-bundles__bar-main {
- display: flex;
- align-items: center;
- gap: 18px;
- min-height: 55px;
- margin-top: 12px;
- }
- .kaching-bundles .kaching-bundles__bar-most-popular__content {
- margin: 0 8px;
- padding: 6px 46px;
- border-bottom-left-radius: 5px;
- border-bottom-right-radius: 5px;
- font-family: sans-serif;
- font-size: 12px;
- font-weight: 700;
- line-height: 1;
- color: var(--bar-most-popular-color, #fff);
- background-color: var(--bar-most-popular-background-color);
- }
- .kaching-bundles .kaching-bundles__bar-container * {
- display: flex;
- flex-direction: column;
- letter-spacing: normal;
- text-transform: initial;
- text-align: center;
- }
- .kaching-bundles .kaching-bundles__bars {
- display: flex;
- gap: 5px;
- align-items: flex-start;
- }
- .kaching-bundles .kaching-bundles__bar-content-left {
- display: flex;
- flex: 1;
- align-items: center;
- }
- .kaching-bundles .kaching-bundles__bar-pricing {
- align-items: center;
- display: flex;
- flex-direction: column;
- }
- .kaching-bundles .kaching-bundles__bar--selected .kaching-bundles__bar-variants {
- display: flex
- ;
- }
- .kaching-bundles .kaching-bundles__bar-variant__content {
- display: flex
- ;
- flex-direction: row;
- align-items: center;
- }
- .kaching-bundles .kaching-bundles__bar-variant-number {
- font-size: 12px;
- margin-right: 2px;
- min-width: 20px;
- display: flex
- ;
- flex-direction: row;
- color: var(--bar-title-color, #000);
- }
- .kaching-bundles .kaching-bundles__bar-variant-select {
- font-size: 14px;
- font-weight: 400;
- font-style: normal;
- font-family: system-ui;
- -moz-appearance: none;
- -webkit-appearance: none;
- appearance: none;
- border: none;
- padding: 7px 25px 7px 7px;
- margin: 0;
- text-overflow: ellipsis;
- white-space: nowrap;
- overflow: hidden;
- background-image: url(data:image/svg+xml;utf8,<svg width='10' height='4' viewBox='0 0 10 4' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M5 4L0.669872 0.25L9.33013 0.249999L5 4Z' fill='black'/></svg>) !important;
- background-repeat: no-repeat !important;
- background-position: right 8px center !important;
- background-color: #fff;
- background-size: initial;
- color: #000;
- outline: none;
- max-width: 100%;
- width: auto;
- height: auto;
- min-height: auto;
- display: flex
- ;
- align-items: center;
- flex-direction: row;
- gap: 10px;
- cursor: pointer;
- box-shadow: inset 0 0 0 1px var(--bar-border-color, rgba(0, 0, 0, .3));
- border-radius: var(--bar-variant-select-border-radius, 0);
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement