Anki/react/src/ui/DeckScreen.css
Damien Elmes 82f0db7583 add a web UI proof of concept
See react/README
2020-01-06 14:28:07 +10:00

36 lines
444 B
CSS

button {
border: none;
background: none;
width: 1em;
}
.nodeOuter {
border-bottom: 1px solid #eee;
margin-bottom: 5px;
transition: 1s ease-in;
transition-property: height;
}
.nodeInner {
padding: 5px;
}
.counts {
float: right;
font-size: smaller;
text-align: right;
}
.new {
color: #000099;
}
.due {
color: #007700;
}
.dueTable {
max-width: 50em;
min-width: 40vw;
margin-left: auto;
margin-right: auto;
}