diff --git a/registry/lib/components/live/gift-box/gift-box.scss b/registry/lib/components/live/gift-box/gift-box.scss index 5f234e85f..f276736d4 100644 --- a/registry/lib/components/live/gift-box/gift-box.scss +++ b/registry/lib/components/live/gift-box/gift-box.scss @@ -18,7 +18,8 @@ line-height: inherit; } - .popup::before, .popup::after { + .popup::before, + .popup::after { left: auto; right: calc(1em + 33px); transform: translateX(50%); @@ -34,18 +35,22 @@ fill: inherit; background: inherit !important; + &-btn { + padding-top: 0 !important; + color: rgba(255, 255, 255, 0.9) !important; + &:hover { + background-color: transparent !important; + color: #fff !important; + } + } + + .bg-text { + height: auto !important; + line-height: normal !important; + } + .bag-icon { display: none; } - - span { - font-size: inherit; - color: rgba(255, 255, 255, 0.9); - cursor: pointer; - - &:hover { - color: #fff; - } - } } -} \ No newline at end of file +}