Add expand button on patron

This commit is contained in:
Mathieu Magnin 2017-06-14 14:57:30 +02:00
parent 90a643d4fb
commit 765be88d6d
2 changed files with 7 additions and 0 deletions

View file

@ -2,4 +2,8 @@
.patron {
@extend %page-width-container;
p {
margin-bottom: 20px;
}
}

View file

@ -11,3 +11,6 @@
= link_to ".button.large", "#", class: "button large"
= link_to ".button.large.primary", "#", class: "button large primary"
%p
= link_to ".button.primary.expand", "#", class: "button primary expand"