stylus/options/index.css

23 lines
255 B
CSS
Raw Normal View History

2017-02-14 15:35:53 +00:00
body {
margin: 10px;
font-family: "Helvetica Neue",Helvetica,sans-serif;
font-size: 12px;
}
table {
width: 100%;
}
td:last-child {
text-align: right;
}
input[type=number],
button {
width: 80px;
}
.notes {
font-size: 90%;
color: #999;
}