Reshuffle to put "HTML" (JSX) and CSS together as a theme with logic elsewhere.
This commit is contained in:
parent
cc4fa6140c
commit
a022a4b9a6
37 changed files with 56 additions and 54 deletions
11
themes/base/css/organisms/RoomList.css
Normal file
11
themes/base/css/organisms/RoomList.css
Normal file
|
@ -0,0 +1,11 @@
|
|||
.mx_RoomList {
|
||||
}
|
||||
|
||||
.mx_RoomList ul {
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
.mx_RoomList ul li {
|
||||
list-style-type: none;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue