Skip to content

Commit

Permalink
Merge pull request #6406 from nextcloud/chore/sass-deprecated-mixed-d…
Browse files Browse the repository at this point in the history
…eclaration-nested

chore: fix sass deprecation with mixed declaration in nested rules
  • Loading branch information
st3iny authored Oct 4, 2024
2 parents a5e9e4b + d039b91 commit b2a067f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/Editor/FreeBusy/FreeBusy.vue
Original file line number Diff line number Diff line change
Expand Up @@ -526,10 +526,10 @@ export default {
}
}
&__header{
margin-bottom: 20px;
h3{
font-weight: 500;
}
margin-bottom: 20px;
&__attendees{
&__user-bubble{
margin-right: 5px;
Expand Down
2 changes: 1 addition & 1 deletion src/components/Editor/FreeBusy/RoomAvailabilityList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,10 @@ export default {
}
&__header {
padding: 20px;
margin-bottom: 20px;
h3{
font-weight: 500;
}
margin-bottom: 20px;
&__attendees{
&__user-bubble{
margin-right: 5px;
Expand Down
2 changes: 1 addition & 1 deletion src/components/Editor/FreeBusy/RoomAvailabilityModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -370,10 +370,10 @@ export default {
}
}
&__header{
margin-bottom: 20px;
h3{
font-weight: 500;
}
margin-bottom: 20px;
}
&__footer{
display: flex;
Expand Down

0 comments on commit b2a067f

Please sign in to comment.