Skip to content

Instantly share code, notes, and snippets.

const AppStateRecord = Record({
// todos: List<TodoItem>([]),
// uiState: new UIState({})
news: List<CategoryItem>([]),
worklist: List<WorklistItem>([]),
smartlist:
vetrine:
});
.container {
width: 960px !important;
}
@media (min-width: 1px) {
.container {
max-width: 940px;
}
.col-lg-1,
.col-lg-2,