aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/css/index.css
diff options
context:
space:
mode:
authorDan Finlay <flyswatter@users.noreply.github.com>2017-04-25 04:53:35 +0800
committerGitHub <noreply@github.com>2017-04-25 04:53:35 +0800
commitca3faba1ac7b3a8323681e669f47fbac4bb1ead3 (patch)
treef7f02270025a812b907d756f5dd174936006a10d /ui/app/css/index.css
parent8d4203765279b85f0ca6c2c593dc7aad76b16776 (diff)
parent79f88398acd116980fe91d4c56a1ec6a15672745 (diff)
downloadtangerine-wallet-browser-ca3faba1ac7b3a8323681e669f47fbac4bb1ead3.tar.gz
tangerine-wallet-browser-ca3faba1ac7b3a8323681e669f47fbac4bb1ead3.tar.zst
tangerine-wallet-browser-ca3faba1ac7b3a8323681e669f47fbac4bb1ead3.zip
Merge pull request #1336 from MetaMask/buyButtonRedo
Buy button redo
Diffstat (limited to 'ui/app/css/index.css')
-rw-r--r--ui/app/css/index.css41
1 files changed, 41 insertions, 0 deletions
diff --git a/ui/app/css/index.css b/ui/app/css/index.css
index 033502f5a..808aafb4c 100644
--- a/ui/app/css/index.css
+++ b/ui/app/css/index.css
@@ -489,6 +489,47 @@ input.large-input {
}
/* buy eth warning screen */
+.custom-radios {
+ justify-content: space-around;
+ align-items: center;
+}
+
+
+.custom-radio-selected {
+ width: 17px;
+ height: 17px;
+ border: solid;
+ border-style: double;
+ border-radius: 15px;
+ border-width: 5px;
+ background: rgba(247, 134, 28, 1);
+ border-color: #F7F7F7;
+}
+
+.custom-radio-inactive {
+ width: 14px;
+ height: 14px;
+ border: solid;
+ border-width: 1px;
+ border-radius: 24px;
+ border-color: #AEAEAE;
+}
+
+.radio-titles {
+ color: rgba(247, 134, 28, 1);
+}
+
+.radio-titles-subtext {
+
+}
+
+.selected-exchange {
+
+}
+
+.buy-radio {
+
+}
.eth-warning{
transition: opacity 400ms ease-in, transform 400ms ease-in;