24 lines
383 B
Plaintext
24 lines
383 B
Plaintext
#mnml.acp {
|
|
user-select: text;
|
|
-moz-user-select: text;
|
|
-webkit-user-select: text;
|
|
-ms-user-select: text;
|
|
|
|
.bottom {
|
|
display: grid;
|
|
grid-template-columns: repeat(4, 1fr);
|
|
}
|
|
|
|
.top {
|
|
padding: 0;
|
|
}
|
|
|
|
input {
|
|
display: block;
|
|
}
|
|
|
|
.user {
|
|
display: grid;
|
|
grid-template-columns: repeat(3, 1fr);
|
|
}
|
|
} |