summaryrefslogtreecommitdiff
path: root/web-ui/src/account_recovery/page.scss
diff options
context:
space:
mode:
authorTayane Fernandes <tayane.rmf@gmail.com>2017-02-09 11:22:09 -0200
committerTayane Fernandes <tayane.rmf@gmail.com>2017-02-09 11:22:09 -0200
commitdd4f8569848b4dbd688c07c03b17a898ed6df25d (patch)
treee40ea5596c9c204c4c12337d9be3be7e88e8cddf /web-ui/src/account_recovery/page.scss
parenta76b524c147c79fefa7943230a33e7904af3c070 (diff)
[#922] Add logo and icons to the header
with @anikarni
Diffstat (limited to 'web-ui/src/account_recovery/page.scss')
-rw-r--r--web-ui/src/account_recovery/page.scss7
1 files changed, 5 insertions, 2 deletions
diff --git a/web-ui/src/account_recovery/page.scss b/web-ui/src/account_recovery/page.scss
index c28aa4d2..a344b957 100644
--- a/web-ui/src/account_recovery/page.scss
+++ b/web-ui/src/account_recovery/page.scss
@@ -27,6 +27,10 @@ body, #root {
min-height: 100%;
}
+a {
+ text-decoration: none;
+}
+
.page {
font-family: "Open Sans", "Microsoft YaHei", "Hiragino Sans GB", "Hiragino Sans GB W3", "微软雅黑", "Helvetica Neue", Arial, sans-serif;
background: $dark_blue; /* For browsers that do not support gradients */
@@ -54,8 +58,7 @@ p {
margin-bottom: 0.5em;
}
-a {
- text-decoration: none;
+.link {
color: $dark_blue;
font-style: italic;