diff options
| author | rr- | 2016-06-13 22:34:39 +0200 |
|---|---|---|
| committer | rr- | 2016-06-13 22:43:07 +0200 |
| commit | 0f1e234a5d6b3161aa864620d3d73b7d63d6bf81 (patch) | |
| tree | 7f4d8245e2f711aeaaf4bb8254bf96e5e21f1c69 /client/css | |
| parent | e93af8b577dc13f324c6cbc9a2f204c760505917 (diff) | |
client/top-nav: trying out actual mvc
Diffstat (limited to 'client/css')
| -rw-r--r-- | client/css/colors.styl | 2 | ||||
| -rw-r--r-- | client/css/comments.styl | 2 | ||||
| -rw-r--r-- | client/css/main.styl | 8 | ||||
| -rw-r--r-- | client/css/tags.styl | 4 | ||||
| -rw-r--r-- | client/css/users.styl | 2 |
5 files changed, 9 insertions, 9 deletions
diff --git a/client/css/colors.styl b/client/css/colors.styl index 1a5996e..5c2ad11 100644 --- a/client/css/colors.styl +++ b/client/css/colors.styl @@ -1,6 +1,6 @@ $main-color = #24AADD $window-color = white -$top-nav-color = #F5F5F5 +$top-navigation-color = #F5F5F5 $text-color = #111 $inactive-link-color = #888 $line-color = #DDD diff --git a/client/css/comments.styl b/client/css/comments.styl index 81b168e..1ec0cd5 100644 --- a/client/css/comments.styl +++ b/client/css/comments.styl @@ -75,7 +75,7 @@ line-height: 16pt vertical-align: middle margin-bottom: 0.5em - background: $top-nav-color + background: $top-navigation-color padding: 0.2em 0.5em .date, .score-container, .edit, .delete diff --git a/client/css/main.styl b/client/css/main.styl index b08d81e..60d985b 100644 --- a/client/css/main.styl +++ b/client/css/main.styl @@ -68,7 +68,7 @@ form .fa-question-circle-o >*:first-child, form h1 margin-top: 0 >.content-wrapper:not(.transparent) - background: $top-nav-color + background: $top-navigation-color padding: 2vw hr @@ -113,8 +113,8 @@ nav background: $focused-tab-background-color outline: 0 - &#top-nav - background: $top-nav-color + &#top-navigation + background: $top-navigation-color margin: 0 ul display: block @@ -207,7 +207,7 @@ a .access-key top: 50% right: 0 height: 3px - background: $top-nav-color + background: $top-navigation-color z-index: 1 span position: relative diff --git a/client/css/tags.styl b/client/css/tags.styl index ff98ae6..84954f8 100644 --- a/client/css/tags.styl +++ b/client/css/tags.styl @@ -7,11 +7,11 @@ text-align: left line-height: 1.3em tr:hover td - background: $top-nav-color + background: $top-navigation-color th, td padding: 0.1em 0.5em th - background: $top-nav-color + background: $top-navigation-color .names width: 28% .implications diff --git a/client/css/users.styl b/client/css/users.styl index 49bc384..3cd1df9 100644 --- a/client/css/users.styl +++ b/client/css/users.styl @@ -80,7 +80,7 @@ margin: 0 0.5em 1em 0.5em padding: 0.75em vertical-align: top - background: $top-nav-color + background: $top-navigation-color text-align: left .wrapper display: flex |