acp routing
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user