summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--web-ui/app/index.html4
-rw-r--r--web-ui/app/scss/styles.scss46
2 files changed, 28 insertions, 22 deletions
diff --git a/web-ui/app/index.html b/web-ui/app/index.html
index 5eb82450..c44706b4 100644
--- a/web-ui/app/index.html
+++ b/web-ui/app/index.html
@@ -48,10 +48,10 @@
</a>
<nav id="tag-list"></nav>
<div class="side-nav-bottom">
- <nav id="user-settings-icon"></nav>
- <nav id="logout"></nav>
<div class="version">0.3.1-beta</div>
<nav id="feedback"></nav>
+ <nav id="user-settings-icon"></nav>
+ <nav id="logout"></nav>
</div>
</section>
</div>
diff --git a/web-ui/app/scss/styles.scss b/web-ui/app/scss/styles.scss
index a29bd078..e9f15222 100644
--- a/web-ui/app/scss/styles.scss
+++ b/web-ui/app/scss/styles.scss
@@ -30,7 +30,7 @@
background-color: rgba(#3E3A37, 0.9);
h1, i {
- font-size: 2em;
+ font-size: 1.6em;
color: white;
}
@@ -41,13 +41,13 @@
}
p {
- font-size: 1.7em;
+ font-size: 1.2em;
color: #FF9C00;
}
}
#user-settings-box.extra-bottom-space {
- bottom: 65px;
+ bottom: 28px;
}
.arrow-box:before {
@@ -464,31 +464,37 @@ section {
}
}
- ul#logout li {
- color: $action_buttons;
- &:hover {
- background-color: $action_buttons;
+ ul {
+ &#logout li {
+ color: $action_buttons;
+ &:hover {
+ background-color: $action_buttons;
+ }
}
- }
- ul#user-settings-icon li {
- color: white;
- &:hover {
- background-color: white;
+ &#user-settings-icon {
+ margin-bottom: 0;
+
+ li {
+ color: white;
+ &:hover {
+ background-color: white;
+ }
+ }
}
- }
- ul#feedback {
- margin-bottom: 0;
- li {
- color: $light_orange;
- &:hover {
- background-color: $light_orange;
+ &#feedback {
+ margin-bottom: 0;
+
+ li {
+ color: $light_orange;
+ &:hover {
+ background-color: $light_orange;
+ }
}
}
}
-
h3 {
color: white;
text-transform: uppercase;