Skip to content

Commit

Permalink
Move some of the styling from the markup to the stylesheets, fix attr…
Browse files Browse the repository at this point in the history
…ibution in the footer
  • Loading branch information
csbailey5t committed Dec 16, 2015
1 parent 8720a39 commit fc8baee
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
10 changes: 4 additions & 6 deletions app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,9 @@
</div>

<div class='row'>
<div class="col s12 m8 offset-m2">
<div class='card'>
<div class='card-content amber lighten-3 center-align white-text' id='drop_target'>
drop files here
</div>
<div class='card'>
<div class='card-content' id='drop_target'>
drop files here
</div>
</div>
</div>
Expand All @@ -81,7 +79,7 @@
<div class="container">
<div class="row">
<div class="col m6 s12 white-text">
eric rochester
scholars' lab
</div>
<div class="col m6 s12 grey-text right-align">
<a href="mailto:erochest@virginia.edu">email</a>
Expand Down
9 changes: 9 additions & 0 deletions app/styles/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,21 @@ $icon-font-path: '../fonts/';
font-size: 36px;
}

.card {
@extend .amber, .lighten-3;
}

#drop_target {
height: 150px;
width: 100%;
font-size: larger;
@extend .center-align, .white-text;
}

#chunk_progress {
width: 100%;
}

i.prefix {
@extend .amber-text;
}

0 comments on commit fc8baee

Please sign in to comment.