Skip to content
Snippets Groups Projects
Commit 1de17074 authored by Ron Lucke's avatar Ron Lucke
Browse files

fix #3537

Closes #3537

Merge request studip/studip!2427
parent 5afeb6f2
No related branches found
No related tags found
No related merge requests found
......@@ -1260,3 +1260,39 @@ button.as-link {
text-decoration: underline;
color: $contrast-blue;
}
.talk-bubble-wrapper {
.talk-bubble {
background-color: var(--white);
border-radius: 8px;
border: solid 2px #000;
&::after {
top: -2px;
border-top-color: var(--black);
left: -18px;
}
.talk-bubble-content {
.talk-bubble-talktext {
.html {
.opengraph,
blockquote {
border: solid thin var(--black);
border-left: 3px solid var(--black);
}
}
}
}
}
&.talk-bubble-own-post {
.talk-bubble {
background-color: var(--white);
&::after {
border-top-color: var(--black);
right: -18px;
}
}
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment