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

21 lines
266 B

/* Login */
.login {
min-width: 250px;
}
.title-header {
font-size: 36px;
font-weight: bold;
}
.content {
background-color: @theme_base_color;
}
.content:backdrop {
background-color: @theme_unfocused_base_color;
}
.send-message-area {
margin: 6px;
}