mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-01 02:03:22 +00:00
Default design for ul and ol into the custom tab
`ul` and `old` default design already been reset, reactivate default design only for `.custom-tab`
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
.content
|
||||
.row
|
||||
.columns
|
||||
.columns.custom-tab
|
||||
= sanitize(@distributor.custom_tab&.content, scrubber: TrixScrubber.new)
|
||||
|
||||
@@ -119,6 +119,20 @@
|
||||
margin-top: 0.75rem;
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
|
||||
.custom-tab {
|
||||
ol, ul {
|
||||
margin-left: 1.5em;
|
||||
}
|
||||
|
||||
ol {
|
||||
list-style-type: decimal;
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style-type: disc;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&.with-darker-background {
|
||||
|
||||
Reference in New Issue
Block a user