Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
alain
Make it Open Project Site
Commits
e434db60
Commit
e434db60
authored
Mar 12, 2021
by
Benthe Kuijpers
Browse files
ol and ul styling for item content
parent
4a37601a
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
wordpress/wp-content/themes/makeitopen/assets/css/maps/style.css.map
View file @
e434db60
This diff is collapsed.
Click to expand it.
wordpress/wp-content/themes/makeitopen/assets/css/style.css
View file @
e434db60
This diff is collapsed.
Click to expand it.
wordpress/wp-content/themes/makeitopen/assets/scss/templates/_single.scss
View file @
e434db60
...
@@ -23,69 +23,6 @@
...
@@ -23,69 +23,6 @@
font-size
:
18px
;
font-size
:
18px
;
line-height
:
32px
;
line-height
:
32px
;
}
}
ul
,
ol
{
list-style
:
none
;
margin
:
0
0
20px
;
padding
:
0
;
li
{
padding
:
0
0
0
30px
;
position
:
relative
;
margin
:
0
0
5px
;
&
:before
,
&
:after
{
content
:
" "
;
display
:
block
;
position
:
absolute
;
left
:
0
;
mix-blend-mode
:
multiply
;
background
:
$blue
;
border-radius
:
50%
;
}
&
:before
{
z-index
:
-2
;
background
:
$bg-yellow
;
transform
:
rotate
(
0deg
)
translate
(
1px
,
1px
);
}
}
}
ol
{
counter-reset
:
counter
;
li
{
counter-increment
:
counter
;
&
:before
,
&
:after
{
z-index
:
-1
;
font-family
:
$font-header
;
content
:
counter
(
counter
);
font-weight
:
600
;
font-size
:
15px
;
line-height
:
20px
;
color
:
white
;
text-align
:
center
;
top
:
5px
;
height
:
20px
;
width
:
20px
;
}
}
}
ul
li
{
&
:before
,
&
:after
{
width
:
10px
;
height
:
10px
;
border-radius
:
50%
;
top
:
10px
;
left
:
5px
;
}
}
}
}
&
__image
{
&
__image
{
...
@@ -110,4 +47,77 @@
...
@@ -110,4 +47,77 @@
&
__button
{
&
__button
{
margin
:
100px
0
3px
;
margin
:
100px
0
3px
;
}
}
}
.single__content
,
.item__content
,
.content-row
.text-wrapper
{
ul
,
li
{
font-size
:
18px
;
line-height
:
32px
;
}
ul
,
ol
{
list-style
:
none
;
margin
:
0
0
20px
;
padding
:
0
;
li
{
padding
:
0
0
0
30px
;
position
:
relative
;
margin
:
0
0
5px
;
&
:before
,
&
:after
{
content
:
" "
;
display
:
block
;
position
:
absolute
;
left
:
0
;
mix-blend-mode
:
multiply
;
background
:
$blue
;
border-radius
:
50%
;
}
&
:before
{
z-index
:
-2
;
background
:
$bg-yellow
;
transform
:
rotate
(
0deg
)
translate
(
1px
,
1px
);
}
}
}
ol
{
counter-reset
:
counter
;
li
{
counter-increment
:
counter
;
&
:before
,
&
:after
{
z-index
:
-1
;
font-family
:
$font-header
;
content
:
counter
(
counter
);
font-weight
:
600
;
font-size
:
15px
;
line-height
:
20px
;
color
:
white
;
text-align
:
center
;
top
:
5px
;
height
:
20px
;
width
:
20px
;
}
}
}
ul
li
{
&
:before
,
&
:after
{
width
:
10px
;
height
:
10px
;
border-radius
:
50%
;
top
:
10px
;
left
:
5px
;
}
}
}
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment