Skip to content

Commit fecc3eb

Browse files
palkerecsenyizzacharo
authored andcommitted
feat(css): styles for quote replies
* Remove padding from popup to make the button more sleek * Reduce the default margin/padding on blockquotes to make nested quotes look neater. * Change text color within blockquotes to be a muted gray.
1 parent cff390f commit fecc3eb

File tree

1 file changed

+18
-0
lines changed
  • invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/views

1 file changed

+18
-0
lines changed

invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/views/feed.overrides

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,16 @@
8282

8383
.text {
8484
width: auto;
85+
86+
&.extra blockquote {
87+
margin-left: 0.5rem;
88+
padding-left: 0.75rem;
89+
color: @mutedTextColor;
90+
91+
& > blockquote {
92+
margin-left: 0;
93+
}
94+
}
8595
}
8696

8797
&.requests-action-event {
@@ -164,6 +174,7 @@
164174
border-left: @extraTextPointer;
165175
font-size: @extraTextFontSize;
166176
line-height: @extraTextLineHeight;
177+
167178
}
168179

169180
/*--------------
@@ -237,4 +248,11 @@
237248
}
238249
}
239250

251+
.ui.popup.requests-event-body-popup {
252+
padding: 0;
253+
border: none;
240254

255+
.ui.button {
256+
margin: 0;
257+
}
258+
}

0 commit comments

Comments
 (0)