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.
21 lines
376 B
Plaintext
21 lines
376 B
Plaintext
@import (reference) "fontawesome.less";
|
|
@import (reference) "colors.less";
|
|
@import "layout.less";
|
|
@import "icons.less";
|
|
@import "widgets.less";
|
|
|
|
|
|
/*** Login form ***/
|
|
|
|
.task-login #content {
|
|
text-align: center;
|
|
width: 100%;
|
|
background: url(../images/watermark.jpg) center -20px no-repeat;
|
|
}
|
|
|
|
#login-form {
|
|
margin: auto;
|
|
width: 95%;
|
|
max-width: 320px;
|
|
}
|