mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-24 14:56:22 +00:00
17 lines
No EOL
436 B
Text
17 lines
No EOL
436 B
Text
-# 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') |