scinote-web/app/assets/stylesheets/shared/content/text.scss
2023-09-06 15:06:27 +02:00

33 lines
533 B
SCSS

.content__text-container {
.text-header:not(.editing-name):not(.locked) {
&:hover {
background-color: $color-concrete;
}
}
// TinyMCE table of contents
.mce-toc ul,
.mce-toc li {
list-style-type: none;
}
.img-responsive {
display: inline;
vertical-align: baseline;
}
.view-text-element {
a {
pointer-events: initial;
}
}
img {
max-width: 100%;
}
.content__text-body:hover:not(.edit):not(.component__element--locked) {
background: $color-concrete;
}
}