acp routing

This commit is contained in:
ntr
2019-08-14 11:31:12 +10:00
parent 99c575ac69
commit f68a12eab8
9 changed files with 193 additions and 49 deletions
+16
View File
@@ -12,11 +12,16 @@
"bottom";
.top {
grid-area: top;
padding: 0 0 0.5em 2em;
border-bottom: 0.1em solid #222;
box-sizing: border-box;
}
.bottom {
grid-area: bottom;
}
.team {
display: grid;
grid-area: top;
@@ -83,3 +88,14 @@
}
}
}
#mnml.acp, .acp {
user-select: text;
-moz-user-select: text;
-webkit-user-select: text;
-ms-user-select: text;
input {
display: block;
}
}