aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/css/itcss/components/sections.scss
diff options
context:
space:
mode:
authorsdtsui <szehungdanieltsui@gmail.com>2017-08-11 14:21:39 +0800
committersdtsui <szehungdanieltsui@gmail.com>2017-08-11 14:21:39 +0800
commit8a39941d9a4c5b6fd4a3715394fec10c400c0f34 (patch)
tree3e57976f8120484b9ac3f0d30e6905e20c1c6349 /ui/app/css/itcss/components/sections.scss
parent58b61eb1fc2d4add59f6225ddf4df09fdfa5b92b (diff)
downloadtangerine-wallet-browser-8a39941d9a4c5b6fd4a3715394fec10c400c0f34.tar
tangerine-wallet-browser-8a39941d9a4c5b6fd4a3715394fec10c400c0f34.tar.gz
tangerine-wallet-browser-8a39941d9a4c5b6fd4a3715394fec10c400c0f34.tar.bz2
tangerine-wallet-browser-8a39941d9a4c5b6fd4a3715394fec10c400c0f34.tar.lz
tangerine-wallet-browser-8a39941d9a4c5b6fd4a3715394fec10c400c0f34.tar.xz
tangerine-wallet-browser-8a39941d9a4c5b6fd4a3715394fec10c400c0f34.tar.zst
tangerine-wallet-browser-8a39941d9a4c5b6fd4a3715394fec10c400c0f34.zip
Cleanup SCSS and improve organization of color vars
Diffstat (limited to 'ui/app/css/itcss/components/sections.scss')
-rw-r--r--ui/app/css/itcss/components/sections.scss31
1 files changed, 13 insertions, 18 deletions
diff --git a/ui/app/css/itcss/components/sections.scss b/ui/app/css/itcss/components/sections.scss
index 965abbe28..68f81d143 100644
--- a/ui/app/css/itcss/components/sections.scss
+++ b/ui/app/css/itcss/components/sections.scss
@@ -3,12 +3,7 @@ App Sections
TODO: Move into separate files.
*/
-/*
-debug / dev
-*/
-
/* initialize */
-
textarea.twelve-word-phrase {
padding: 12px;
width: 300px;
@@ -57,6 +52,7 @@ textarea.twelve-word-phrase {
opacity: 0.0;
transition: opacity 400ms ease-in, transform 400ms ease-in;
}
+
.lock.unlocked {
transform: scale(1);
opacity: 1;
@@ -67,15 +63,18 @@ textarea.twelve-word-phrase {
transform: scaleX(1) translateX(0);
transition: transform 250ms ease-in;
}
+
.lock.unlocked .lock-top {
transform: scaleX(-1) translateX(-12px);
transition: transform 250ms ease-in;
}
+
.lock.unlocked:hover {
border-radius: 4px;
background: #e5e5e5;
border: 1px solid #b1b1b1;
}
+
.lock.unlocked:active {
background: #c3c3c3;
}
@@ -105,28 +104,35 @@ textarea.twelve-word-phrase {
.editable-label{
display: flex;
}
+
/* Webkit */
+
.unlock-screen input::-webkit-input-placeholder {
text-align: center;
font-size: 1.2em;
}
+
/* Firefox 18- */
+
.unlock-screen input:-moz-placeholder {
text-align: center;
font-size: 1.2em;
}
+
/* Firefox 19+ */
+
.unlock-screen input::-moz-placeholder {
text-align: center;
font-size: 1.2em;
}
+
/* IE */
+
.unlock-screen input:-ms-input-placeholder {
text-align: center;
font-size: 1.2em;
}
-
/* accounts */
.accounts-section {
@@ -344,18 +350,6 @@ textarea.twelve-word-phrase {
color: rgba(247, 134, 28, 1);
}
-.radio-titles-subtext {
-
-}
-
-.selected-exchange {
-
-}
-
-.buy-radio {
-
-}
-
.eth-warning{
transition: opacity 400ms ease-in, transform 400ms ease-in;
}
@@ -380,6 +374,7 @@ textarea.twelve-word-phrase {
border-radius: 2px;
}
+
.input-container:hover .buy-inputs{
box-sizing: inherit;
border: solid;