Skip to content
Snippets Groups Projects
Commit ef981999 authored by fanconic's avatar fanconic
Browse files

proper structure of hot-row item

parents 0c73e8bb 3b76e159
No related branches found
No related tags found
1 merge request!39Frontpage
......@@ -20,7 +20,7 @@ export default class studydocList {
static view() {
if (!isLoggedIn()) return m(Error401);
return m('div', [
return m('div#studydoc-list', [
m(
'form',
{
......
@import './frontpage.less';
@import './studydocList.less';
div {
border: solid 1px black;
......
.listview {
}
\ No newline at end of file
@import './listview.less';
#studydoc-list {
.listview;
background-color: red;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment