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
5865b6d6
Commit
5865b6d6
authored
Oct 24, 2015
by
Ray Schamp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add some padding to the empty message
parent
0b26be70
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
src/main.scss
src/main.scss
+1
-0
src/views/components/components.jsx
src/views/components/components.jsx
+2
-0
No files found.
src/main.scss
View file @
5865b6d6
...
...
@@ -58,6 +58,7 @@ a:hover {
border
:
1px
solid
$bg-blue-accent
;
border-radius
:
5px
;
background-color
:
$bg-blue
;
padding
:
10px
;
text-align
:
center
;
line-height
:
2rem
;
color
:
$type-gray
;
...
...
src/views/components/components.jsx
View file @
5865b6d6
...
...
@@ -35,6 +35,8 @@ var Components = React.createClass({
</
Box
>
<
h1
>
{
'
What
\'
s Happening??
'
}
</
h1
>
<
Activity
/>
<
h1
>
{
'
Nothing!!!
'
}
</
h1
>
<
Activity
items=
{
[]
}
/>
</
div
>
);
}
...
...
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