Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
scratch-www
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
scratch-www
Commits
3dd69c28
Commit
3dd69c28
authored
May 07, 2021
by
Ben Wheeler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove stale comments, remove extra space, add padding
parent
23f2135c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
11 deletions
+3
-11
src/components/forms/button.jsx
src/components/forms/button.jsx
+1
-1
src/views/splash/donate/donate-banner.scss
src/views/splash/donate/donate-banner.scss
+2
-10
No files found.
src/components/forms/button.jsx
View file @
3dd69c28
...
...
@@ -6,7 +6,7 @@ const React = require('react');
require
(
'
./button.scss
'
);
const
Button
=
props
=>
{
const
classes
=
classNames
(
'
button
'
,
props
.
className
,
{
'
close-button
'
:
props
.
isCloseType
});
const
classes
=
classNames
(
'
button
'
,
props
.
className
,
{
'
close-button
'
:
props
.
isCloseType
});
return
(
<
button
...
...
src/views/splash/donate/donate-banner.scss
View file @
3dd69c28
...
...
@@ -15,10 +15,8 @@ $tile-height: 244px;
.donate-container
{
display
:
flex
;
// width: $desktop;
margin
:
0
.375rem
auto
;
align-items
:
center
;
// justify-content: flex-start;
.donate-icon
{
margin
:
0
.6875rem
;
...
...
@@ -31,7 +29,6 @@ $tile-height: 244px;
display
:
flex
;
flex-direction
:
row
;
align-items
:
center
;
// justify-content: flex-start;
}
.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
)
{
.donate-banner
.donate-container
.donate-central-items
{
flex-wrap
:
wrap
;
...
...
@@ -77,7 +68,8 @@ $tile-height: 244px;
padding-bottom
:
2rem
;
}
.donate-banner
.donate-container
.donate-button
{
margin
:
0
0
1rem
0
;
margin-left
:
0
;
margin-bottom
:
1rem
}
.donate-banner
.donate-close-button
{
top
:
1rem
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment