diff options
| author | Ofer Lehr <ofer@oferlehr.com> | 2014-12-01 00:44:10 +0200 |
|---|---|---|
| committer | Ofer Lehr <ofer@oferlehr.com> | 2014-12-01 00:44:10 +0200 |
| commit | f92ea38fff179613edb543b6435750c0ed64e573 (patch) | |
| tree | c8f27e48fc12cd6442878fb91f79864f50d6094f /index.html | |
| parent | b12f2c868cb71d6b23158ef86f5b16977df941a9 (diff) | |
fixed sass variable colors and polished top bar css
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -14,13 +14,14 @@ <div class="top-bar"> <h3 class="doc-title">Server test</h3> - <div class="login area"> - <div class="profile-circle"> - <h4 class="profile-initials">U.I</h4> + <div class="user-area"> + <div class="username"> + <div class="profile-circle"></div> + <span class="profile-initials">UH</span> + <h4 class="profile-username">Username here</h4> </div> - <h4 class="profile-username">Username here</h4> + <img class="organization-logo" src="res/img/cri-logo.png"> </div> - <img class="owner-logo" src="res/img/cri-logo.png"> </div> <div class="search-bar"> <img class="search-icon" src="res/img/search-icon.png"> |
