Updated git ignore file
This commit is contained in:
parent
2c7348d95e
commit
0a89a700b6
32 changed files with 17166 additions and 4 deletions
168
www/css/bitcoin.com.css
Normal file
168
www/css/bitcoin.com.css
Normal file
|
|
@ -0,0 +1,168 @@
|
|||
@font-face {
|
||||
font-family:"Montserrat";
|
||||
src:url('../fonts/Montserrat-Regular.ttf');
|
||||
font-style:normal;font-weight:400;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family:"Montserrat";
|
||||
src:url('../fonts/Montserrat-Bold.ttf');
|
||||
font-style:normal;font-weight:700;
|
||||
}
|
||||
|
||||
@font-face{
|
||||
font-family:'ProximaNova';
|
||||
src:url('../fonts/ProximaNova-Regular.otf');
|
||||
font-weight:normal;
|
||||
font-style:normal;
|
||||
}
|
||||
|
||||
@font-face{
|
||||
font-family:'ProximaNova';
|
||||
src:url('../fonts/ProximaNova-Semibold.otf');
|
||||
font-weight:bold;
|
||||
font-style:bold;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family:'ProximaNova' !important;
|
||||
}
|
||||
|
||||
.textlogo {
|
||||
color: #FFF;
|
||||
font-size: 20px;
|
||||
font-weight: 400;
|
||||
font-family: 'Montserrat';
|
||||
line-height: 50px;
|
||||
margin-left: 20px;
|
||||
letter-spacing: -0.02em;
|
||||
position: relative;
|
||||
top: -4px;
|
||||
}
|
||||
|
||||
.textlogo .moon-symbol {
|
||||
color: #fab915;
|
||||
margin-right: 1px;
|
||||
position: relative;
|
||||
top: 1px;
|
||||
}
|
||||
|
||||
.bg.icon-bitcoincom:before {
|
||||
content: "\e904";
|
||||
}
|
||||
|
||||
.bg.icon-bitcoincom {
|
||||
font-family: 'icomoon' !important;
|
||||
speak: none;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-variant: normal;
|
||||
text-transform: none;
|
||||
line-height: 1;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
padding-top: 8px;
|
||||
padding-left: 11px;
|
||||
background-color: #494949;
|
||||
color: #fab915;
|
||||
}
|
||||
|
||||
.bg.icon-buy-bitcoin2:before {
|
||||
content: "\e906";
|
||||
}
|
||||
|
||||
.icon-bitcoinlogoplain:before {
|
||||
content: "\e904";
|
||||
}
|
||||
|
||||
.icon-bitcoinlogoplain {
|
||||
font-family: 'icomoon' !important;
|
||||
}
|
||||
|
||||
.bg.icon-buy-bitcoin2 {
|
||||
font-family: 'icomoon' !important;
|
||||
speak: none;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-variant: normal;
|
||||
text-transform: none;
|
||||
line-height: 1;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
padding-top: 0px;
|
||||
padding-left: 2px;
|
||||
background-color: #494949;
|
||||
color: #fab915;
|
||||
font-size: 36px;
|
||||
}
|
||||
|
||||
ion-header-bar.bar-royal {
|
||||
background-color: #000 !important;
|
||||
border-bottom-style: solid;
|
||||
border-bottom-width: 4px;
|
||||
}
|
||||
.bitcoin-com-page-header .textlogo {
|
||||
font-size: 42px;
|
||||
color: #8b8b8b;
|
||||
}
|
||||
.bitcoin-com-page-header {
|
||||
text-align: center;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
#get-started {
|
||||
background-color: #494949 !important;
|
||||
}
|
||||
|
||||
#restore {
|
||||
color: #494949 !important;
|
||||
}
|
||||
|
||||
div.onboarding-topic, div.onboarding-description, div.onboarding-tldr, #lead, .onboarding .bar.bar-header button {
|
||||
color: #FFF !important;
|
||||
}
|
||||
|
||||
.onboarding .button.button-secondary {
|
||||
color: #494949 !important;
|
||||
}
|
||||
|
||||
div.onboarding-topic {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
#onboarding-collect-email {
|
||||
background: #23d111 !important;
|
||||
}
|
||||
|
||||
#email-form button {
|
||||
background: #fab915 !important;
|
||||
}
|
||||
|
||||
.big-icon-svg > .bg.green {
|
||||
background: #fab915 !important;
|
||||
}
|
||||
|
||||
button.button.button-secondary {
|
||||
color: #494949 !important;
|
||||
}
|
||||
|
||||
#wallet-backup-phrase-step-2 .select-word {
|
||||
color: #FFF !important;
|
||||
}
|
||||
|
||||
#pin .circle-Bitcoin\.com {
|
||||
border-radius: 50%;
|
||||
box-shadow: 0 0 3px 0px #5b5b5b;
|
||||
transition: background-color .2s ease-in-out;
|
||||
padding: 7%;
|
||||
margin: 5%;
|
||||
border: 1px solid #fab915;
|
||||
}
|
||||
|
||||
#pin .filled-Bitcoin\.com {
|
||||
background-color: #fab915;
|
||||
}
|
||||
|
||||
div.slide-success__background.fill-screen {
|
||||
background-color: #fab915 !important;
|
||||
}
|
||||
60
www/css/icomoon.css
Normal file
60
www/css/icomoon.css
Normal file
|
|
@ -0,0 +1,60 @@
|
|||
@font-face {
|
||||
font-family: 'icomoon';
|
||||
src:url('../fonts/icomoon.eot');
|
||||
src:url('../fonts/icomoon.eot') format('embedded-opentype'),
|
||||
url('../fonts/icomoon.ttf') format('truetype'),
|
||||
url('../fonts/icomoon.woff') format('woff'),
|
||||
url('../fonts/icomoon.svg') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
[class^="moon-"], [class*=" moon-"] {
|
||||
/* use !important to prevent issues with browser extensions that change fonts */
|
||||
font-family: 'icomoon' !important;
|
||||
speak: none;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-variant: normal;
|
||||
text-transform: none;
|
||||
line-height: 1;
|
||||
|
||||
/* Better Font Rendering =========== */
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.moon-symbol:before {
|
||||
content: "\e904";
|
||||
}
|
||||
.moon-anon:before {
|
||||
content: "\e905";
|
||||
}
|
||||
.moon-bitcoin_exchange:before {
|
||||
content: "\e906";
|
||||
}
|
||||
.moon-bitcoin_price:before {
|
||||
content: "\e907";
|
||||
}
|
||||
.moon-central_command:before {
|
||||
content: "\e908";
|
||||
}
|
||||
.moon-secure_wallet:before {
|
||||
content: "\e909";
|
||||
}
|
||||
.moon-unconfirmed:before {
|
||||
content: "\e90a";
|
||||
}
|
||||
.moon-choose_wallet:before {
|
||||
content: "\e900";
|
||||
}
|
||||
.moon-get_bitcoins:before {
|
||||
content: "\e901";
|
||||
}
|
||||
.moon-inform:before {
|
||||
content: "\e902";
|
||||
}
|
||||
.moon-spend_bitcoins:before {
|
||||
content: "\e903";
|
||||
}
|
||||
|
||||
14650
www/css/main.css
Normal file
14650
www/css/main.css
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue