| | |
| | | /** ************************* overwrite ****************/ |
| | | @import './theme/index.scss'; |
| | | |
| | | #cryptos { |
| | | // * { |
| | |
| | | } |
| | | |
| | | input::-webkit-input-placeholder { |
| | | color: #C0C4CC; |
| | | color: #999999; |
| | | } |
| | | |
| | | .doTouch { |
| | |
| | | $border-grey: #E5E7ED; |
| | | $blue: #1194F7; |
| | | $light-blue: #1199FA; |
| | | $red: #F43368; |
| | | $green: #06CDA5; |
| | | $red: #f4374b; |
| | | $green: #06c16a; |
| | | $purple: #9A4DFD; |
| | | $night: #131a2e; |
| | | // overwrite vant |
| | |
| | | } |
| | | |
| | | :root { |
| | | --theme-color: #1194F7; |
| | | --theme-color: #1a1a1a; |
| | | } |
| | | |
| | | /***************** global use framework *****************/ |
| | |
| | | |
| | | /* background */ |
| | | .bg-white { |
| | | background: $white; |
| | | @include themify() { |
| | | background: themed("main_background"); |
| | | } |
| | | } |
| | | |
| | | .bg-black { |
| | | background: #131a2e; |
| | | @include themify() { |
| | | background: themed("main_background"); |
| | | } |
| | | } |
| | | |
| | | .bg-night { |
| | | background: #131a2e; |
| | | color: #fff; |
| | | @include themify() { |
| | | background: themed("tab_background"); |
| | | color: themed("text_color"); |
| | | } |
| | | } |
| | | |
| | | .bg-night1 { |
| | | background: #000; |
| | | @include themify() { |
| | | background: themed("tab_background"); |
| | | } |
| | | } |
| | | |
| | | .bg-grey { |
| | | background: $grey; |
| | | // background: $grey; |
| | | |
| | | @include themify() { |
| | | background: themed("main_background"); |
| | | } |
| | | } |
| | | |
| | | .bg-dark-grey { |
| | |
| | | } |
| | | |
| | | .text-black { |
| | | color: $black; |
| | | @include themify() { |
| | | color: themed("text_color") !important; |
| | | } |
| | | } |
| | | |
| | | .text-dark-black { |