Add expand button on patron
This commit is contained in:
parent
90a643d4fb
commit
765be88d6d
2 changed files with 7 additions and 0 deletions
|
@ -2,4 +2,8 @@
|
|||
|
||||
.patron {
|
||||
@extend %page-width-container;
|
||||
|
||||
p {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue