forked from olcxjas-softworks/LarpixClient
Add windows & linux build scripts
This commit is contained in:
parent
f90c0e6c40
commit
862642fd04
5 changed files with 14 additions and 3 deletions
|
|
@ -47,12 +47,13 @@ body {
|
|||
font-family: "Nunito", sans-serif;
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
}
|
||||
|
||||
button, input {
|
||||
border-radius: 0.8rem;
|
||||
background-color: rgba(255, 255, 255, 0.05);
|
||||
margin: var(--button-margin);
|
||||
padding: var(--button-margin);
|
||||
padding-left: calc(var(--button-margin) * 2);
|
||||
|
||||
height: var(--button-height);
|
||||
display: flex;
|
||||
cursor: pointer;
|
||||
|
|
@ -60,7 +61,9 @@ button, input {
|
|||
justify-content: flex-start;
|
||||
border: var(--border-width) solid var(--light-border-color);
|
||||
}
|
||||
|
||||
input {
|
||||
padding-left: calc(var(--button-margin) * 2);
|
||||
}
|
||||
|
||||
|
||||
indicator {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue