stylus/options/index.css
2017-02-14 19:05:53 +03:30

23 lines
255 B
CSS

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;
}