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.
28 lines
474 B
Plaintext
28 lines
474 B
Plaintext
@import (reference) "fontawesome.less";
|
|
@import (reference) "colors.less";
|
|
@import "layout.less";
|
|
@import "icons.less";
|
|
@import "widgets.less";
|
|
|
|
|
|
/* Reset some Bootstrap style */
|
|
|
|
button, input, select, textarea {
|
|
line-height: initial;
|
|
}
|
|
|
|
|
|
/*** 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;
|
|
}
|