Skip to content

Commit

Permalink
move batch block style to component style file
Browse files Browse the repository at this point in the history
  • Loading branch information
gsambrotta committed Oct 26, 2023
1 parent 5bc7807 commit f39bf9e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
3 changes: 1 addition & 2 deletions src/app/blocks/batch-block/batch-block.component.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.batch-block-flex {
background-color: black;
:host(.batch-block-flex) {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
Expand Down
10 changes: 0 additions & 10 deletions src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -103,16 +103,6 @@ app-workflow-cell-renderer app-actions-block.block-wrapper {
margin: 0;
}

.batch-block-flex {
background-color: red;
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
align-items: center;
gap: 10px 20px;
overflow: hidden;
}

.tag-list {
font-size: 0.8em;
margin-bottom: 0.4em;
Expand Down

0 comments on commit f39bf9e

Please sign in to comment.