File tree Expand file tree Collapse file tree 2 files changed +15
-4
lines changed Expand file tree Collapse file tree 2 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 1+ module . exports = {
2+ extends : [
3+ '../../.stylelintrc.js'
4+ ] ,
5+ ignoreFiles : [
6+ 'node_modules/**/*' ,
7+ 'vendor/**/*'
8+ ] ,
9+ } ;
Original file line number Diff line number Diff line change 2626 * -------------------------------------------------------------------------
2727 */
2828
29- // config
29+ // config
3030ul .fields_config li {
3131 cursor :pointer ;
3232 float :left ;
3333 width :20% ;
34- -moz-border-radius : 5px ;
35- -webkit-border-radius :5px ;
3634 border-radius : 5px ;
37- margin :0 1% 10px 1 % ;
35+ margin :0 1% 10px ;
3836 padding :5px 1px ;
3937}
38+
4039ul .fields_config li :hover {
4140 background-color :#E8E8E8 ;
4241}
42+
4343ul .fields_config li p {
4444 padding-top : 8px ;
4545}
46+
4647ul .fields_config li img {
4748 float : left ;
4849 margin-right : 2px ;
4950}
51+
5052div .fields_clear {
5153 clear : both ;
5254 width :100% ;
You can’t perform that action at this time.
0 commit comments