Skip to content

Commit

Permalink
link-load big button
Browse files Browse the repository at this point in the history
  • Loading branch information
peckomingo committed Nov 27, 2015
1 parent 24c1684 commit 521309d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
13 changes: 13 additions & 0 deletions app/assets/stylesheets/components/_link-more.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,16 @@
color: $color-ambient-rosa;
}
}

.link-load {
display: table;
margin: 0 auto;
&.-big {
@extend .btn-secondary;
@include respond-to(">=large") {
width: 590px;
margin-left: 200px;
margin-top: 20px;
}
}
}
7 changes: 2 additions & 5 deletions app/assets/stylesheets/controllers/_location.scss
Original file line number Diff line number Diff line change
Expand Up @@ -116,17 +116,14 @@ section.locationPage {
}
}

.link-load {
display: table;
margin: 0 auto;
}


}


.tagCollection {
list-style: none;
margin: 0;
margin: 0;:
padding: 0;
overflow: hidden;
li {
Expand Down

0 comments on commit 521309d

Please sign in to comment.