Files
shamir/src/css/app.css
Ian Coleman 508a061fa9 First commit
2016-07-12 09:26:48 +10:00

31 lines
446 B
CSS

input[type="number"] {
display: inline-block;
width: 70px;
}
pre {
font-family: inherit;
font-size: inherit;
background: inherit;
border: inherit;
word-break: inherit;
white-space: pre-wrap;
}
.generated {
max-width: 100%;
overflow-wrap: break-word;
}
.part {
padding: 10px 0;
}
.part:nth-of-type(2n+1) {
background-color: #F4F4F3;
}
.part:nth-of-type(2n+0) {
background-color: #E9E8E6;
}