Files
ternary-graph-generator/ternary-graph.css
2025-08-27 21:15:20 -07:00

53 lines
806 B
CSS

button {
border-width: 3px;
border-bottom-color: #B3B3B3;
border-right-color: #B3B3B3;
border-left-color: #E3E3E3;
border-top-color: #E3E3E3;
}
#controls {
display: flex;
flex-direction: column;
}
.group {
display: flex;
flex-direction: column;
margin-bottom: 1em;
}
input {
border-width: 3px;
border-bottom-color: #E3E3E3;
border-right-color: #E3E3E3;
border-left-color: #B3B3B3;
border-top-color: #B3B3B3;
}
input[type="number"] {
-webkit-appearance: textfield;
-moz-appearance: textfield;
appearance: textfield;
width: 3em;
}
.input {
display: flex;
flex-direction: row;
height: 1.5em;
margin-bottom: 0.4em;
}
#main-content {
flex-direction: row;
}
p {
margin: auto;
margin-right: 0.5em;
}
#svg-container {
margin: auto;
}