Skip to content

Commit

Permalink
Sass deprecation warning fix (merge commit)
Browse files Browse the repository at this point in the history
Merge branch 'Saas_Deprecation' into 'main'
* Update 2 files

- /swift_browser_ui_frontend/src/components/UploadModal.vue
- /swift_browser_ui_frontend/src/components/ShareModal.vue

See merge request https://gitlab.ci.csc.fi/sds-dev/sd-connect/swift-browser-ui/-/merge_requests/369

Approved-by: Sampsa Penna <[email protected]>
Approved-by: Joonatan Mäkinen <[email protected]>
Co-authored-by: Dean Ruina <[email protected]>
Merged by Sampsa Penna <[email protected]>
  • Loading branch information
Sampsa Penna committed Oct 23, 2024
2 parents b569b23 + a22e53c commit 35f138a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions swift_browser_ui_frontend/src/components/ShareModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -735,11 +735,11 @@ c-flex, .shared-notification {
c-alert[type="success"] {
align-items: center;
margin-bottom: 1.5rem;
box-shadow: 2px 4px 4px 0px var(--csc-light-grey);
& > .shared-notification {
color: var(--csc-dark);
};
margin-bottom: 1.5rem;
box-shadow: 2px 4px 4px 0px var(--csc-light-grey);
}
c-toasts {
Expand All @@ -748,11 +748,11 @@ c-toasts {
c-alert[type="success"] {
align-items: center;
margin-bottom: 1.5rem;
box-shadow: 2px 4px 4px 0px var(--csc-light-grey);
& > .shared-notification {
color: var(--csc-dark);
};
margin-bottom: 1.5rem;
box-shadow: 2px 4px 4px 0px var(--csc-light-grey);
}
</style>
6 changes: 3 additions & 3 deletions swift_browser_ui_frontend/src/components/UploadModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -960,12 +960,12 @@ c-card-actions {
.dropArea {
border: 1px dashed $csc-light-grey;
padding: 2rem 0;
& > span:first-of-type {
margin-right: 1rem;
}
display: flex;
align-items: center;
justify-content: center;
& > span:first-of-type {
margin-right: 1rem;
}
}
.over-dropArea {
Expand Down

0 comments on commit 35f138a

Please sign in to comment.