Continue to Refine Design

This commit is contained in:
Leo Herzog
2020-11-09 14:44:01 -05:00
parent 852481eb0d
commit 9365ab1338
5 changed files with 77 additions and 52 deletions

View File

@@ -8,6 +8,7 @@ html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:b
--accent: #63A079;
--grey: #BDBDBD;
--white: #FFF;
background: #24384D;
}
body {
@@ -16,6 +17,7 @@ body {
font-family: 'Alata', sans-serif;
height: 100vh;
width: 100vw;
overflow-x: hidden;
}
input {
@@ -52,17 +54,19 @@ button {
padding: 8px;
box-sizing: border-box;
border-radius: 900px;
text-align: center;
text-align: left;
margin: auto;
cursor: pointer;
}
button:disabled {
filter: brightness(0.6);
cursor: not-allowed;
}
a {
cursor: pointer;
text-decoration: underline;
}
header {
@@ -170,13 +174,17 @@ input {
padding: 8px;
box-sizing: border-box;
border-radius: 900px;
text-align: left;
cursor: pointer;
}
#announce > *, #urlList > * {
margin: 4px 0;
}
@media (max-width: 1080px) {
#reset {
width: auto;
top: 0px;
right: 8px;
}
@@ -192,6 +200,7 @@ input {
}
#download > * {
width: auto;
margin: 0 4px;
}
@@ -211,7 +220,7 @@ input {
#properties {
margin: 0;
padding: 0 2vw;
width: 96vw;
width: 95vw;
}
.property {
@@ -225,7 +234,8 @@ input {
margin: 8px 0;
}
input {
input, button, #addTracker, #addWebseed {
width: 95vw;
text-align: center;
}