Blender-org web-assets v2 upgrade #104116
@ -429,7 +429,9 @@ body.is-lightbox-active
|
|||||||
font-size: var(--fs-h4)
|
font-size: var(--fs-h4)
|
||||||
|
|
||||||
details
|
details
|
||||||
border-radius: var(--border-radius-lg)
|
@extend .box
|
||||||
|
|
||||||
|
+padding(2)
|
||||||
|
|||||||
|
|
||||||
p,
|
p,
|
||||||
ul
|
ul
|
||||||
|
Loading…
Reference in New Issue
Block a user
I don't think we need this anymore? We've got _details.sass in web-assets.
We currently use
details
on e.g. System Requirements page on blender.org (and on other pages with a similar look). As details blocks are top level blocks that are displayed as other boxes on the page, this is a way to keep current styling on the theme level, without introducing the need for database-level content changes.Alternatively we can remove style overrides from the theme, and make content changes in the Gutenberg editor (by adding grouping elements with the
box
class). I'd suggest to keep it like this, and apply content changes and do styles' cleanup in a next iteration.