first commit

This commit is contained in:
2022-04-13 13:51:55 +07:00
commit 47e209c023
3107 changed files with 238911 additions and 0 deletions

View File

@ -0,0 +1,8 @@
@import "./buy-sell";
@import "./exchange";
@import "./gateway";
@import "./marketcap";
@import "./ticker";
@import "./trading";
@import "./transaction";
@import "./wallet";

View File

@ -0,0 +1,35 @@
.crypto-ticker{
background: rgba(0, 0, 0, 0.5);
margin-top: 20px;
padding: 10px 20px;
border-radius: 3px;
box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
@at-root [data-theme-version="dark"] & {
background: $dark-card;
}
}
#webticker-big {
font: inherit !important;
font-size: inherit !important;
font-weight: normal !important;
li{
i{
font-size: 18px;
margin-right: 7px;
}
p{
margin-bottom: 0px;
font-size: 12px;
font-weight: 700;
// margin-left: 30px;
}
}
}

View File

@ -0,0 +1,2 @@