Skip to content

Commit

Permalink
🎨 #7701
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa219 authored and 88250 committed Mar 28, 2023
1 parent 67e3a85 commit 638c937
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions app/src/assets/scss/business/_card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,19 +53,17 @@
box-shadow: none;
}

&--hide {
.protyle-wysiwyg > .sb > div:nth-of-type(n+2):not(.protyle-attr) {
display: none;
}
&--hide span[data-type~=mark] {
transition: var(--b3-transition);
color: transparent !important;
}

.li > .list {
display: none;
}
&--hideli .li > .list {
display: none;
}

span[data-type~=mark] {
transition: var(--b3-transition);
color: transparent !important;
}
&--hidesb .protyle-wysiwyg > .sb > div:nth-of-type(n+2):not(.protyle-attr) {
display: none;
}
}
}
Expand Down

0 comments on commit 638c937

Please sign in to comment.