mirror of
https://github.com/aljazceru/landscape-template.git
synced 2026-02-18 04:54:32 +01:00
29 lines
572 B
SCSS
29 lines
572 B
SCSS
.wrapper {
|
|
|
|
:global{
|
|
|
|
.ProseMirror {
|
|
overflow: hidden;
|
|
border-bottom-left-radius: inherit;
|
|
border-bottom-right-radius: inherit;
|
|
min-height: var(--rmr-space-5);
|
|
|
|
|
|
a{
|
|
color: rgb(54, 139, 236);
|
|
|
|
&:hover{
|
|
text-decoration: underline;
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
}
|
|
|
|
.ProseMirror,
|
|
.ProseMirror:active,
|
|
.ProseMirror:focus{
|
|
box-shadow: none;
|
|
}
|
|
}
|
|
|
|
} |