Skip to content

Commit

Permalink
Merge pull request #48702 from nextcloud/chore/update-sass-loader
Browse files Browse the repository at this point in the history
chore: migrate from deprecated SASS API and SASS JS API
  • Loading branch information
susnux authored Oct 15, 2024
2 parents dc92218 + 39ebc6e commit a5d8f4c
Show file tree
Hide file tree
Showing 275 changed files with 861 additions and 8,500 deletions.
2 changes: 1 addition & 1 deletion apps/files_sharing/css/icons.css.map

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

2 changes: 1 addition & 1 deletion apps/files_sharing/css/mobile.css.map

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

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

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

2 changes: 1 addition & 1 deletion apps/files_sharing/css/publicView.css.map

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

2 changes: 1 addition & 1 deletion apps/settings/css/settings.css.map

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

8 changes: 4 additions & 4 deletions apps/settings/src/components/AppStoreDiscover/PostType.vue
Original file line number Diff line number Diff line change
Expand Up @@ -252,15 +252,15 @@ export default defineComponent({
}

&__play-icon {
position: absolute;
top: -46px; // half of the icon height
inset-inline-end: -46px; // half of the icon width

&-wrapper {
position: relative;
top: -50%;
inset-inline-start: -50%;
}

position: absolute;
top: -46px; // half of the icon height
inset-inline-end: -46px; // half of the icon width
}
}

Expand Down
4 changes: 2 additions & 2 deletions apps/settings/src/components/Users/UserListHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,9 @@ export default Vue.extend({
@import './shared/styles.scss';

.header {
border-bottom: 1px solid var(--color-border);

@include row;
@include cell;

border-bottom: 1px solid var(--color-border);
}
</style>
Loading

0 comments on commit a5d8f4c

Please sign in to comment.