mirror of
https://gh.wpcy.net/https://github.com/elementor/hello-theme.git
synced 2026-04-24 11:45:02 +08:00
18 lines
194 B
SCSS
18 lines
194 B
SCSS
/**
|
|
* List styling
|
|
*/
|
|
|
|
dl,
|
|
dt,
|
|
dd,
|
|
ol,
|
|
ul,
|
|
li {
|
|
margin-block-start: 0;
|
|
margin-block-end: 0;
|
|
border: 0;
|
|
outline: 0;
|
|
font-size: 100%;
|
|
vertical-align: baseline;
|
|
background: transparent;
|
|
}
|