Fix list style
This commit is contained in:
parent
5d3f6aff98
commit
1037ccef66
1 changed files with 11 additions and 0 deletions
|
@ -329,3 +329,14 @@ p .ui.horizontal.label {
|
|||
.ui.basic.white.button {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
/**
|
||||
* List
|
||||
*/
|
||||
ul.ui.list li::before {
|
||||
display: none;
|
||||
}
|
||||
|
||||
ul.ui.list {
|
||||
margin: 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue