Skip to content
This repository has been archived by the owner on May 12, 2019. It is now read-only.

Commit

Permalink
WIP – refactor CSS scaffold
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Feb 22, 2015
1 parent b2df5d5 commit c710928
Show file tree
Hide file tree
Showing 11 changed files with 53 additions and 75 deletions.
2 changes: 1 addition & 1 deletion assets/css/uno.css

Large diffs are not rendered by default.

Binary file removed assets/img/glitch.png
Binary file not shown.
46 changes: 46 additions & 0 deletions assets/scss/components/_aside.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,49 @@
}
}
}

.links,
.social {
position: relative;
display: inline-block;
float: left;
margin: 0;
list-style-type: none;
}

.links {
margin: 0;

&.item {
display: inline-block;
margin: 0 1px 0 0;
line-height: 1em;
a {
@include btn-cover;
padding: 10px 20px;
}
}
}

.social {
&.expanded {
margin: 0 0 0 1.5rem;
}

&.item {
display: inline-block;
margin: 0 4px 0 0;
line-height: 1em;
a {
@include btn-cover;
padding: 6px 8px 6px 9px;
.label {
display: none;
}
.icon {
display: block;
font-size: 1.7em;
}
}
}
}
67 changes: 0 additions & 67 deletions assets/scss/components/_navigation.scss

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
9 changes: 4 additions & 5 deletions assets/scss/uno.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,19 @@
@import 'modules/grid.scss';
@import 'modules/global.scss';
@import 'modules/fonts.scss';
@import 'modules/buttons.scss';
@import 'modules/icons.scss';
@import 'modules/forms.scss';
@import 'modules/effects.scss';

// ------------------------------
// COMPONENTS
// ------------------------------

@import 'components/aside.scss';
@import 'components/buttons.scss';
@import 'components/navigation.scss';
@import 'components/page-error.scss';
@import 'components/pagination.scss';
@import 'components/icons.scss';
@import 'components/post.scss';
@import 'components/forms.scss';
@import 'components/search.scss';
@import 'components/effects.scss';
@import 'components/loading.scss';
@import 'components/media-queries.scss';
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"Kiko Beats <josefrancisco.verdu@gmail.com>"
],
"dependencies": {
"ghostHunter": "git://github.com/i11ume/ghostHunter/",
"ghostHunter": "git://github.com/i11ume/ghostHunter.git",
"animate.css": "*",
"reading-time": "*",
"pace": "*",
Expand Down
2 changes: 1 addition & 1 deletion gulpfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ src =
'assets/vendor/fastclick/lib/fastclick.js'
'assets/vendor/ghostHunter/jquery.ghostHunter.min.js'
'assets/vendor/pace/pace.min.js'
'assets/vendor/reading-time/build/readingTime.min.js' ]
'assets/vendor/reading-time/build/readingTime.min.js']
css :
main : 'assets/css/uno.css'
vendor : ['assets/vendor/animate.css/animate.min.css']
Expand Down

0 comments on commit c710928

Please # to comment.