GUI for onix

This commit is contained in:
Mishalabdullah
2024-05-02 21:01:55 +05:30
parent 51557cdac1
commit 4ac9ce8815
42 changed files with 6661 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
.inputContainer {
display: flex;
flex-direction: column;
margin: 1.5rem 1rem;
}
.inputLabel {
font-size: 1rem;
font-weight: bold;
margin-bottom: 0.5rem;
}
.inputField {
padding: 1rem;
font-family: "Ubuntu Mono", sans-serif;
color: white;
font-size: 1rem;
border-radius: 15px;
border: 1px solid rgb(61, 61, 61);
background: #000000;
min-width:15rem
}