Skip to content

Commit

Permalink
Fix design
Browse files Browse the repository at this point in the history
  • Loading branch information
kechol committed Jan 29, 2017
1 parent 8c71e7a commit 4ea9fe2
Show file tree
Hide file tree
Showing 14 changed files with 7,335 additions and 31 deletions.
26 changes: 24 additions & 2 deletions app/assets/stylesheets/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,21 +66,43 @@ a {

.app {
height: 100%;
padding: 44px 0 0;
overflow: hidden;

.header {
position: fixed;
z-index: 100;
top: 0;
left: 0;
padding: 7px 0;
padding: 7px 50px;
width: 100%;
height: 44px;
line-height: 30px;
font-size: 15px;
font-weight: bold;
text-align: center;
border-bottom: solid 1px #ccc;
color: #fff;
background: #e50000;

a {
color: #fff;
text-decoration: none;
}

&-btn-left, &-btn-right {
position: absolute;
top: 7px;
left: 7px;
width: 30px;
height: 30px;
line-height: 30px;
font-size: 22px;
}

&-btn-right {
left: auto;
right: 7px;
}
}

input[type='text'] {
Expand Down
Binary file not shown.
199 changes: 199 additions & 0 deletions app/assets/stylesheets/linericons/fonts/Linearicons-Free.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 4ea9fe2

Please sign in to comment.