Skip to content

Commit

Permalink
Add license header to scss files
Browse files Browse the repository at this point in the history
  • Loading branch information
jordisala1991 authored and greg0ire committed Apr 28, 2021
1 parent 4d20786 commit b87f72c
Show file tree
Hide file tree
Showing 8 changed files with 52 additions and 240 deletions.
11 changes: 10 additions & 1 deletion assets/scss/app.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*!
* This file is part of the Sonata Project package.
*
* (c) Thomas Rabaix <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

@import "~bootstrap/dist/css/bootstrap.css";
@import "~font-awesome/scss/font-awesome";

Expand All @@ -9,7 +18,7 @@
// Eonasdan Bootstrap DateTimePicker in its version 3 does not
// provide the scss or plain css, it only provides the less version
// of its source files, that's why it is not included it via npm.
@import "../vendor/bootstrap-datetimepicker.css";
@import "../vendor/bootstrap-datetimepicker.min.css";

// Only use sortable widget from jQuery UI library
@import "~jquery-ui/themes/base/sortable.css";
Expand Down
9 changes: 9 additions & 0 deletions assets/scss/flashmessage.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*!
* This file is part of the Sonata Project package.
*
* (c) Thomas Rabaix <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

.read-more-state {
display: none;
}
Expand Down
9 changes: 9 additions & 0 deletions assets/scss/layout.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*!
* This file is part of the Sonata Project package.
*
* (c) Thomas Rabaix <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

.form-horizontal .control-group {
margin-bottom: 10px;
}
Expand Down
9 changes: 9 additions & 0 deletions assets/scss/styles.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*!
* This file is part of the Sonata Project package.
*
* (c) Thomas Rabaix <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

/**
* SonataAdminBundle Theme based on SB Admin v2.0
* http://startbootstrap.com/templates/sb-admin-v2/
Expand Down
9 changes: 9 additions & 0 deletions assets/scss/tree.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*!
* This file is part of the Sonata Project package.
*
* (c) Thomas Rabaix <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

.sonata-tree {
list-style: none;
margin-left: 15px;
Expand Down
238 changes: 0 additions & 238 deletions assets/vendor/bootstrap-datetimepicker.css

This file was deleted.

5 changes: 5 additions & 0 deletions assets/vendor/bootstrap-datetimepicker.min.css

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

2 changes: 1 addition & 1 deletion src/Resources/public/app.css

Large diffs are not rendered by default.

0 comments on commit b87f72c

Please sign in to comment.