Browse Source
Rename blank page to Blank and fix navbar height
pull/66/head
Aigars Silkalns
8 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
3 additions and
2 deletions
-
src/assets/styles/spec/components/topbar.scss
-
src/blank.html
|
|
|
@ -12,7 +12,6 @@ |
|
|
|
background-color: $default-white; |
|
|
|
border-bottom: 1px solid $border-color; |
|
|
|
display: block; |
|
|
|
height: $header-height; |
|
|
|
margin-bottom: 0; |
|
|
|
padding: 0; |
|
|
|
position: fixed; |
|
|
|
@ -31,6 +30,8 @@ |
|
|
|
.header-container { |
|
|
|
@include clearfix; |
|
|
|
|
|
|
|
height: $header-height; |
|
|
|
|
|
|
|
.nav-left, |
|
|
|
.nav-right { |
|
|
|
list-style: none; |
|
|
|
|
|
|
|
@ -3,7 +3,7 @@ |
|
|
|
<head> |
|
|
|
<meta charset="utf-8"> |
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> |
|
|
|
<title>Chat</title> |
|
|
|
<title>Blank</title> |
|
|
|
<style> |
|
|
|
#loader { |
|
|
|
transition: all 0.3s ease-in-out; |
|
|
|
|