add mobile styles
This commit is contained in:
parent
44410fa375
commit
262ae0f96c
|
@ -114,7 +114,7 @@ div.stripe-errors {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
.donations-category-contents {
|
.donations-category-contents {
|
||||||
width: 500px;
|
max-width: 500px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
padding: 30px 40px 10px;
|
padding: 30px 40px 10px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
@ -172,13 +172,13 @@ div.stripe-errors {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
span:first-of-type {
|
span:first-of-type {
|
||||||
margin-right: 8px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.donations-category-users {
|
.donations-category-users {
|
||||||
width: 500px;
|
max-width: 500px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
padding-bottom: 30px;
|
padding-bottom: 30px;
|
|
@ -0,0 +1,8 @@
|
||||||
|
.donations-category-header .donations-category-metadata {
|
||||||
|
flex-flow: wrap;
|
||||||
|
padding: 0 10px;
|
||||||
|
|
||||||
|
div {
|
||||||
|
padding-bottom: 10px;
|
||||||
|
}
|
||||||
|
}
|
|
@ -6,7 +6,8 @@
|
||||||
|
|
||||||
gem 'stripe', '2.8.0'
|
gem 'stripe', '2.8.0'
|
||||||
|
|
||||||
register_asset "stylesheets/discourse-donations.scss"
|
register_asset "stylesheets/common/discourse-donations.scss"
|
||||||
|
register_asset "stylesheets/mobile/discourse-donations.scss"
|
||||||
|
|
||||||
enabled_site_setting :discourse_donations_enabled
|
enabled_site_setting :discourse_donations_enabled
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue