Skip to content

Commit

Permalink
Diffrent background for repeatable boxes
Browse files Browse the repository at this point in the history
  • Loading branch information
jedrzejchalubek committed Jan 9, 2017
1 parent 550a022 commit c9df7a3
Show file tree
Hide file tree
Showing 6 changed files with 11,049 additions and 13 deletions.
1,087 changes: 1,085 additions & 2 deletions public/css/Assely.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/css/assely.css.map

Large diffs are not rendered by default.

23 changes: 22 additions & 1 deletion public/js/assely-components.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2,421 changes: 2,419 additions & 2 deletions public/js/vendors/parsley.js

Large diffs are not rendered by default.

7,520 changes: 7,517 additions & 3 deletions public/js/vendors/vue.js

Large diffs are not rendered by default.

9 changes: 5 additions & 4 deletions resources/assets/sass/Components/Box.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,8 @@
border-bottom: 1px solid #ddd;
padding: 9px 14px;
background-color: #fff;
font-size: 14px;
font-weight: bold;

.title {
font-size: 14px;
}
}

&__content {
Expand Down Expand Up @@ -76,6 +73,10 @@
padding-right: 54px !important;
}
}

&--repeatable {
background-color: #f5f5f5;
}
}


Expand Down

0 comments on commit c9df7a3

Please sign in to comment.