forked from alminium/alminium
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule gitmike
updated
24 files
+20 −0 | .gitignore | |
+27 −23 | README.md | |
+55 −0 | gulpfile.js | |
+ − | images/logo.png | |
+ − | images/logo@2x.png | |
+26 −0 | package.json | |
+27 −29 | sass/_forms.scss | |
+0 −3 | sass/_functions.scss | |
+22 −0 | sass/_invoice.scss | |
+9 −9 | sass/_login.scss | |
+79 −0 | sass/_mainmenu.scss | |
+17 −196 | sass/_mixins.scss | |
+41 −0 | sass/_plugins.scss | |
+29 −21 | sass/_projects.scss | |
+20 −0 | sass/_responsive.scss | |
+5 −0 | sass/_settings.scss | |
+2 −11 | sass/_store.scss | |
+21 −14 | sass/_tables.scss | |
+1 −0 | sass/_themeheader.scss | |
+5 −3 | sass/_variables.scss | |
+223 −0 | sass/_wiki.scss | |
+108 −202 | sass/application.scss | |
+ − | screenshot.png | |
+131 −85 | stylesheets/application.css |