|
@@ -17,9 +17,11 @@
|
|
|
// TODO: Refacotr to Soft-coding
|
|
// TODO: Refacotr to Soft-coding
|
|
|
.page-comment-commenteditorlazyrenderer-body-skelton :global {
|
|
.page-comment-commenteditorlazyrenderer-body-skelton :global {
|
|
|
position: relative;
|
|
position: relative;
|
|
|
- height: 72.25px;
|
|
|
|
|
- padding: 1em;
|
|
|
|
|
|
|
+ padding: 1.5rem 2rem;
|
|
|
margin-left: 4.5em;
|
|
margin-left: 4.5em;
|
|
|
|
|
+ //font-size: 1.09375rem;
|
|
|
|
|
+ line-height: 1.5;
|
|
|
|
|
+ //border-radius: 8px;
|
|
|
@include bs.media-breakpoint-down(xs) {
|
|
@include bs.media-breakpoint-down(xs) {
|
|
|
margin-left: 3.5em;
|
|
margin-left: 3.5em;
|
|
|
}
|
|
}
|