14 lines
128 B
SCSS
14 lines
128 B
SCSS
|
.noList {
|
||
|
list-style: none;
|
||
|
padding-left: 0;
|
||
|
margin-left: 0;
|
||
|
}
|
||
|
|
||
|
dt {
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
dd {
|
||
|
margin: 0 0 1.5rem;
|
||
|
}
|