mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 23:57:55 -05:00
Remove stale comments, remove extra space, add padding
This commit is contained in:
parent
23f2135c17
commit
3dd69c287c
2 changed files with 3 additions and 11 deletions
|
@ -6,7 +6,7 @@ const React = require('react');
|
||||||
require('./button.scss');
|
require('./button.scss');
|
||||||
|
|
||||||
const Button = props => {
|
const Button = props => {
|
||||||
const classes = classNames('button', props.className, {'close-button' : props.isCloseType});
|
const classes = classNames('button', props.className, {'close-button': props.isCloseType});
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<button
|
<button
|
||||||
|
|
|
@ -15,10 +15,8 @@ $tile-height: 244px;
|
||||||
|
|
||||||
.donate-container {
|
.donate-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
// width: $desktop;
|
|
||||||
margin: 0.375rem auto;
|
margin: 0.375rem auto;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
// justify-content: flex-start;
|
|
||||||
|
|
||||||
.donate-icon {
|
.donate-icon {
|
||||||
margin: 0.6875rem;
|
margin: 0.6875rem;
|
||||||
|
@ -31,7 +29,6 @@ $tile-height: 244px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
// justify-content: flex-start;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.donate-text {
|
.donate-text {
|
||||||
|
@ -63,12 +60,6 @@ $tile-height: 244px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// @media only screen and (min-width: $mobile) and (max-width: $mobileIntermediate) {
|
|
||||||
// .donate-banner .donate-container .donate-button {
|
|
||||||
// margin: 0 0 1rem 0;
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
|
|
||||||
@media only screen and (max-width: $mobileIntermediate) {
|
@media only screen and (max-width: $mobileIntermediate) {
|
||||||
.donate-banner .donate-container .donate-central-items {
|
.donate-banner .donate-container .donate-central-items {
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
@ -77,7 +68,8 @@ $tile-height: 244px;
|
||||||
padding-bottom: 2rem;
|
padding-bottom: 2rem;
|
||||||
}
|
}
|
||||||
.donate-banner .donate-container .donate-button {
|
.donate-banner .donate-container .donate-button {
|
||||||
margin: 0 0 1rem 0;
|
margin-left: 0;
|
||||||
|
margin-bottom: 1rem
|
||||||
}
|
}
|
||||||
.donate-banner .donate-close-button {
|
.donate-banner .donate-close-button {
|
||||||
top: 1rem;
|
top: 1rem;
|
||||||
|
|
Loading…
Reference in a new issue