-
Notifications
You must be signed in to change notification settings - Fork 212
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #112 from Humni/contribution-guide
Added Contribution guide
- Loading branch information
Showing
8 changed files
with
1,916 additions
and
235 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"presets": ["env"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,5 @@ | |
.sass-cache | ||
page | ||
build.sh | ||
bower_components | ||
bower_components | ||
/node_modules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,36 @@ | ||
/* line 6, source/sass/image-picker.scss */ | ||
ul.thumbnails.image_picker_selector { | ||
overflow: auto; | ||
list-style-image: none; | ||
list-style-position: outside; | ||
list-style-type: none; | ||
padding: 0px; | ||
margin: 0px; } | ||
/* line 15, source/sass/image-picker.scss */ | ||
ul.thumbnails.image_picker_selector ul { | ||
overflow: auto; | ||
list-style-image: none; | ||
list-style-position: outside; | ||
list-style-type: none; | ||
padding: 0px; | ||
margin: 0px; } | ||
ul.thumbnails.image_picker_selector li.group {width:100%;} | ||
/* line 25, source/sass/image-picker.scss */ | ||
ul.thumbnails.image_picker_selector li.group_title { | ||
float: none; } | ||
/* line 30, source/sass/image-picker.scss */ | ||
ul.thumbnails.image_picker_selector li { | ||
margin: 0px 12px 12px 0px; | ||
float: left; } | ||
/* line 35, source/sass/image-picker.scss */ | ||
ul.thumbnails.image_picker_selector li .thumbnail { | ||
padding: 6px; | ||
border: 1px solid #dddddd; | ||
border: 1px solid #DDD; | ||
-webkit-user-select: none; | ||
-moz-user-select: none; | ||
-ms-user-select: none; } | ||
/* line 42, source/sass/image-picker.scss */ | ||
ul.thumbnails.image_picker_selector li .thumbnail img { | ||
-webkit-user-drag: none; } | ||
/* line 48, source/sass/image-picker.scss */ | ||
ul.thumbnails.image_picker_selector li .thumbnail.selected { | ||
background: #0088cc; } | ||
background: #08C; } |
Oops, something went wrong.