10 lines
107 B
SCSS
10 lines
107 B
SCSS
.checklist {
|
|
padding-left: 0;
|
|
list-style: none;
|
|
margin-top: 5px;
|
|
|
|
li {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|