Skip to content

Commit

Permalink
fix: some button stylings
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas H. Kelch committed Feb 2, 2024
1 parent 24dad3f commit 7d1ee53
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 32 deletions.
10 changes: 0 additions & 10 deletions packages/viur-vue-utils/bones/edit/actionbar/defaultBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -107,17 +107,7 @@ export default defineComponent({
flex-wrap: nowrap;
}
.delete-btn {
&::part(base) {
aspect-ratio: 1;
}
}
.add-btn {
margin-left: auto;
& sl-icon {
margin-right: var(--sl-spacing-x-small);
}
}
</style>
14 changes: 0 additions & 14 deletions packages/viur-vue-utils/bones/edit/actionbar/fileBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -207,25 +207,11 @@ sl-combobox {
justify-content: center;
}
.delete-btn {
&::part(base) {
aspect-ratio: 1;
}
}
.add-btn {
margin-left: var(--sl-spacing-x-small);
&::part(base) {
aspect-ratio: 1;
}
}
.upload-btn {
margin-left: auto;
& sl-icon {
margin-right: var(--sl-spacing-x-small);
}
}
</style>
Original file line number Diff line number Diff line change
Expand Up @@ -118,17 +118,9 @@ sl-combobox {
.delete-btn {
margin-right: var(--sl-spacing-x-small);
&::part(base) {
aspect-ratio: 1;
}
}
.add-btn {
margin-left: var(--sl-spacing-x-small);
& sl-icon {
margin-right: var(--sl-spacing-x-small);
}
}
</style>

0 comments on commit 7d1ee53

Please sign in to comment.