5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-24 17:56:22 +00:00
panel/app/views/designs/_designs_buttons.haml

17 lines
436 B
Text
Raw Permalink Normal View History

-# Custom and Donation buttons
.row.pt-5
.col-lg-10.offset-2
.row
.col-8
%h3.text-primary= t('.custom.title')
%p= t('.custom.help')
.col-4.pt-3
%button.btn.btn-primary= t('.custom.contact')
.row.py-4
.col-lg-10.offset-2
.row
.col-8
%h3.text-primary= t('.donation.title')
%p= t('.donation.help')
.col-4.pt-3
%button.btn.btn-primary= t('.donation.link')