Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
feather
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
feather
Commits
ad8509dd
Commit
ad8509dd
authored
Feb 26, 2017
by
Cole Bemis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Style icons section
parent
3f00ee3e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
9 deletions
+18
-9
icons.html
_includes/icons.html
+9
-7
style.scss
style.scss
+9
-2
No files found.
_includes/icons.html
View file @
ad8509dd
<section>
{% for icon in site.data.icons %}
{% capture icon_path %}icons/{{ icon }}.svg{% endcapture %}
<div
class=
"feather-icon"
>
{% include_relative {{ icon_path }} %}
</div>
{% endfor %}
<section
class=
"section icons"
>
<div
class=
"container icons-container"
>
{% for icon in site.data.icons %}
{% capture icon_path %}icons/{{ icon }}.svg{% endcapture %}
<div
class=
"feather-icon"
>
{% include_relative {{ icon_path }} %}
</div>
{% endfor %}
</div>
</section>
\ No newline at end of file
style.scss
View file @
ad8509dd
...
...
@@ -33,6 +33,7 @@ a {
display
:
flex
;
flex-direction
:
column
;
align-items
:
center
;
padding
:
4rem
0
;
}
.container
{
...
...
@@ -59,7 +60,6 @@ a {
/* Header */
.header
{
padding
:
4rem
0
;
border-bottom
:
1px
solid
black
;
text-align
:
center
;
...
...
@@ -114,10 +114,17 @@ a {
/* Icons */
.icons-container
{
display
:
flex
;
flex-wrap
:
wrap
;
justify-content
:
center
;
}
.feather-icon
{
display
:
inline-block
;
width
:
1
.5rem
;
height
:
1
.5rem
;
margin
:
1rem
;
stroke-width
:
2px
;
>
svg
{
...
...
@@ -131,7 +138,7 @@ a {
/* Request */
.request
{
padding
:
4rem
0
;
background-color
:
lightgray
;
}
.request-container
{
...
...
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