Skip to content

Commit

Permalink
style(enhancements): General styling enhancements
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorgerhardt committed Oct 31, 2016
1 parent f8065d1 commit dacb761
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/components/fullscreen/style.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.Fullscreen {
position: absolute;
height: 100%;
left: 0;
right: 414px;
right: 0;
left: 414px;
overflow: hidden;
}
2 changes: 1 addition & 1 deletion src/components/log/style.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

.Log {
height: 100%;
height: 6rem;
font-size: 1rem;
line-height: 1.5;
overflow: scroll;
Expand Down
6 changes: 3 additions & 3 deletions src/containers/indianapolis/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ body {
.Taui-Dock {
background-color: #0b2b40; /* Conveyal blue down to 25% brightness in HSB */
position: absolute;
width: 414px;
max-width: 414px;
top: 0;
right: 0;
left: 0;
height: 100%;
box-shadow: 0 0 25px 0 rgba(0, 0, 0, .15);
}
Expand Down Expand Up @@ -54,7 +54,7 @@ body {
.Taui-ActionLog {
display: block;
bottom: 0;
height: 6rem;
height: 5rem;
background-color: #fff;
padding: 0.5rem 1rem;
}
Expand Down

0 comments on commit dacb761

Please sign in to comment.