Skip to content

Commit

Permalink
updated style.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
twin-elements committed Mar 14, 2022
1 parent d4b017c commit 585bf92
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"require": {
"php": "^7.1.3",
"symfony/framework-bundle": "^4.4 || ^5.4",
"twin-elements/form-extensions": "^v1.2",
"twin-elements/form-extensions": "^v1.4",
"twin-elements/flashes": "^1.0"
},
"autoload": {
Expand Down
5 changes: 5 additions & 0 deletions src/Resources/private/scss/_collection.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.collection-child-actions-container {
&:nth-of-type(odd) {
background-color: $light;
}
}
3 changes: 2 additions & 1 deletion src/Resources/private/scss/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ $icomoon-font-path: '../../fonts';
@import "top";
@import "base";
@import "breadcrumbs";
@import "gallery";
//@import "gallery";
@import "btn";
@import "~monaco-editor/dev/vs/editor/editor.main.css";
@import "collection";

0 comments on commit 585bf92

Please sign in to comment.