You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
180 B
Plaintext

.register {
.tos {
background: @body-bg;
color: @text-color;
border: 1px solid @input-border;
height: 200px;
margin-top: 5px;
overflow-y: scroll;
padding: 15px;
}
}