| | |
| | | |
| | | .trade_new { |
| | | color: $log-c; |
| | | background: $mainbgWhiteColor; |
| | | // background: $main_background; |
| | | min-height: 100vh; |
| | | padding: 1.4rem 1.4rem 7rem 1.4rem; |
| | | |
| | |
| | | .gift { |
| | | width: 3.6rem; |
| | | } |
| | | |
| | | |
| | | } |
| | | |
| | | #cryptos { |
| | | background: $mainbgWhiteColor; |
| | | $inp-b: #f7f7f7; |
| | | |
| | | :deep(.textColor) { |
| | | color: $log-c; |
| | | color: $text_color; |
| | | } |
| | | |
| | | :deep(.long) { |
| | | color: $log-c !important; |
| | | color: $text_color !important; |
| | | background: $bg_yellow; |
| | | border-radius: 5rem; |
| | | } |
| | | |
| | | :deep(.short) { |
| | | color: $log-c !important; |
| | | color: $text_color !important; |
| | | background: $bg_yellow; |
| | | border-radius: 5rem; |
| | | } |
| | | |
| | | :deep(.poecs) { |
| | | color: $log-c !important; |
| | | color: $text_color !important; |
| | | } |
| | | |
| | | :deep(.tabBackground) { |
| | | background: $inp-b; |
| | | background: $input_background; |
| | | } |
| | | |
| | | :deep(.greyBg) { |
| | | background: $inp-b; |
| | | background: $input_background; |
| | | } |
| | | |
| | | :deep(.option-box) { |
| | | background: $inp-b; |
| | | box-shadow: 0px 0px 0.1875rem 0.1875rem $inp-b; |
| | | background: $input_background; |
| | | box-shadow: 0px 0px 0.1875rem 0.1875rem $input_background; |
| | | color: $log-c !important; |
| | | } |
| | | |
| | | :deep(.select-box) { |
| | | background: $inp-b; |
| | | background: $input_background; |
| | | color: $log-c !important; |
| | | } |
| | | |
| | | :deep(.rounded-lg) { |
| | | background: $inp-b; |
| | | background: $input_background; |
| | | border-radius: 5rem; |
| | | // color: $log-c !important; |
| | | } |
| | |
| | | |
| | | .line { |
| | | height: 13px; |
| | | background: $inp-b; |
| | | background: $text_color; |
| | | } |
| | | |
| | | @keyframes animate1 { |
| | |
| | | bottom: 0; |
| | | left: 0; |
| | | z-index: 1000; |
| | | background: $inp-b; |
| | | background: $text_color; |
| | | } |
| | | |
| | | .indicator-index-container { |