aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/css/itcss/generic/index.scss
diff options
context:
space:
mode:
authorsdtsui <szehungdanieltsui@gmail.com>2017-08-14 16:31:27 +0800
committersdtsui <szehungdanieltsui@gmail.com>2017-08-14 16:31:27 +0800
commit2eadf72fb772b5b6bd32f04c9d439cc0f1ab0453 (patch)
treed7fc03550944151b6a057d08b7a6361612ba6ca7 /ui/app/css/itcss/generic/index.scss
parentb8aa529d29434978f511e67211d8a5ff9e2f553c (diff)
downloadtangerine-wallet-browser-2eadf72fb772b5b6bd32f04c9d439cc0f1ab0453.tar.gz
tangerine-wallet-browser-2eadf72fb772b5b6bd32f04c9d439cc0f1ab0453.tar.zst
tangerine-wallet-browser-2eadf72fb772b5b6bd32f04c9d439cc0f1ab0453.zip
Lint and cleanup all scss
Diffstat (limited to 'ui/app/css/itcss/generic/index.scss')
-rw-r--r--ui/app/css/itcss/generic/index.scss20
1 files changed, 12 insertions, 8 deletions
diff --git a/ui/app/css/itcss/generic/index.scss b/ui/app/css/itcss/generic/index.scss
index a0ce312cc..a1ffa98a3 100644
--- a/ui/app/css/itcss/generic/index.scss
+++ b/ui/app/css/itcss/generic/index.scss
@@ -8,12 +8,13 @@
box-sizing: border-box;
}
-html, body {
+html,
+body {
font-family: 'Montserrat Regular', Arial;
- color: #4D4D4D;
+ color: #4d4d4d;
font-weight: 300;
line-height: 1.4em;
- background: #F7F7F7;
+ background: #f7f7f7;
width: 100%;
height: 100%;
margin: 0;
@@ -26,17 +27,19 @@ html {
.app-root {
overflow: hidden;
- position: relative
+ position: relative;
}
.app-primary {
display: flex;
}
-input:focus, textarea:focus {
+input:focus,
+textarea:focus {
outline: none;
}
+/* stylelint-disable */
#app-content {
overflow-x: hidden;
min-width: 357px;
@@ -44,18 +47,19 @@ input:focus, textarea:focus {
display: flex;
flex-direction: column;
}
+/* stylelint-enable */
a {
text-decoration: none;
color: inherit;
}
-a:hover{
+a:hover {
color: #df6b0e;
}
-input.large-input, textarea.large-input {
- /*margin-bottom: 24px;*/
+input.large-input,
+textarea.large-input {
padding: 8px;
}