Copied over branding to better match the orange color
135
app-template/bitcoincom/css/bitcoin.com.css
Normal file
|
|
@ -0,0 +1,135 @@
|
|||
@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: 22px;
|
||||
font-weight: 400;
|
||||
font-family: 'Montserrat';
|
||||
line-height: 50px;
|
||||
margin-left: 20px;
|
||||
letter-spacing: -0.02em;
|
||||
position: relative;
|
||||
top: -2px;
|
||||
}
|
||||
|
||||
.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: #000;
|
||||
color: #fab915;
|
||||
}
|
||||
|
||||
.bg.icon-buy-bitcoin2:before {
|
||||
content: "\e906";
|
||||
}
|
||||
|
||||
.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: #000;
|
||||
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: #191919 !important;
|
||||
}
|
||||
|
||||
#restore {
|
||||
color: #191919 !important;
|
||||
}
|
||||
|
||||
div.onboarding-topic, div.onboarding-description, div.onboarding-tldr, #lead, .onboarding .bar.bar-header button {
|
||||
color: #FFF !important;
|
||||
}
|
||||
|
||||
.onboarding .button.button-secondary {
|
||||
color: #191919 !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;
|
||||
}
|
||||
60
app-template/bitcoincom/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";
|
||||
}
|
||||
|
||||
BIN
app-template/bitcoincom/fonts/Montserrat-Bold.ttf
Normal file
BIN
app-template/bitcoincom/fonts/Montserrat-Regular.ttf
Normal file
BIN
app-template/bitcoincom/fonts/ProximaNova-Black.otf
Normal file
BIN
app-template/bitcoincom/fonts/ProximaNova-Bold.otf
Normal file
BIN
app-template/bitcoincom/fonts/ProximaNova-BoldIt.otf
Normal file
BIN
app-template/bitcoincom/fonts/ProximaNova-Extrabold.otf
Normal file
BIN
app-template/bitcoincom/fonts/ProximaNova-Light.otf
Normal file
BIN
app-template/bitcoincom/fonts/ProximaNova-LightItalic.otf
Normal file
BIN
app-template/bitcoincom/fonts/ProximaNova-RegItalic.otf
Normal file
BIN
app-template/bitcoincom/fonts/ProximaNova-Regular.otf
Normal file
BIN
app-template/bitcoincom/fonts/ProximaNova-RegularItalic.otf
Normal file
BIN
app-template/bitcoincom/fonts/ProximaNova-Semibold.otf
Normal file
BIN
app-template/bitcoincom/fonts/ProximaNova-SemiboldItalic.otf
Normal file
BIN
app-template/bitcoincom/fonts/ProximaNovaCond-Light.otf
Normal file
BIN
app-template/bitcoincom/fonts/ProximaNovaCond-LightIt.otf
Normal file
BIN
app-template/bitcoincom/fonts/ProximaNovaCond-Regular.otf
Normal file
BIN
app-template/bitcoincom/fonts/ProximaNovaCond-RegularIt.otf
Normal file
BIN
app-template/bitcoincom/fonts/ProximaNovaCond-Semibold.otf
Normal file
BIN
app-template/bitcoincom/fonts/ProximaNovaCond-SemiboldIt.otf
Normal file
BIN
app-template/bitcoincom/fonts/icomoon.eot
Normal file
21
app-template/bitcoincom/fonts/icomoon.svg
Normal file
|
After Width: | Height: | Size: 30 KiB |
BIN
app-template/bitcoincom/fonts/icomoon.ttf
Normal file
BIN
app-template/bitcoincom/fonts/icomoon.woff
Normal file
BIN
app-template/bitcoincom/fonts/ionicons.eot
Normal file
2230
app-template/bitcoincom/fonts/ionicons.svg
Normal file
|
After Width: | Height: | Size: 326 KiB |
BIN
app-template/bitcoincom/fonts/ionicons.ttf
Normal file
BIN
app-template/bitcoincom/fonts/ionicons.woff
Normal file
|
|
@ -15,7 +15,7 @@
|
|||
<g id="Onboarding">
|
||||
<g id="0.4---Allow-Push-Notifications">
|
||||
<g id="Group-7">
|
||||
<path d="M123.5,247 C191.707167,247 247,191.707167 247,123.5 C247,55.2928334 191.707167,1.42108547e-14 123.5,1.42108547e-14 C55.2928334,1.42108547e-14 1.42108547e-14,55.2928334 1.42108547e-14,123.5 C1.42108547e-14,191.707167 55.2928334,247 123.5,247 Z" id="Oval-2" fill="url(#linearGradient-1)" fill-rule="nonzero" opacity="0.300000012"></path>
|
||||
<path d="M123.5,247 C191.707167,247 247,191.707167 247,123.5 C247,55.2928334 191.707167,1.42108547e-14 123.5,1.42108547e-14 C55.2928334,1.42108547e-14 1.42108547e-14,55.2928334 1.42108547e-14,123.5 C1.42108547e-14,191.707167 55.2928334,247 123.5,247 Z" id="Oval-2" fill="url(#linearGradient-1)" fill-rule="nonzero" opacity="0"></path>
|
||||
<g id="Phone" transform="translate(62.000000, 0.000000)" stroke="#707D89" stroke-width="2">
|
||||
<rect id="Combined-Shape" fill-opacity="0.65" fill="#192C3A" fill-rule="nonzero" x="0" y="0" width="122.16932" height="220.464844" rx="8"></rect>
|
||||
<path d="M0.636298539,187 L121.533021,187" id="Line" stroke-linecap="square"></path>
|
||||
|
|
@ -23,8 +23,8 @@
|
|||
</g>
|
||||
<ellipse id="Oval-2" stroke="#707D89" stroke-width="2" fill-opacity="0.41907269" fill="#192C3A" fill-rule="nonzero" opacity="0.945615695" cx="169" cy="57.4884375" rx="47" ry="44.4884375"></ellipse>
|
||||
<g id="Group-3" transform="translate(62.000000, 33.000000)">
|
||||
<path d="M12.7105489,19.5 L50.4911698,19.5" id="Line" stroke="#12E5B6" stroke-width="3" stroke-linecap="square"></path>
|
||||
<path d="M21.96,10.4166666 L43.0026407,10.4166666" id="Line" stroke="#12E5B6" stroke-width="3" stroke-linecap="square"></path>
|
||||
<path d="M12.7105489,19.5 L50.4911698,19.5" id="Line" stroke="#ffffff" stroke-width="3" stroke-linecap="square"></path>
|
||||
<path d="M21.96,10.4166666 L43.0026407,10.4166666" id="Line" stroke="#ffffff" stroke-width="3" stroke-linecap="square"></path>
|
||||
<g id="Rectangle-3">
|
||||
<g id="path-2-Clipped">
|
||||
<mask id="mask-3" fill="white">
|
||||
|
|
@ -43,4 +43,4 @@
|
|||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
</svg>
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 4.4 KiB |
|
|
@ -14,7 +14,7 @@
|
|||
<g id="Onboarding">
|
||||
<g id="0.2.3---Tour-3">
|
||||
<g id="bg-3">
|
||||
<path d="M123.5,247 C191.707167,247 247,191.707167 247,123.5 C247,55.2928334 191.707167,1.42108547e-14 123.5,1.42108547e-14 C55.2928334,1.42108547e-14 1.42108547e-14,55.2928334 1.42108547e-14,123.5 C1.42108547e-14,191.707167 55.2928334,247 123.5,247 Z" id="Oval-2" fill="url(#linearGradient-1)" fill-rule="nonzero" opacity="0.300000012"></path>
|
||||
<path d="M123.5,247 C191.707167,247 247,191.707167 247,123.5 C247,55.2928334 191.707167,1.42108547e-14 123.5,1.42108547e-14 C55.2928334,1.42108547e-14 1.42108547e-14,55.2928334 1.42108547e-14,123.5 C1.42108547e-14,191.707167 55.2928334,247 123.5,247 Z" id="Oval-2" fill="url(#linearGradient-1)" fill-rule="nonzero" opacity="0"></path>
|
||||
<rect id="Combined-Shape" stroke="#707D89" stroke-width="2" fill-opacity="0.65" fill="#192C3A" fill-rule="nonzero" x="63" y="24" width="99.8310062" height="183.875349" rx="8"></rect>
|
||||
<path d="M63.5199532,180.634556 L162.311053,180.634556" id="Line" stroke="#707D89" stroke-width="2" stroke-linecap="square"></path>
|
||||
<path d="M104.076299,194.254952 L122.794613,194.254952" id="Line" stroke="#707D89" stroke-width="2" stroke-linecap="square"></path>
|
||||
|
|
@ -34,7 +34,7 @@
|
|||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Group-3" transform="translate(125.000000, 122.000000)" stroke="#12E5B6" stroke-width="2">
|
||||
<g id="Group-3" transform="translate(125.000000, 122.000000)" stroke="#ffffff" stroke-width="2">
|
||||
<rect id="Rectangle-path" fill="#192C3A" fill-rule="nonzero" x="0.00547760651" y="37.6483369" width="74.7600358" height="65.7214967" rx="4"></rect>
|
||||
<path d="M18.6954866,37.6483369 L18.6954866,18.8707664 C18.6954866,8.54310266 27.1059906,0.0931959432 37.3854955,0.0931959432 L37.3854955,0.0931959432 C47.6650004,0.0931959432 56.0755044,8.54310266 56.0755044,18.8707664 L56.0755044,37.6483369" id="Shape"></path>
|
||||
<path d="M36.6300769,65.8146926 L36.6300769,75.2034779" id="Shape" fill="#F9F9F9" fill-rule="nonzero"></path>
|
||||
|
|
@ -44,4 +44,4 @@
|
|||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
</svg>
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 4.2 KiB |
|
|
@ -15,19 +15,19 @@
|
|||
</defs>
|
||||
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="tour-currency" transform="translate(-1.000000, 0.000000)">
|
||||
<path d="M189.5,247 C257.7,247 313,191.7 313,123.5 C313,55.3 257.7,0 189.5,0 C121.3,0 66,55.3 66,123.5 C66,191.7 121.3,247 189.5,247 Z" id="Shape" fill="url(#linearGradient-1)" fill-rule="nonzero" opacity="0.3"></path>
|
||||
<path d="M189.5,247 C257.7,247 313,191.7 313,123.5 C313,55.3 257.7,0 189.5,0 C121.3,0 66,55.3 66,123.5 C66,191.7 121.3,247 189.5,247 Z" id="Shape" fill="url(#linearGradient-1)" fill-rule="nonzero" opacity="0"></path>
|
||||
<polygon id="Shape" fill="url(#linearGradient-2)" fill-rule="nonzero" opacity="0.3" points="56.3 127.3 99.7 97.8 142.1 119.9 186.6 80.7 224.9 80.7 249.7 47.5 282.8 67.2 323.2 56.1 377 35 377 185 152.1 185 2.4 185 2 133.5"></polygon>
|
||||
<g id="Group" opacity="0.3" transform="translate(76.000000, 61.000000)" fill-rule="nonzero" fill="#13E5B6">
|
||||
<g id="Group" opacity="0.3" transform="translate(76.000000, 61.000000)" fill-rule="nonzero" fill="#ffffff">
|
||||
<path d="M226.2,124 L225.7,124 L225.7,120 L226.2,120 L226.2,124 Z M226.2,116 L225.7,116 L225.7,112 L226.2,112 L226.2,116 Z M226.2,108 L225.7,108 L225.7,104 L226.2,104 L226.2,108 Z M226.2,100 L225.7,100 L225.7,96 L226.2,96 L226.2,100 Z M226.2,92 L225.7,92 L225.7,88 L226.2,88 L226.2,92 Z M226.2,84 L225.7,84 L225.7,80 L226.2,80 L226.2,84 Z M226.2,76 L225.7,76 L225.7,72 L226.2,72 L226.2,76 Z M226.2,68 L225.7,68 L225.7,64 L226.2,64 L226.2,68 Z M226.2,60 L225.7,60 L225.7,56 L226.2,56 L226.2,60 Z M226.2,52 L225.7,52 L225.7,48 L226.2,48 L226.2,52 Z M226.2,44 L225.7,44 L225.7,40 L226.2,40 L226.2,44 Z M226.2,36 L225.7,36 L225.7,32 L226.2,32 L226.2,36 Z M226.2,28 L225.7,28 L225.7,24 L226.2,24 L226.2,28 Z M226.2,20 L225.7,20 L225.7,16 L226.2,16 L226.2,20 Z M226.2,12 L225.7,12 L225.7,8 L226.2,8 L226.2,12 Z M226.2,4 L225.7,4 L225.7,0 L226.2,0 L226.2,4 Z" id="Shape"></path>
|
||||
<path d="M151.2,124 L150.7,124 L150.7,120 L151.2,120 L151.2,124 Z M151.2,116 L150.7,116 L150.7,112 L151.2,112 L151.2,116 Z M151.2,108 L150.7,108 L150.7,104 L151.2,104 L151.2,108 Z M151.2,100 L150.7,100 L150.7,96 L151.2,96 L151.2,100 Z M151.2,92 L150.7,92 L150.7,88 L151.2,88 L151.2,92 Z M151.2,84 L150.7,84 L150.7,80 L151.2,80 L151.2,84 Z M151.2,76 L150.7,76 L150.7,72 L151.2,72 L151.2,76 Z M151.2,68 L150.7,68 L150.7,64 L151.2,64 L151.2,68 Z M151.2,60 L150.7,60 L150.7,56 L151.2,56 L151.2,60 Z M151.2,52 L150.7,52 L150.7,48 L151.2,48 L151.2,52 Z M151.2,44 L150.7,44 L150.7,40 L151.2,40 L151.2,44 Z M151.2,36 L150.7,36 L150.7,32 L151.2,32 L151.2,36 Z M151.2,28 L150.7,28 L150.7,24 L151.2,24 L151.2,28 Z M151.2,20 L150.7,20 L150.7,16.8 L151.2,16.8 L151.2,20 Z" id="Shape"></path>
|
||||
<path d="M76.2,124 L75.7,124 L75.7,120 L76.2,120 L76.2,124 Z M76.2,116 L75.7,116 L75.7,112 L76.2,112 L76.2,116 Z M76.2,108 L75.7,108 L75.7,104 L76.2,104 L76.2,108 Z M76.2,100 L75.7,100 L75.7,96 L76.2,96 L76.2,100 Z M76.2,92 L75.7,92 L75.7,88 L76.2,88 L76.2,92 Z M76.2,84 L75.7,84 L75.7,80 L76.2,80 L76.2,84 Z M76.2,76 L75.7,76 L75.7,72 L76.2,72 L76.2,76 Z M76.2,68 L75.7,68 L75.7,64 L76.2,64 L76.2,68 Z M76.2,60 L75.7,60 L75.7,56 L76.2,56 L76.2,60 Z M76.2,52 L75.7,52 L75.7,50 L76.2,50 L76.2,52 Z" id="Shape"></path>
|
||||
<path d="M1.2,124 L0.7,124 L0.7,120 L1.2,120 L1.2,124 Z M1.2,116 L0.7,116 L0.7,112 L1.2,112 L1.2,116 Z M1.2,108 L0.7,108 L0.7,104 L1.2,104 L1.2,108 Z M1.2,100 L0.7,100 L0.7,96 L1.2,96 L1.2,100 Z M1.2,92 L0.7,92 L0.7,88 L1.2,88 L1.2,92 Z M1.2,84 L0.7,84 L0.7,80 L1.2,80 L1.2,84 Z M1.2,76 L0.7,76 L0.7,72 L1.2,72 L1.2,76 Z M1.2,68 L0.7,68 L0.7,64 L1.2,64 L1.2,68 Z M1.2,60 L0.7,60 L0.7,56 L1.2,56 L1.2,60 Z" id="Shape"></path>
|
||||
</g>
|
||||
<path d="M2,134.5 C1.5,134.5 1.1,134.1 1,133.6 C0.9,133.1 1.3,132.6 1.9,132.5 L56,126.3 L99.1,97 C99.4,96.8 99.8,96.8 100.1,96.9 L141.9,118.7 L185.9,80 C186.1,79.8 186.3,79.8 186.6,79.8 L224.4,79.8 L248.9,47 C249.2,46.6 249.8,46.5 250.2,46.7 L282.9,66.2 L322.8,55.2 L376.6,34.1 C377.1,33.9 377.7,34.2 377.9,34.7 C378.1,35.2 377.8,35.8 377.3,36 L323.5,57.1 L323.4,57.1 L283,68.2 C282.7,68.3 282.5,68.2 282.2,68.1 L250,48.9 L225.7,81.4 C225.5,81.7 225.2,81.8 224.9,81.8 L187,81.8 L142.8,120.8 C142.5,121.1 142,121.1 141.7,120.9 L99.8,99 L56.9,128.2 C56.8,128.3 56.6,128.3 56.5,128.4 L2.2,134.6 C2.1,134.5 2,134.5 2,134.5 Z" id="Shape" fill="#13E5B6" fill-rule="nonzero"></path>
|
||||
<path d="M2,134.5 C1.5,134.5 1.1,134.1 1,133.6 C0.9,133.1 1.3,132.6 1.9,132.5 L56,126.3 L99.1,97 C99.4,96.8 99.8,96.8 100.1,96.9 L141.9,118.7 L185.9,80 C186.1,79.8 186.3,79.8 186.6,79.8 L224.4,79.8 L248.9,47 C249.2,46.6 249.8,46.5 250.2,46.7 L282.9,66.2 L322.8,55.2 L376.6,34.1 C377.1,33.9 377.7,34.2 377.9,34.7 C378.1,35.2 377.8,35.8 377.3,36 L323.5,57.1 L323.4,57.1 L283,68.2 C282.7,68.3 282.5,68.2 282.2,68.1 L250,48.9 L225.7,81.4 C225.5,81.7 225.2,81.8 224.9,81.8 L187,81.8 L142.8,120.8 C142.5,121.1 142,121.1 141.7,120.9 L99.8,99 L56.9,128.2 C56.8,128.3 56.6,128.3 56.5,128.4 L2.2,134.6 C2.1,134.5 2,134.5 2,134.5 Z" id="Shape" fill="#ffffff" fill-rule="nonzero"></path>
|
||||
<g id="Group" transform="translate(185.000000, 38.000000)">
|
||||
<path d="M4.5,0.5 L4.5,146.5" id="Line_1_" stroke="#0085FF" stroke-width="2" stroke-linecap="square" opacity="0.64"></path>
|
||||
<circle id="dot" stroke="#FFFFFF" stroke-width="3" fill="#1A2A71" fill-rule="nonzero" cx="4.5" cy="41.5" r="4.5"></circle>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
</svg>
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 5.3 KiB |
|
|
@ -11,13 +11,13 @@
|
|||
</defs>
|
||||
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="onboarding-tour-phone">
|
||||
<path d="M123.5,247 C191.7,247 247,191.7 247,123.5 C247,55.3 191.7,0 123.5,0 C55.3,0 0,55.3 0,123.5 C0,191.7 55.3,247 123.5,247 Z" id="Shape" fill="url(#linearGradient-1)" fill-rule="nonzero" opacity="0.3"></path>
|
||||
<path d="M123.5,247 C191.7,247 247,191.7 247,123.5 C247,55.3 191.7,0 123.5,0 C55.3,0 0,55.3 0,123.5 C0,191.7 55.3,247 123.5,247 Z" id="Shape" fill="url(#linearGradient-1)" fill-rule="nonzero" opacity="0"></path>
|
||||
<g id="Group" transform="translate(69.000000, 32.000000)" stroke="#707D89" stroke-width="2">
|
||||
<path d="M8,0 L91.8,0 C96.2,0 99.8,3.6 99.8,8 L99.8,175.9 C99.8,180.3 96.2,183.9 91.8,183.9 L8,183.9 C3.6,183.9 0,180.3 0,175.9 L0,8 C0,3.6 3.6,0 8,0 Z" id="Shape" fill-opacity="0.6548" fill="#192C3A" fill-rule="nonzero"></path>
|
||||
<path d="M0.5,156 L99.3,156" id="Shape" stroke-linecap="square"></path>
|
||||
<path d="M44.1,170.3 L62.8,170.3" id="Shape" stroke-linecap="square"></path>
|
||||
</g>
|
||||
<g id="Group" transform="translate(102.000000, 66.000000)" fill-rule="nonzero" fill="#5BC2A7">
|
||||
<g id="Group" transform="translate(102.000000, 66.000000)" fill-rule="nonzero" fill="#ffffff">
|
||||
<path d="M31.8,0 L0,0 L0,31.8 L31.8,31.8 L31.8,0 L31.8,0 Z M27.3,27.3 L4.6,27.3 L4.6,4.5 L27.3,4.5 L27.3,27.3 L27.3,27.3 Z" id="Shape"></path>
|
||||
<polygon id="Shape" points="65.9 90.9 61.4 90.9 61.4 100 100 100 100 95.5 65.9 95.5"></polygon>
|
||||
<rect id="Rectangle-path" x="9.1" y="9.1" width="13.6" height="13.6"></rect>
|
||||
|
|
@ -36,4 +36,4 @@
|
|||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
</svg>
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 4.3 KiB |
|
|
@ -2,8 +2,8 @@
|
|||
<svg version="1.1" id="Home" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 20 24" style="enable-background:new 0 0 20 24;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#1abb9b;}
|
||||
.st1{fill:#616263;}
|
||||
.st0{fill:#fab915;}
|
||||
.st1{fill:#343434;}
|
||||
</style>
|
||||
<polygon class="st0" points="10,0.9 0.7,9.4 0.7,23.3 6.9,23.3 6.9,15.8 13.1,15.8 13.1,23.3 19.3,23.3 19.3,9.4 "/>
|
||||
<path class="st1" d="M20,24h-7.5v-7.5H7.5V24H0V9.1L10,0l10,9.1V24z M13.8,22.6h4.8V9.7L10,1.9L1.4,9.7v12.9h4.8v-7.5h7.6V22.6z"/>
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 580 B After Width: | Height: | Size: 580 B |
|
|
@ -2,8 +2,8 @@
|
|||
<svg version="1.1" id="QR_Icon" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 22 22" style="enable-background:new 0 0 22 22;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#1abb9b;}
|
||||
.st1{fill:#616263;}
|
||||
.st0{fill:#fab915;}
|
||||
.st1{fill:#343434;}
|
||||
</style>
|
||||
<rect x="13.5" y="1.2" class="st0" width="7.3" height="7.3"/>
|
||||
<rect x="1.2" y="13.5" class="st0" width="7.3" height="7.3"/>
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
|
|
@ -2,8 +2,8 @@
|
|||
<svg version="1.1" id="Send_Icon" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 27 24" style="enable-background:new 0 0 27 24;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#192c3a;fill-opacity:0.4;stroke:#616263;stroke-width:1.4;}
|
||||
.st1{fill:#1abb9b;fill-opacity:0.7145;stroke:#616263;stroke-width:1.4;}
|
||||
.st0{fill:#fab915;fill-opacity:0.4;stroke:#343434;stroke-width:1.4;}
|
||||
.st1{fill:#fab915;fill-opacity:0.7145;stroke:#343434;stroke-width:1.4;}
|
||||
</style>
|
||||
<g>
|
||||
<polyline class="st0" points="25.5,1.5 6.3,11.7 4.9,19.3 9.8,15.3 "/>
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 597 B After Width: | Height: | Size: 597 B |
|
|
@ -3,8 +3,8 @@
|
|||
<svg version="1.1" id="Settings" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 23 24" style="enable-background:new 0 0 23 24;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#1abb9b;}
|
||||
.st1{fill:#616263;}
|
||||
.st0{fill:#fab915;}
|
||||
.st1{fill:#343434;}
|
||||
</style>
|
||||
<path id="fill" class="st0" d="M19.9,13.3c0.1-0.4,0.1-0.9,0.1-1.3c0-0.4,0-0.9-0.1-1.3L22,8.8c0.2-0.1,0.2-0.3,0.1-0.5
|
||||
C21.7,7,21,5.7,20,4.7c-0.1-0.2-0.3-0.2-0.5-0.1l-2.7,0.9c-0.7-0.5-1.4-1-2.2-1.3L14,1.4C14,1.2,13.8,1,13.6,1
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 4.1 KiB |